Package de.hedenus.mobilexml

This package contains classes for XML parsing.

See:
          Description

Interface Summary
XMLParserEventListener Interface for classes which wants to listen to events generated by the XMLParser.
XMLReaderEventListener Interface for classes which wants to listen to events generated by the XMLReader.
 

Class Summary
Attribute An XML attribute.
CharBuffer A buffer for characters.
CharReader A buffered character encoder.
Element An XML element.
Item An XML item.
XMLParser An XML parser which does the lexical analysis of a stream.
XMLReader An XML reader which understands namespaces, xml:id, xml:base, xml:space, xml:lang.
XMLReader.Scope The scope of an XML element.
 

Exception Summary
XMLException An XML exception occuring during parsing of an XML file.
 

Package de.hedenus.mobilexml Description

This package contains classes for XML parsing.