System.Xml.XmlParserContext Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the XmlParserContext class with the specified System.Xml.XmlNameTable, System.Xml.XmlNamespaceManager, base URI, xml:lang, xml:space, encoding, and document type values.

Initializes a new instance of the XmlParserContext class with the specified System.Xml.XmlNameTable, System.Xml.XmlNamespaceManager, xml:lang, and xml:space values.

Initializes a new instance of the XmlParserContext class with the specified System.Xml.XmlNameTable, System.Xml.XmlNamespaceManager, xml:lang, xml:space, and encoding.

Initializes a new instance of the XmlParserContext class with the specified System.Xml.XmlNameTable, System.Xml.XmlNamespaceManager, base URI, xml:lang, xml:space, and document type values.

Public Properties

BaseURIstring.

Gets or sets the base URI.

DocTypeNamestring.

Gets or sets the name of the document type declaration.

EncodingSystem.Text.Encoding.

Gets or sets the encoding type.

InternalSubsetstring.

Gets or sets the internal DTD subset.

NamespaceManagerXmlNamespaceManager.

Gets or sets the System.Xml.XmlNamespaceManager.

NameTableXmlNameTable.

Gets the System.Xml.XmlNameTable used to atomize strings. For more information on atomized strings, see System.Xml.XmlNameTable.

PublicIdstring.

Gets or sets the public identifier.

SystemIdstring.

Gets or sets the system identifier.

XmlLangstring.

Gets or sets the current xml:lang scope.

XmlSpaceXmlSpace.

Gets or sets the current xml:space scope.