System.Xml Namespace Classes
Classes
-
XmlReader
Represents a reader that provides fast, forward-only access to XML data.
-
XmlWriter
Represents a writer for writing XML.
-
XmlDocument
Represents an XML document.
-
XmlNode
Represents a node in the XML document object model (DOM).
-
XmlAttribute
Represents an attribute of an element.
-
XmlText
Represents text content in an XML node.
-
XmlComment
Represents an XML comment.
-
XmlCDataSection
Represents a CDATA section.
-
XmlDocumentType
Represents the declaration.
-
XmlEntity
Represents an entity declaration.
-
XmlEntityReference
Represents an entity reference.
-
XmlProcessingInstruction
Represents a processing instruction.
-
XmlNamespaceManager
Manages the XML namespaces for a single document.
-
XmlSchema
Represents an XML Schema definition language (XSD) schema.
-
XmlSchemaSet
Represents a collection of XML schemas.
Interfaces
-
IXmlNode
Defines the contract for XML nodes.
-
IXmlReader
Defines the contract for XML readers.
Enumerations
-
XmlNodeType
Specifies the type of the XML node.
-
XmlReadState
Indicates the state of the XmlReader.
Structures
-
XmlQualifiedName
Represents an XML qualified name.