Creates XmlBaseAwareXmlTextReader instance for given stream, uri and name table.
Namespace: Mvp.Xml.CommonAssembly: Mvp.Xml (in Mvp.Xml.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal uri As String, _ ByVal stream As Stream, _ ByVal nt As XmlNameTable _ ) |
| C# |
|---|
| public XmlBaseAwareXmlTextReader( string uri, Stream stream, XmlNameTable nt ) |
| C++ |
|---|
| public: XmlBaseAwareXmlTextReader( String^ uri, Stream^ stream, XmlNameTable^ nt ) sealed |
| J# |
|---|
| public XmlBaseAwareXmlTextReader( string uri, Stream stream, XmlNameTable nt ) |
| JScript |
|---|
| public function XmlBaseAwareXmlTextReader( uri : String, stream : Stream, nt : XmlNameTable ) |