Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlParserContext Constructor

 

Initializes a new instance of the XmlParserContext class with the specified values.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodXmlParserContext(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.

System_CAPS_pubmethodXmlParserContext(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.

System_CAPS_pubmethodXmlParserContext(XmlNameTable^, XmlNamespaceManager^, String^, XmlSpace)

Initializes a new instance of the XmlParserContext class with the specified XmlNameTable, XmlNamespaceManager, xml:lang, and xml:space values.

System_CAPS_pubmethodXmlParserContext(XmlNameTable^, XmlNamespaceManager^, String^, XmlSpace, Encoding^)

Initializes a new instance of the XmlParserContext class with the specified XmlNameTable, XmlNamespaceManager, xml:lang, xml:space, and encoding.

Return to top
Show:
© 2017 Microsoft