XmlDocument Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Attributes | Gets an XmlAttributeCollection containing the attributes of this node. (Inherited from XmlNode.) |
| BaseURI | Overridden. Gets the base URI of the current node. |
| ChildNodes | Gets all the child nodes of the node. (Inherited from XmlNode.) |
| DocumentElement | Gets the root XmlElement for the document. |
| DocumentType | Gets the node containing the DOCTYPE declaration. |
| 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. |
| InnerText | Gets or sets the concatenated values of the node and all its child nodes. (Inherited from XmlNode.) |
| InnerXml | Overridden. Gets or sets the markup representing the children of the current node. |
| IsReadOnly | Overridden. Gets a value indicating whether the current node is read-only. |
| Item | Overloaded. Gets the specified child element. (Inherited from XmlNode.) |
| LastChild | Gets the last child of the node. (Inherited from XmlNode.) |
| LocalName | Overridden. Gets the local name of the node. |
| Name | Overridden. Gets the qualified name of the node. |
| NamespaceURI | Gets the namespace URI of this node. (Inherited from XmlNode.) |
| NameTable | Gets the XmlNameTable associated with this implementation. |
| NextSibling | Gets the node immediately following this node. (Inherited from XmlNode.) |
| NodeType | Overridden. Gets the type of the current node. |
| OuterXml | Gets the markup representing this node and all its child nodes. (Inherited from XmlNode.) |
| OwnerDocument | Overridden. Gets the XmlDocument to which the current node belongs. |
| ParentNode | Overridden. Gets the parent node of this node (for nodes that can have parents). |
| 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. |
| PreviousSibling | Gets the node immediately preceding this node. (Inherited from XmlNode.) |
| SchemaInfo | Overridden. Returns the Post-Schema-Validation-Infoset (PSVI) of the node. |
| Schemas | Gets or sets the XmlSchemaSet object associated with this XmlDocument. |
| Value | Gets or sets the value of the node. (Inherited from XmlNode.) |
| XmlResolver | Sets the XmlResolver to use for resolving external resources. |
Reference
XmlDocument ClassSystem.Xml Namespace
XmlNodeChangedEventHandler
Other Resources
Create New Nodes in the DOMCommunity Additions
ADD
Show: