Click or drag to resize
System.Xml Namespace
The System.Xml namespaces contain types for processing XML. Child namespaces support serialization of XML documents or streams, XSD schemas, XQuery 1.0 and XPath 2.0, and LINQ to XML, which is an in-memory XML programming interface that enables easy modification of XML documents.
Classes
  ClassDescription
Public classXmlConvert
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.
Public classXmlNameTable
Table of atomized string objects.
Public classXmlParserContext
Provides all the context information required by the System.Xml.XmlReader to parse an XML fragment.
Public classXmlQualifiedName
Represents an XML qualified name.
Public classXmlReader
Represents a reader that provides fast, noncached, forward-only access to XML data.
Public classXmlReaderSettings
Specifies a set of features to support on the System.Xml.XmlReader object created by the Overload:System.Xml.XmlReader.Create method.
Public classXmlWriter
Represents a writer that provides a fast, non-cached, forward-only means of generating streams or files containing XML data.
Enumerations
  EnumerationDescription
Public enumerationXmlDateTimeSerializationMode
Specifies how to treat the time value when converting between string and System.DateTime.
Public enumerationXmlNodeType
Specifies the type of node.