All Classes and Interfaces

Class
Description
NanoXML uses IXMLBuilder to construct the XML data structure it retrieved from its data source.
IXMLElement is an XML element.
An IXMLEntityResolver resolves entities.
IXMLParser is the core parser of NanoXML.
IXMLReader reads the data to be parsed.
IXMLValidator processes the DTD and handles entity references.
NonValidator is a concrete implementation of IXMLValidator which processes the DTD and handles entity definitions.
SAXAdapter is the core adapter for using NanoXML/Java with SAX, the "Simple" API For XML.
SAXEntityResolver is a subclass of XMLEntityResolver that supports the SAX EntityResolver listener.
SAXParser implements the SAX Parser interface.
StdXMLBuilder is a concrete implementation of IXMLBuilder which creates a tree of IXMLElement from an XML data source.
StdXMLParser is the core parser of NanoXML.
StdXMLReader reads the data to be parsed.
ValidatorPlugin allows the application to insert additional validators into NanoXML.
XMLElement is a representation of an XML object.
XMLElement is an XML element.
An XMLEntityResolver resolves entities.
An XMLException is thrown when an exception occurred while processing the XML data.
An XMLParseException is thrown when an error occures while parsing an XML string.
An XMLParseException is thrown when the XML passed to the XML parser is not well-formed.
Creates an XML parser.
An XMLValidationException is thrown when the XML passed to the XML parser is well-formed but not valid.
An XMLWriter writes XML data to a stream.