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 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.