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:
- is contained in the following XML elements: brush, canvas, canvasTransform, channel, context, inkSource, mapping, matrix, table, timestamp, trace, traceFormat, traceGroup, traceView.
- corresponds to the following strongly-typed properties: Brush.Id, Canvas.Id, CanvasTransform.Id, Channel.Id, Context.Id, InkSource.Id, Mapping.Id, Matrix.Id, Table.Id, Timestamp.Id, Trace.Id, TraceFormat.Id, TraceGroup.Id, TraceView.Id.
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