Classes
- Extensions static Contains the LINQ to XML extension methods.
- XAttribute Represents an XML attribute.
- XCData
- XComment Represents an XML comment.
- XContainer abstract Represents a node that can contain other nodes.
- XDeclaration
- XDocument Represents an XML document. For the components and usage of an XDocument object, see XDocument Class Overview.
-
XDocument
Type Represents an XML Document Type Definition (DTD). - XElement Represents an XML element. See XElement Class Overview and the Remarks section on this page for usage information and examples.
- XName
- XNamespace
- XNode abstract Represents the abstract concept of a node (element, comment, document type, processing instruction, or text node) in the XML tree.
-
XNode
Document Order Comparer -
XNode
Equality sealed Compares nodes to determine whether they are equal. This class cannot be inherited.Comparer - XObject
-
XObject
Change Event Args -
XProcessing
Instruction Represents an XML processing instruction. -
XStreaming
Element Represents elements in an XML tree that supports deferred streaming output. - XText Represents a text node.
Enumerations
-
Load
Options Specifies load options when parsing XML. -
Reader
Options Specifies whether to omit duplicate namespaces when loading an XDocument with an XmlReader. -
Save
Options -
XObject
Change Specifies the event type when an event is raised for an XObject.