System.Xml Namespace |
Class | Description | |
---|---|---|
XmlConvert | Encodes and decodes XML names and provides methods for converting between common language runtime types and XML Schema definition language (XSD) types. When converting data types the values returned are locale independent. | |
XmlNameTable |
Table of atomized string objects.
| |
XmlParserContext |
Provides all the context information required by the System.Xml.XmlReader
to parse an XML fragment.
| |
XmlQualifiedName |
Represents an XML qualified name.
| |
XmlReader |
Represents a reader that provides fast, noncached, forward-only access to
XML data.
| |
XmlReaderSettings |
Specifies a set of features to support on the System.Xml.XmlReader object
created by the Overload:System.Xml.XmlReader.Create method.
| |
XmlWriter |
Represents a writer that provides a fast, non-cached, forward-only means
of generating streams or files containing XML data.
|
Enumeration | Description | |
---|---|---|
XmlDateTimeSerializationMode |
Specifies how to treat the time value when converting between string and
System.DateTime.
| |
XmlNodeType |
Specifies the type of node.
|