Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Xml.​XmlParserContext
Assembly: System.Xml.ReaderWriter
Inheritance: object → XmlParserContext
Provides all the context information required by the <see cref="T:System.Xml.XmlReader" /> to parse an XML fragment.
Properties
public
string
BaseURI
Gets or sets the base URI.
public
string
DocTypeName
Gets or sets the name of the document type declaration.
Encoding
Gets or sets the encoding type.
public
string
InternalSubset
Gets or sets the internal DTD subset.
public
XmlNamespaceManager
NamespaceManager
Gets or sets the <see cref="T:System.Xml.XmlNamespaceManager" /> .
public
XmlNameTable
NameTable
Gets the <see cref="T:System.Xml.XmlNameTable" /> used to atomize strings. For more information on atomized strings, see <see cref="T:System.Xml.XmlNameTable" /> .
public
string
PublicId
Gets or sets the public identifier.
public
string
SystemId
Gets or sets the system identifier.
public
string
XmlLang
Gets or sets the current <see langword="xml:lang" /> scope.
public
XmlSpace
XmlSpace
Gets or sets the current <see langword="xml:space" /> scope.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object