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

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

Methods in tuwien.auto.calimero.xml that return Element
 Element XMLReader.getCurrent()
          Returns the current element read with the last invocation of XMLReader.read().
 

Methods in tuwien.auto.calimero.xml with parameters of type Element
 void XMLReader.complete(Element e)
          Reads until end of element e.
 

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

Classes in tuwien.auto.calimero.xml.def that implement Element
 class DefaultElement
          Default implementation of XML element.
 

Methods in tuwien.auto.calimero.xml.def that return Element
 Element DefaultXMLReader.getCurrent()
           
 

Methods in tuwien.auto.calimero.xml.def with parameters of type Element
 void DefaultXMLReader.complete(Element e)