Mono Class Library: System.Xml.XmlTextReader Overview | Members

System.Xml.XmlTextReader Constructor

Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified URL and System.IO.TextReader.

public XmlTextReader (string url, System.IO.TextReader input)

Parameters

url
A string specifying the URL to use for resolving external resources.
input
A System.IO.TextReader, set to the correct encoding, containing the XML data to read.
input
Documentation for this section has not yet been entered.

Remarks

This constructor is equivalent to XmlTextReader.XmlTextReader(url, input, new System.Xml.NameTable()).

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0