The members of System.Xml.XmlParserContext are listed below.
See Also: Inherited members from System.Object
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. |
BaseURI | string.
Gets or sets the base URI. | |
DocTypeName | string.
Gets or sets the name of the document type declaration. | |
Encoding | System.Text.Encoding.
Gets or sets the encoding type. | |
InternalSubset | string.
Gets or sets the internal DTD subset. | |
NamespaceManager | XmlNamespaceManager.
Gets or sets the System.Xml.XmlNamespaceManager. | |
NameTable | XmlNameTable.
Gets the System.Xml.XmlNameTable used to atomize strings. For more information on atomized strings, see System.Xml.XmlNameTable. | |
PublicId | string.
Gets or sets the public identifier. | |
SystemId | string.
Gets or sets the system identifier. | |
XmlLang | string.
Gets or sets the current xml:lang scope. | |
XmlSpace | XmlSpace.
Gets or sets the current xml:space scope. |