This documentation is archived and is not being maintained.
XmlParserContext Class
Visual Studio 2010
Provides all the context information required by the XmlReader to parse an XML fragment.
Assembly: System.Xml (in System.Xml.dll)
The XmlParserContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | XmlParserContext(XmlNameTable, XmlNamespaceManager, String, XmlSpace) | Initializes a new instance of the XmlParserContext class with the specified XmlNameTable, XmlNamespaceManager, xml:lang, and xml:space values. |
![]() ![]() ![]() | XmlParserContext(XmlNameTable, XmlNamespaceManager, String, XmlSpace, Encoding) | Initializes a new instance of the XmlParserContext class with the specified XmlNameTable, XmlNamespaceManager, xml:lang, xml:space, and encoding. |
![]() ![]() ![]() | XmlParserContext(XmlNameTable, XmlNamespaceManager, String, String, String, String, String, String, XmlSpace) | Initializes a new instance of the XmlParserContext class with the specified XmlNameTable, XmlNamespaceManager, base URI, xml:lang, xml:space, and document type values. |
![]() ![]() ![]() | XmlParserContext(XmlNameTable, XmlNamespaceManager, String, String, String, String, String, String, XmlSpace, Encoding) | Initializes a new instance of the XmlParserContext class with the specified XmlNameTable, XmlNamespaceManager, base URI, xml:lang, xml:space, encoding, and document type values. |
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() ![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() ![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

