XmlParserContext Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
Show: