NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextReader Constructor (String, XmlNameTable)

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
);

Parameters

url
The URL for the file containing the XML data to read.
nt
The XmlNameTable to use.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace | XmlTextReader Constructor Overload List