Click or drag to resize
Xml Properties

The Xml type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets the base URI for this XObject.
(Inherited from XObject.)
Public propertyDeclaration
Gets or sets the XML declaration for this document.
(Inherited from XDocument.)
Public propertyDocument
Gets the XDocument for this XObject.
(Inherited from XObject.)
Public propertyDocumentType
Gets the Document Type Definition (DTD) for this document.
(Inherited from XDocument.)
Public propertyFirstNode
Get the first child node of this node.
(Inherited from XContainer.)
Public propertyLastNode
Get the last child node of this node.
(Inherited from XContainer.)
Public propertyNextNode
Gets the next sibling node of this node.
(Inherited from XNode.)
Public propertyNodeType
Gets the node type for this node.
(Inherited from XDocument.)
Public propertyParent
Gets the parent XElement of this XObject.
(Inherited from XObject.)
Public propertyPreviousNode
Gets the previous sibling node of this node.
(Inherited from XNode.)
Public propertyRoot
Gets the root element of the XML Tree for this document.
(Inherited from XDocument.)
Top
See Also