Class Summary |
ContentReader |
This reader reads data from another reader until a certain string is encountered. |
NonValidator |
NonValidator processes the DTD and handles entity definitions. |
StdXMLBuilder |
StdXMLBuilder is a concrete implementation of IXMLBuilder which creates a tree of XMLElement from
an XML data source. |
StdXMLParser |
StdXMLParser is the core parser of NanoXML. |
StdXMLReader |
StdXMLReader reads the data to be parsed. |
ValidatorPlugin |
ValidatorPlugin allows the application to insert additional validators into NanoXML. |
XIncludeXMLBuilder |
Extend the XMLBuilder to add XInclude functionality |
XMLBuilderFactory |
Simple factory for creating builders |
XMLElement |
XMLElement is an XML element. |
XMLEntityResolver |
An XMLEntityResolver resolves entities. |
XMLParserFactory |
Creates an XML parser. |
XMLUtil |
Utility methods for NanoXML. |
XMLWriter |
An XMLWriter writes XML data to a stream. |