The properties of the DXmlDocument class are listed below. For a complete list of DXmlDocument class members, see the DXmlDocument Members topic.
Attributes (inherited from XmlNode) | Gets an XmlAttributeCollection containing the attributes of this node. |
BaseURI (inherited from XmlDocument) | Gets the base URI of the current node. |
ChildNodes (inherited from XmlNode) | Gets all the child nodes of the node. |
DocumentElement (inherited from XmlDocument) | Gets the root XmlElement for the document. |
DocumentType (inherited from XmlDocument) | Gets the node containing the DOCTYPE declaration. |
Errors | |
FirstChild (inherited from XmlNode) | Gets the first child of the node. |
HasChildNodes (inherited from XmlNode) | Gets a value indicating whether this node has any child nodes. |
Implementation (inherited from XmlDocument) | Gets the XmlImplementation object for the current document. |
InnerText (inherited from XmlNode) | Gets or sets the concatenated values of the node and all its child nodes. |
InnerXml (inherited from XmlDocument) | Gets or sets the markup representing the children of the current node. |
IsReadOnly (inherited from XmlDocument) | Gets a value indicating whether the current node is read-only. |
Item (inherited from XmlNode) | Gets the first child element with the specified Name . |
Item (inherited from XmlNode) | Gets the first child element with the specified LocalName and NamespaceURI . |
LastChild (inherited from XmlNode) | Gets the last child of the node. |
LocalName (inherited from XmlDocument) | Gets the local name of the node. |
Name (inherited from XmlDocument) | Gets the qualified name of the node. |
NamespaceURI (inherited from XmlNode) | Gets the namespace URI of this node. |
NameTable (inherited from XmlDocument) | Gets the XmlNameTable associated with this implementation. |
NextSibling (inherited from XmlNode) | Gets the node immediately following this node. |
NodeType (inherited from XmlDocument) | Gets the type of the current node. |
OuterXml (inherited from XmlNode) | Gets the markup representing this node and all its child nodes. |
OwnerDocument (inherited from XmlDocument) | Gets the XmlDocument to which the current node belongs. |
ParentNode (inherited from XmlNode) | Gets the parent of this node (for nodes that can have parents). |
Prefix (inherited from XmlNode) | Gets or sets the namespace prefix of this node. |
PreserveWhitespace (inherited from XmlDocument) | Gets or sets a value indicating whether to preserve white space. |
PreviousSibling (inherited from XmlNode) | Gets the node immediately preceding this node. |
Value (inherited from XmlNode) | Gets or sets the value of the node. |
XmlResolver (inherited from XmlDocument) | Sets the XmlResolver to use for resolving external resources. |
XRulesDocuments |
DXmlDocument Class | XRules Namespace