XmlDataDocument Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Attributes | Gets an XmlAttributeCollection containing the attributes of this node. (Inherited from XmlNode.) |
| BaseURI | Gets the base URI of the current node. (Inherited from XmlDocument.) |
| ChildNodes | Gets all the child nodes of the node. (Inherited from XmlNode.) |
| DataSet | Gets a DataSet that provides a relational representation of the data in the XmlDataDocument. |
| DocumentElement | Gets the root XmlElement for the document. (Inherited from XmlDocument.) |
| DocumentType | Gets the node containing the DOCTYPE declaration. (Inherited from XmlDocument.) |
| FirstChild | Gets the first child of the node. (Inherited from XmlNode.) |
| HasChildNodes | Gets a value indicating whether this node has any child nodes. (Inherited from XmlNode.) |
| Implementation | Gets the XmlImplementation object for the current document. (Inherited from XmlDocument.) |
| InnerText | Gets or sets the concatenated values of the node and all its child nodes. (Inherited from XmlNode.) |
| InnerXml | Gets or sets the markup representing the children of the current node. (Inherited from XmlDocument.) |
| IsReadOnly | Gets a value indicating whether the current node is read-only. (Inherited from XmlDocument.) |
| Item | Overloaded. Gets the specified child element. (Inherited from XmlNode.) |
| LastChild | Gets the last child of the node. (Inherited from XmlNode.) |
| LocalName | Gets the local name of the node. (Inherited from XmlDocument.) |
| Name | Gets the qualified name of the node. (Inherited from XmlDocument.) |
| NamespaceURI | Gets the namespace URI of this node. (Inherited from XmlNode.) |
| NameTable | Gets the XmlNameTable associated with this implementation. (Inherited from XmlDocument.) |
| NextSibling | Gets the node immediately following this node. (Inherited from XmlNode.) |
| NodeType | Gets the type of the current node. (Inherited from XmlDocument.) |
| OuterXml | Gets the markup representing this node and all its child nodes. (Inherited from XmlNode.) |
| OwnerDocument | Gets the XmlDocument to which the current node belongs. (Inherited from XmlDocument.) |
| ParentNode | Gets the parent node of this node (for nodes that can have parents). (Inherited from XmlDocument.) |
| Prefix | Gets or sets the namespace prefix of this node. (Inherited from XmlNode.) |
| PreserveWhitespace | Gets or sets a value indicating whether to preserve white space in element content. (Inherited from XmlDocument.) |
| PreviousSibling | Gets the node immediately preceding this node. (Inherited from XmlNode.) |
| SchemaInfo | Returns the Post-Schema-Validation-Infoset (PSVI) of the node. (Inherited from XmlDocument.) |
| Schemas | Gets or sets the XmlSchemaSet object associated with this XmlDocument. (Inherited from XmlDocument.) |
| Value | Gets or sets the value of the node. (Inherited from XmlNode.) |
| XmlResolver | Sets the XmlResolver to use for resolving external resources. (Inherited from XmlDocument.) |