Type | Reason |
---|
NameTable | Creates a table that stores unique instances of string objects. |
XmlAttribute | An Xml node that is an element attribute. |
XmlAttributeCollection | A typed collection of System.Xml.XmlAttribute objects. |
XmlCDataSection | A CDATA section of an Xml document. |
XmlCharacterData | The abstract base class of Xml nodes that contain character data: System.Xml.XmlCDataSection, System.Xml.XmlComment, System.Xml.XmlSignificantWhitespace, System.Xml.XmlText, and System.Xml.XmlWhitespace. |
XmlComment | An Xml comment node. |
XmlConvert | Encodes and decodes XML names and provides methods for converting
between common language infrastructure (CLI) types and XML Schema Definition
language (XSD) types. When converting data types, the values returned are locale independent. |
XmlDataDocument | Documentation for this section has not yet been entered. |
XmlDeclaration | An XML declaration node in the document. |
XmlDocument | The root node of an XML document. |
XmlDocumentFragment | Documentation for this section has not yet been entered. |
XmlDocumentType | A document type declaration node. |
XmlElement | An element node. |
XmlEntity | An entity declaration node. |
XmlEntityReference | Documentation for this section has not yet been entered. |
XmlException | Represents the error that occurs when
an XML document or fragment cannot be parsed. |
XmlImplementation | Documentation for this section has not yet been entered. |
XmlLinkedNode | Documentation for this section has not yet been entered. |
XmlNamedNodeMap | Documentation for this section has not yet been entered. |
XmlNamespaceManager | Resolves, adds, and removes namespaces in a collection and
provides scope management for these namespaces. This class is used by
the System.Xml.XmlReader
and System.Xml.XmlTextReader classes. |
XmlNameTable | Creates a table that stores unique instances of string objects. |
XmlNode | A node in an Xml document. Nodes may be of any of the types in the System.Xml.XmlNodeType enumeration. |
XmlNodeChangedEventArgs | Documentation for this section has not yet been entered. |
XmlNodeList | Documentation for this section has not yet been entered. |
XmlNodeReader | Documentation for this section has not yet been entered. |
XmlNotation | Documentation for this section has not yet been entered. |
XmlParserContext | Provides all the context information required by instances of
the System.Xml.XmlTextReader class
to parse an XML fragment. |
XmlProcessingInstruction | Documentation for this section has not yet been entered. |
XmlQualifiedName | Documentation for this section has not yet been entered. |
XmlReader | Represents a reader that provides non-cached, forward-only access
to XML data. |
XmlReaderSettings | Documentation for this section has not yet been entered. |
XmlResolver | Resolves external XML resources named by a
URI. |
XmlSecureResolver | Documentation for this section has not yet been entered. |
XmlSignificantWhitespace | Documentation for this section has not yet been entered. |
XmlText | Documentation for this section has not yet been entered. |
XmlTextReader | Represents a reader that provides
fast, non-cached, forward-only
access to XML data. |
XmlTextWriter | Represents a writer that provides a fast, non-cached, forward-only way
of generating streams or files containing XML data that conforms to the
W3C Extensible Markup Language (XML) 1.0 and the Namespaces in XML
recommendations.
|
XmlUrlResolver | Resolves external XML resources
named by a URI. |
XmlValidatingReader | Documentation for this section has not yet been entered. |
XmlWhitespace | Documentation for this section has not yet been entered. |
XmlWriter | Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data. |
XmlWriterSettings | Documentation for this section has not yet been entered. |