<PackageReference Include="System.Xml.ReaderWriter" Version="4.0.11-beta-23409" />

System.Xml

Namespace with 23 public types

Classes

 NameTable Implements a single-threaded .
 XmlException Returns detailed information about the last exception.
 XmlNamespaceManager Resolves, adds, and removes namespaces to a collection and provides scope management for these namespaces.
 XmlParserContext Provides all the context information required by the to parse an XML fragment.
 XmlQualifiedName Represents an XML qualified name.
 XmlReaderSettings Specifies a set of features to support on the object created by the method.
 XmlWriterSettings Specifies a set of features to support on the object created by the method.

Enumerations

 ConformanceLevel Specifies the amount of input or output checking that and objects perform.
 DtdProcessing Specifies the options for processing DTDs. The enumeration is used by the class.
 NamespaceHandling Specifies whether to remove duplicate namespace declarations in the .
 NewLineHandling Specifies how to handle line breaks.
 ReadState Specifies the state of the reader.
 WriteState Specifies the state of the .
 XmlDateTimeSerializationMode Specifies how to treat the time value when converting between string and .
 XmlNamespaceScope Defines the namespace scope.
 XmlNodeType Specifies the type of node.
 XmlSpace Specifies the current xml:space scope.

Static Classes

 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.

Abstract Classes

 XmlNameTable Table of atomized string objects.
 XmlReader Represents a reader that provides fast, noncached, forward-only access to XML data.To browse the .NET Framework source code for this type, see the Reference Source.
 XmlWriter Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files that contain XML data.

Interfaces

 IXmlLineInfo Provides an interface to enable a class to return line and position information.
 IXmlNamespaceResolver Provides read-only access to a set of prefix and namespace mappings.