XDocument Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XDocument type exposes the following members.
| Name | Description | |
|---|---|---|
|
BaseUri | Gets the base URI for this XObject. (Inherited from XObject.) |
|
Declaration | Gets or sets the XML declaration for this document. |
|
Document | Gets the XDocument for this XObject. (Inherited from XObject.) |
|
DocumentType | Gets the Document Type Definition (DTD) for this document. |
|
FirstNode | Get the first child node of this node. (Inherited from XContainer.) |
|
LastNode | Get the last child node of this node. (Inherited from XContainer.) |
|
NextNode | Gets the next sibling node of this node. (Inherited from XNode.) |
|
NodeType | Gets the node type for this node. (Overrides XObject.NodeType.) |
|
Parent | Gets the parent XElement of this XObject. (Inherited from XObject.) |
|
PreviousNode | Gets the previous sibling node of this node. (Inherited from XNode.) |
|
Root | Gets the root element of the XML Tree for this document. |
| Name | Description | |
|---|---|---|
|
IXmlLineInfo.LineNumber | Gets the line number that the underlying XmlReader reported for this XObject. (Inherited from XObject.) |
|
IXmlLineInfo.LinePosition | Gets the line position that the underlying XmlReader reported for this XObject. (Inherited from XObject.) |
Show: