XmlTextReader Constructor
Initializes a new instance of the XmlTextReader.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlTextReader() | Initializes a new instance of the XmlTextReader. |
![]() | XmlTextReader(Stream^) | Initializes a new instance of the XmlTextReader class with the specified stream. |
![]() | XmlTextReader(Stream^, XmlNameTable^) | Initializes a new instance of the XmlTextReader class with the specified stream and XmlNameTable. |
![]() | XmlTextReader(Stream^, XmlNodeType, XmlParserContext^) | Initializes a new instance of the XmlTextReader class with the specified stream, XmlNodeType, and XmlParserContext. |
![]() | XmlTextReader(String^) | Initializes a new instance of the XmlTextReader class with the specified file. |
![]() | XmlTextReader(String^, Stream^) | Initializes a new instance of the XmlTextReader class with the specified URL and stream. |
![]() | XmlTextReader(String^, Stream^, XmlNameTable^) | Initializes a new instance of the XmlTextReader class with the specified URL, stream and XmlNameTable. |
![]() | XmlTextReader(String^, TextReader^) | Initializes a new instance of the XmlTextReader class with the specified URL and TextReader. |
![]() | XmlTextReader(String^, TextReader^, XmlNameTable^) | Initializes a new instance of the XmlTextReader class with the specified URL, TextReader and XmlNameTable. |
![]() | XmlTextReader(String^, XmlNameTable^) | Initializes a new instance of the XmlTextReader class with the specified file and XmlNameTable. |
![]() | XmlTextReader(String^, XmlNodeType, XmlParserContext^) | Initializes a new instance of the XmlTextReader class with the specified string, XmlNodeType, and XmlParserContext. |
![]() | XmlTextReader(TextReader^) | Initializes a new instance of the XmlTextReader class with the specified TextReader. |
![]() | XmlTextReader(TextReader^, XmlNameTable^) | Initializes a new instance of the XmlTextReader class with the specified TextReader and XmlNameTable. |
![]() | XmlTextReader(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. |
Note |
|---|
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. |


