| Class | Description |
|---|---|
| XmlAttribute |
Represents an XML attribute.
|
| XmlAttributeList |
A list of item type
XmlAttribute. |
| XmlComment |
Represents an XML comment node.
|
| XmlCommentList |
A list of item type
XmlComment. |
| XmlCompression |
Compress an XML document by substituting element and attribute names with _N (where N >= 0), and substituting attribute values with $N.
|
| XmlCompression.Options |
XML compress options.
|
| XmlDocument |
Represents an XML document.
|
| XmlDuration |
Represents an XML Schema duration.
|
| XmlElement |
Represents an XML element node.
|
| XmlElementList |
A list of item type
XmlElement. |
| XmlElementMap |
A map from key type
string to value type XmlElement. |
| XmlElementMap.Entry |
A key/value pair for map entries.
|
| XmlElementMap.EntryList |
A list of item type
XmlElementMap.Entry. |
| XmlName |
An XML name, with optional namespace prefix, e.g.
|
| XmlNameList |
A list of item type
XmlName. |
| XmlNode |
Abstract base class for XML nodes.
|
| XmlNodeList |
A list of item type
XmlNode. |
| XmlParser |
Parser for XML.
|
| XmlParser.Options |
XMP parser options
|
| XmlPretty |
Utility functions for indented pretty-printing of XML documents and elements.
|
| XmlPrettyMain | |
| XmlProcessingInstruction |
Represents an XML processing instruction.
|
| XmlProcessingInstructionList |
A list of item type
XmlProcessingInstruction. |
| XmlText |
Represents an XML text node.
|
| Exception | Description |
|---|---|
| XmlException |
Exception thrown when an error occurs during the parsing of an XML document.
|