XmlParserContext Constructor
.NET Framework 3.0
Initializes a new instance of the XmlParserContext class with the specified values.
| 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. Supported by the .NET Compact Framework. |
| 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. Supported by the .NET Compact Framework. |
| 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. Supported by the .NET Compact Framework. |
| 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. Supported by the .NET Compact Framework. |