Classes | |
| class | Attribute |
| A single attribute of a start element. More... | |
| class | AttributeList |
| An attribute list of an XML element. More... | |
| class | BinaryInputSource |
| Binary input source for the XML reader. More... | |
| class | ByteorderMark |
| XML byte order mark. More... | |
| class | Characters |
| A Character node represents text in an XML document. More... | |
| class | Comment |
| A Comment node represents a comment in an XML document. More... | |
| class | DocType |
| A DocType node represents the begin of a DTD. More... | |
| class | DocTypeDefinition |
| The DocTypeDefinition of an XML document. More... | |
| class | DocTypeValidator |
| Validates an XML document against a DTD. More... | |
| class | EndDocType |
| An EndDocType node represents the end of a DTD. More... | |
| class | EndDocument |
| Represents the end of an XML document. More... | |
| class | EndElement |
| Represents a closing element tag in an XML document. More... | |
| class | Entity |
| An entity declaration in a DTD. More... | |
| class | EntityReference |
| An entity reference XML node. More... | |
| class | InputIterator |
| Input iterator to read XML nodes with an XmlReader. More... | |
| class | InputSource |
| Input source for the XML reader. More... | |
| class | Namespace |
| A namespace used in an XML document. More... | |
| class | Node |
| XML document node. More... | |
| class | Notation |
| A notation declaration in a DTD. More... | |
| class | ProcessingInstruction |
| A processing instruction of an XML document. More... | |
| class | QName |
| A qualified XML name. More... | |
| class | StartDocument |
| A Node representing the begin of the XML document. More... | |
| class | StartElement |
| Represents the start of an element in an XML document. More... | |
| class | StringInputSource |
| String input source for the XML reader. More... | |
| class | SyntaxError |
| Indicates XML syntax errors. More... | |
| class | TextInputSource |
| Text input source for the XML reader. More... | |
| class | XmlDeclaration |
| XML declaration of an XML document. More... | |
| class | XmlDeserializer |
| Deserialize objects and data from XML. More... | |
| class | XmlError |
| Exception during XML processing. More... | |
| class | XmlFormatter |
| Format objects or data to XML. More... | |
| class | XmlReader |
| Reads XML as a Stream of XML Nodes. More... | |
| class | XmlResolver |
| Resolves external entities and DTDs. More... | |
| class | XmlSerializationContext |
| Serialization context for XML serialization. More... | |
| class | XmlSerializer |
| Serialize objects or data to XML. More... | |
| class | XmlWriter |
| Writes XML to a text stream. More... | |