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. |