System.Xml Namespace
Provides support for processing XML.
Classes
Name | Description | |
---|---|---|
NameTable | Implements a single-threaded XmlNameTable. | |
XmlException | Returns detailed information about the last exception. | |
XmlNameTable | Table of atomized string objects. | |
XmlReader | Represents a reader that provides fast, non-cached forward-only stream access to XML data. | |
XmlReaderSettings | Specifies a set of features to support on the XmlReader object created by the Create method. | |
XmlTextReader | Represents a reader that provides fast, non-cached, forward-only access to XML data. |
Interfaces
Name | Description | |
---|---|---|
IXmlLineInfo | Provides an interface to enable a class to return line and position information. |
Enumerations
Name | Description | |
---|---|---|
ConformanceLevel | The type of conformance checking performed by an XmlReader or XmlWriter. | |
EntityHandling | Specifies how entities are handled. | |
NewLineHandling | Specifies how to handle line breaks. | |
ReadState | Specifies the state of the XML reader. | |
ValidationType | Specifies the type of validation to perform in XmlValidatingReader or in XmlReaderSettings. | |
WhitespaceHandling | Specifies how whitespace is handled in XmlTextReader. | |
XmlNodeType | Specifies the type of node. | |
XmlSpace | Specifies the current xml:space scope. |