Initializes a new instance of the XmlTextReader class with the specified TextReader and XmlNameTable.
[Visual Basic] Overloads Public Sub New( _ ByVal input As TextReader, _ ByVal nt As XmlNameTable _ ) [C#] public XmlTextReader( TextReader input, XmlNameTable nt ); [C++] public: XmlTextReader( TextReader* input, XmlNameTable* nt ); [JScript] public function XmlTextReader( input : TextReader, nt : XmlNameTable );
It is assumed that the TextReader is already set to the correct encoding. This is used by clients who have already read some things from the stream in a multi-part MIME scenario.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace | XmlTextReader Constructor Overload List