XmlTextReader Constructor

 

Initializes a new instance of the XmlTextReader.

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

NameDescription
System_CAPS_protmethodXmlTextReader()

Initializes a new instance of the XmlTextReader.

System_CAPS_pubmethodXmlTextReader(Stream^)

Initializes a new instance of the XmlTextReader class with the specified stream.

System_CAPS_pubmethodXmlTextReader(Stream^, XmlNameTable^)

Initializes a new instance of the XmlTextReader class with the specified stream and XmlNameTable.

System_CAPS_pubmethodXmlTextReader(Stream^, XmlNodeType, XmlParserContext^)

Initializes a new instance of the XmlTextReader class with the specified stream, XmlNodeType, and XmlParserContext.

System_CAPS_pubmethodXmlTextReader(String^)

Initializes a new instance of the XmlTextReader class with the specified file.

System_CAPS_pubmethodXmlTextReader(String^, Stream^)

Initializes a new instance of the XmlTextReader class with the specified URL and stream.

System_CAPS_pubmethodXmlTextReader(String^, Stream^, XmlNameTable^)

Initializes a new instance of the XmlTextReader class with the specified URL, stream and XmlNameTable.

System_CAPS_pubmethodXmlTextReader(String^, TextReader^)

Initializes a new instance of the XmlTextReader class with the specified URL and TextReader.

System_CAPS_pubmethodXmlTextReader(String^, TextReader^, XmlNameTable^)

Initializes a new instance of the XmlTextReader class with the specified URL, TextReader and XmlNameTable.

System_CAPS_pubmethodXmlTextReader(String^, XmlNameTable^)

Initializes a new instance of the XmlTextReader class with the specified file and XmlNameTable.

System_CAPS_pubmethodXmlTextReader(String^, XmlNodeType, XmlParserContext^)

Initializes a new instance of the XmlTextReader class with the specified string, XmlNodeType, and XmlParserContext.

System_CAPS_pubmethodXmlTextReader(TextReader^)

Initializes a new instance of the XmlTextReader class with the specified TextReader.

System_CAPS_pubmethodXmlTextReader(TextReader^, XmlNameTable^)

Initializes a new instance of the XmlTextReader class with the specified TextReader and XmlNameTable.

System_CAPS_protmethodXmlTextReader(XmlNameTable^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the XmlTextReader class with the specified XmlNameTable.

System_CAPS_noteNote

Starting with the .NET Framework 2.0, we recommend that you create XmlReader instances by using the XmlReader::Create method to take advantage of new functionality.

Return to top
Show: