This topic has not yet been rated - Rate this topic

XmlParserContext Constructor

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.