| Xml Properties |
The Xml 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. (Inherited from XDocument.) | |
| Document | (Inherited from XObject.) | |
| DocumentType | Gets the Document Type Definition (DTD) for this document. (Inherited from XDocument.) | |
| 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. (Inherited from XDocument.) | |
| Parent | (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. (Inherited from XDocument.) |