Mono Class Library: Overview

System.Xml.XmlParserContext: Property Members

The properties of System.Xml.XmlParserContext are listed below. For a list of all members, see the XmlParserContext Members list.

See Also: Inherited members from System.Object

Public Properties

BaseURIstring. Gets or sets the base URI.
DocTypeNamestring. Gets or sets the name of the document type in a document type declaration.
EncodingSystem.Text.Encoding. Gets or sets the encoding type.
InternalSubsetstring. Gets or sets the internal subset in a document type declaration.
NamespaceManagerXmlNamespaceManager. Gets or sets the System.Xml.XmlNamespaceManager used by the current instance.
NameTableXmlNameTable. Gets or sets the System.Xml.XmlNameTable used by the current instance to look up prefixes and namespace URIs.
PublicIdstring. Gets or sets the public identifier in a document type declaration.
SystemIdstring. Gets or sets the system identifier in a document type declaration.
XmlLangstring. Gets or sets the current xml:lang scope.
XmlSpaceXmlSpace. Gets or sets the current xml:space scope.