Uses of Interface
tuwien.auto.calimero.xml.XMLReader

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

Methods in tuwien.auto.calimero with parameters of type XMLReader
static KNXAddress KNXAddress.create(XMLReader r)
          Creates a KNX address from xml input.
 

Constructors in tuwien.auto.calimero with parameters of type XMLReader
GroupAddress(XMLReader r)
          Creates a KNX group address from XML input.
IndividualAddress(XMLReader r)
          Creates a KNX individual address from xml input.
 

Uses of XMLReader in tuwien.auto.calimero.datapoint
 

Methods in tuwien.auto.calimero.datapoint with parameters of type XMLReader
static Datapoint Datapoint.create(XMLReader r)
          Creates a new datapoint from XML input.
 void DatapointModel.load(XMLReader r)
          Loads a datapoint model from XML input into this model.
 void DatapointMap.load(XMLReader r)
           
 

Constructors in tuwien.auto.calimero.datapoint with parameters of type XMLReader
CommandDP(XMLReader r)
          Creates a new command based datapoint from XML input.
StateDP(XMLReader r)
          Creates a new state based datapoint from XML input.
 

Uses of XMLReader in tuwien.auto.calimero.xml
 

Methods in tuwien.auto.calimero.xml that return XMLReader
 XMLReader XMLFactory.createXMLReader(java.lang.String systemID)
          Creates a XMLReader to read the XML resource located by the specified identifier.
 

Uses of XMLReader in tuwien.auto.calimero.xml.def
 

Classes in tuwien.auto.calimero.xml.def that implement XMLReader
 class DefaultXMLReader
          Default XML reader implementation of the XMLReader interface.