Table of Contents

Class XML

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:xml="http://www.w3.org/XML/1998/namespace" namespace.

public static class XML
Inheritance
XML
Inherited Members

Fields

id

Represents the xml:id XML attributes.

public static readonly XName id

Field Value

XName

Remarks

As an XML attribute, it:

space

Represents the xml:space XML attributes.

public static readonly XName space

Field Value

XName

Remarks

As an XML attribute, it:

xml

Defines the XML namespace associated with the xml prefix.

public static readonly XNamespace xml

Field Value

XNamespace