Classes | |
| class | Characters |
| A Character element (Node) of an XML document, containing the body's Text of a tag. More... | |
| class | Comment |
| A Comment element (Node) of an XML document, containing the comment's content. More... | |
| class | DocTypeDeclaration |
| A DocType element (Node) of an XML document. More... | |
| class | EndDocument |
| A Node which represents the end of the XML document. More... | |
| class | EndElement |
| An end element (Node) which represents a closing tag of an XML document. More... | |
| class | EntityResolver |
| Entity resolver class which associates entities to resolved entity values. More... | |
| class | Namespace |
| A Namespace element (Node) of an XML document. More... | |
| class | NamespaceContext |
| Manages all namespaces which are valid for a specific XML document. More... | |
| class | Node |
| The super-class for all specific Node type of an XML document. More... | |
| class | ProcessingInstruction |
| A ProcessingInstruction (PI) element (Node) of an XML document. More... | |
| class | Attribute |
| A class representing a single attribute of a tag from an XML document. More... | |
| class | StartElement |
| A start element (Node) which represents an opening tag of an XML document. More... | |
| class | XmlDeserializer |
| Deserialize objects or object data to XML. More... | |
| class | XmlError |
| Exception that is thrown when a parse error occured. More... | |
| class | XmlReader |
| Reads XML as a Stream of XML Nodes. More... | |
| class | XmlFormatter |
| Serialize objects or object data to XML. More... | |
| class | XmlSerializer |
| Serialize objects or object data to XML. More... | |
| class | XmlWriter |