System.Xml.XmlDocument: Property Members

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

Public Properties

[read-only]
override
BaseURIstring.

Gets the base URI of the current node.

[read-only]
DocumentElementXmlElement.

Gets the root System.Xml.XmlElement for the document.

[read-only]
DocumentTypeXmlDocumentType.

Gets the node containing the DOCTYPE declaration.

[read-only]
ImplementationXmlImplementation.

Gets the System.Xml.XmlImplementation object for the current document.

[write-only]
override
InnerTextstring.

Throws an InvalidOperationException in all cases.

override
InnerXmlstring.

Gets or sets the markup representing the children of the current node.

[read-only]
override
IsReadOnlybool.

Gets a value indicating whether the current node is read-only.

[read-only]
override
LocalNamestring.

Gets the local name of the node.

[read-only]
override
Namestring.

Gets the qualified name of the node.

[read-only]
NameTableXmlNameTable.

Gets the System.Xml.XmlNameTable associated with this implementation.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the current node.

[read-only]
override
OwnerDocumentXmlDocument.

Gets the System.Xml.XmlDocument to which the current node belongs.

[read-only]
override
ParentNodeXmlNode.

Gets the parent node of this node (for nodes that can have parents).

PreserveWhitespacebool.

Gets or sets a value indicating whether to preserve white space in element content.

[read-only]
override
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo.

Returns the Post-Schema-Validation-Infoset (PSVI) of the node.

SchemasSystem.Xml.Schema.XmlSchemaSet.

Gets or sets the System.Xml.Schema.XmlSchemaSet object associated with this System.Xml.XmlDocument.

[write-only]
XmlResolverXmlResolver.

Sets the System.Xml.XmlResolver to use for resolving external resources.