The properties of System.Xml.XmlDocument are listed below. For a list of all members, see the XmlDocument Members list.
See Also: Inherited members from System.Xml.XmlNode
[read-only] override | BaseURI | string.
Gets the base URI of the current node. |
[read-only] | DocumentElement | XmlElement.
Gets the root System.Xml.XmlElement for the document. |
[read-only] | DocumentType | XmlDocumentType.
Gets the node containing the DOCTYPE declaration. |
[read-only] | Implementation | XmlImplementation.
Gets the System.Xml.XmlImplementation object for the current document. |
[write-only] override | InnerText | string.
Throws an InvalidOperationException in all cases. |
override | InnerXml | string.
Gets or sets the markup representing the children of the current node. |
[read-only] override | IsReadOnly | bool.
Gets a value indicating whether the current node is read-only. |
[read-only] override | LocalName | string.
Gets the local name of the node. |
[read-only] override | Name | string.
Gets the qualified name of the node. |
[read-only] | NameTable | XmlNameTable.
Gets the System.Xml.XmlNameTable associated with this implementation. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] override | OwnerDocument | XmlDocument.
Gets the System.Xml.XmlDocument to which the current node belongs. |
[read-only] override | ParentNode | XmlNode.
Gets the parent node of this node (for nodes that can have parents). |
PreserveWhitespace | bool.
Gets or sets a value indicating whether to preserve white space in element content. | |
[read-only] override | SchemaInfo | System.Xml.Schema.IXmlSchemaInfo.
Returns the Post-Schema-Validation-Infoset (PSVI) of the node. |
Schemas | System.Xml.Schema.XmlSchemaSet.
Gets or sets the System.Xml.Schema.XmlSchemaSet object associated with this System.Xml.XmlDocument. | |
[write-only] | XmlResolver | XmlResolver.
Sets the System.Xml.XmlResolver to use for resolving external resources. |