XmlParserContext Properties

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.

  NameDescription
Public property BaseURI Gets or sets the base URI.
Public property DocTypeName Gets or sets the name of the document type declaration.
Public property Encoding Gets or sets the encoding type.
Public property InternalSubset Gets or sets the internal DTD subset.
Public property NamespaceManager Gets or sets the XmlNamespaceManager.
Public property NameTable Gets the XmlNameTable used to atomize strings. For more information on atomized strings, see XmlNameTable.
Public property PublicId Gets or sets the public identifier.
Public property SystemId Gets or sets the system identifier.
Public property XmlLang Gets or sets the current xml:lang scope.
Public property XmlSpace Gets or sets the current xml:space scope.
Top

Show:
© 2017 Microsoft