Creates XmlBaseAwareXmlTextReader instance for given uri and stream.
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 _ ) |
| C# |
|---|
| public XmlBaseAwareXmlTextReader( string uri, Stream stream ) |
| C++ |
|---|
| public: XmlBaseAwareXmlTextReader( String^ uri, Stream^ stream ) sealed |
| J# |
|---|
| public XmlBaseAwareXmlTextReader( string uri, Stream stream ) |
| JScript |
|---|
| public function XmlBaseAwareXmlTextReader( uri : String, stream : Stream ) |