XmlParserContext Properties
.NET Framework 4.5
The XmlParserContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
BaseURI | Gets or sets the base URI. |
|
DocTypeName | Gets or sets the name of the document type declaration. |
|
Encoding | Gets or sets the encoding type. |
|
InternalSubset | Gets or sets the internal DTD subset. |
|
NamespaceManager | Gets or sets the XmlNamespaceManager. |
|
NameTable | Gets the XmlNameTable used to atomize strings. For more information on atomized strings, see XmlNameTable. |
|
PublicId | Gets or sets the public identifier. |
|
SystemId | Gets or sets the system identifier. |
|
XmlLang | Gets or sets the current xml:lang scope. |
|
XmlSpace | Gets or sets the current xml:space scope. |