Uses of Package
tuwien.auto.calimero.xml

Packages that use tuwien.auto.calimero.xml
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. 
 

Classes in tuwien.auto.calimero.xml used by tuwien.auto.calimero
KNXMLException
          Indicates a problem with XML processing.
XMLReader
          XML reader interface for pull based reading of XML documents.
XMLWriter
           XML writer implementations don't need to be thread safe.
 

Classes in tuwien.auto.calimero.xml used by tuwien.auto.calimero.datapoint
KNXMLException
          Indicates a problem with XML processing.
XMLReader
          XML reader interface for pull based reading of XML documents.
XMLWriter
           XML writer implementations don't need to be thread safe.
 

Classes in tuwien.auto.calimero.xml used by tuwien.auto.calimero.xml
Attribute
          XML element attribute.
Element
          Represents a XML element holding necessary information for reading XML data.
KNXMLException
          Indicates a problem with XML processing.
XMLFactory
          Creates XML reader and XML writer for working with XML resources.
XMLReader
          XML reader interface for pull based reading of XML documents.
XMLWriter
           XML writer implementations don't need to be thread safe.
 

Classes in tuwien.auto.calimero.xml used by tuwien.auto.calimero.xml.def
Attribute
          XML element attribute.
Element
          Represents a XML element holding necessary information for reading XML data.
EntityResolver
          Used to resolve entities to be read with a XMLReader or written with a XMLWriter.
KNXMLException
          Indicates a problem with XML processing.
XMLReader
          XML reader interface for pull based reading of XML documents.
XMLWriter
           XML writer implementations don't need to be thread safe.