XmlParserContext Class
Provides all the context information required by the XmlReader to parse an XML fragment.
Assembly: System.Xml (in System.Xml.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


