Mono Class Library: Overview

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. Documentation for this section has not yet been entered.
[read-only]
DocumentElementXmlElement. Gets the document element, if any.
[read-only]
DocumentTypeXmlDocumentType. Gets the document type definition (DTD).
[read-only]
ImplementationXmlImplementation. Gets the System.Xml.XmlImplementation which created this document object, if any.
override
InnerXmlstring. Documentation for this section has not yet been entered.
[read-only]
override
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
override
LocalNamestring. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
NameTableXmlNameTable. Gets an System.Xml.XmlNameTable object that stores all name strings used in this document.
[read-only]
override
NodeTypeXmlNodeType. Documentation for this section has not yet been entered.
[read-only]
override
OwnerDocumentXmlDocument. Documentation for this section has not yet been entered.
[read-only]
override
ParentNodeXmlNode. Documentation for this section has not yet been entered.
PreserveWhitespacebool. Gets or sets a flag that indicates whether this document preserves whitespace nodes on loading content.
[read-only]
override
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered.
SchemasSystem.Xml.Schema.XmlSchemaSet. Documentation for this section has not yet been entered.
[write-only]
XmlResolverXmlResolver. Sets an xml resolver that is used to resolve external resources.