|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLWriter | |
---|---|
tuwien.auto.calimero | Base package of the Calimero library. |
tuwien.auto.calimero.datapoint | Contains a representation for KNX datapoints, for state based datapoints as well as for command based datapoints. |
tuwien.auto.calimero.xml | Provides a simple interface for reading and writing XML documents. |
tuwien.auto.calimero.xml.def | A default implementation of the XML interfaces. |
Uses of XMLWriter in tuwien.auto.calimero |
---|
Methods in tuwien.auto.calimero with parameters of type XMLWriter | |
---|---|
void |
KNXAddress.save(XMLWriter w)
Writes the KNX address in XML format to the supplied writer. |
Uses of XMLWriter in tuwien.auto.calimero.datapoint |
---|
Methods in tuwien.auto.calimero.datapoint with parameters of type XMLWriter | |
---|---|
void |
DatapointModel.save(XMLWriter w)
Saves the datapoint model to XML using the supplied writer. |
void |
DatapointMap.save(XMLWriter w)
|
void |
Datapoint.save(XMLWriter w)
Saves this datapoint in XML format to the supplied XML writer. |
Uses of XMLWriter in tuwien.auto.calimero.xml |
---|
Methods in tuwien.auto.calimero.xml that return XMLWriter | |
---|---|
XMLWriter |
XMLFactory.createXMLWriter(java.lang.String systemID)
Creates a XMLWriter to write into the XML resource located by the specified
identifier. |
Uses of XMLWriter in tuwien.auto.calimero.xml.def |
---|
Classes in tuwien.auto.calimero.xml.def that implement XMLWriter | |
---|---|
class |
DefaultXMLWriter
Default XML writer implementation of the XMLWriter interface. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |