Package processing.xml

Class Summary
StdXMLBuilder StdXMLBuilder is a concrete implementation of IXMLBuilder which creates a tree of IXMLElement from an XML data source.
StdXMLParser StdXMLParser is the core parser of NanoXML.
StdXMLReader StdXMLReader reads the data to be parsed.
XMLElement XMLElement is an XML element.
XMLEntityResolver An XMLEntityResolver resolves entities.
XMLValidator XMLValidator implementation based on NonValidator (which implemented IXMLValidator in the original NanoXML).
XMLWriter An XMLWriter writes XML data to a stream.
 

Exception Summary
XMLException An XMLException is thrown when an exception occurred while processing the XML data.
XMLParseException An XMLParseException is thrown when the XML passed to the XML parser is not well-formed.
XMLValidationException An XMLValidationException is thrown when the XML passed to the XML parser is well-formed but not valid.