Mono Class Library: System.Xml.XmlTextReader Overview | MembersSystem.Xml.XmlTextReader Constructor |
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified URL and stream. [Edit]
|
- url
- A string specifying the URL to use for resolving external resources. [Edit]
- input
- The System.IO.Stream containing the XML data to read. [Edit]
- input
- Documentation for this section has not yet been entered. [Edit]
Type Reason ArgumentNullException input is null. [Edit]
This constructor is equivalent to XmlTextReader.XmlTextReader(url, input, new System.Xml.NameTable()). [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0