Initializes a new instance of the XmlTextReader class with the specified file and XmlNameTable.
[Visual Basic] Overloads Public Sub New( _ ByVal url As String, _ ByVal nt As XmlNameTable _ ) [C#] public XmlTextReader( string url, XmlNameTable nt ); [C++] public: XmlTextReader( String* url, XmlNameTable* nt ); [JScript] public function XmlTextReader( url : String, nt : XmlNameTable );
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace | XmlTextReader Constructor Overload List