Mono Class Library: Overview

System.Xml.XmlParserContext: Members

The members of System.Xml.XmlParserContext are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Xml.XmlParserContext class with the specified values.
Constructs and initializes a new instance of the System.Xml.XmlParserContext class with the specified values.
Constructs and initializes a new instance of the System.Xml.XmlParserContext class with the specified values.
Constructs and initializes a new instance of the System.Xml.XmlParserContext class with the specified values.

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.