This documentation is archived and is not being maintained.
XmlDocument Properties
Visual Studio 2010
The XmlDocument type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets an XmlAttributeCollection containing the attributes of this node. (Inherited from XmlNode.) |
|
BaseURI | Gets the base URI of the current node. (Overrides XmlNode::BaseURI.) |
|
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 the concatenated values of the node and all its child nodes. (Overrides XmlNode::InnerText.) In XNA Framework 3.0, this member is inherited from XmlNode::InnerText. |
|
InnerXml | Gets or sets the markup representing the children of the current node. (Overrides XmlNode::InnerXml.) |
|
IsReadOnly | Gets a value indicating whether the current node is read-only. (Overrides XmlNode::IsReadOnly.) |
|
Item[String] | Gets the first child element with the specified Name. (Inherited from XmlNode.) |
|
Item[String, String] | Gets the first child element with the specified LocalName and NamespaceURI. (Inherited from XmlNode.) |
|
LastChild | Gets the last child of the node. (Inherited from XmlNode.) |
|
LocalName | Gets the local name of the node. (Overrides XmlNode::LocalName.) |
|
Name | Gets the qualified name of the node. (Overrides XmlNode::Name.) |
|
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 | Gets the type of the current node. (Overrides XmlNode::NodeType.) |
|
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. (Overrides XmlNode::OwnerDocument.) |
|
ParentNode | Gets the parent node of this node (for nodes that can have parents). (Overrides XmlNode::ParentNode.) |
|
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 | Returns the Post-Schema-Validation-Infoset (PSVI) of the node. (Overrides XmlNode::SchemaInfo.) |
|
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. |
Show: