Class | Description | |
---|---|---|
![]() | NCharacterReferenceMap | A class that provides methods to convert a character to a reference string and vice versa. |
![]() | NXmlDocument | Represents an HTML document. |
![]() | NXmlDocumentParserListener | Implements a listening interface for the XML parser and builds a XML document as a result of the parsing process. You can get it through the Document property. |
![]() | NXmlElement | Represents an XML element. The XML element extends the xml node with the ability to have attributes. |
![]() | NXmlNode | Base class for all XML nodes. |
![]() | NXmlNodeSerializer | Serializes XML nodes. |
![]() | NXmlParser | Class that parses XML documents. |
![]() | NXmlParserListener | Implements a listening interface for the XML parser. |
![]() | NXmlReader | Represents a reader that provides fast, non-cached, forward-only access to XML data (i.e. without building a XML document). |
![]() | NXmlTag | Represents a XML tag. |
![]() | NXmlTextNode | Represents a XML node that has a text content. |
![]() | NXmlWriter | Represents a writer that provides a fast, non-cached, forward-only generation of XML data streams. |