Mono Class Library: Overview

System.Xml.XmlTextReader: Constructor Members

The constructors of System.Xml.XmlTextReader are listed below. For a list of all members, see the XmlTextReader Members list.

See Also: Inherited members from System.Xml.XmlReader

Public Constructors

Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified stream.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified System.IO.TextReader.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified file.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified stream and name table.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified System.IO.TextReader, and name table.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified URL and stream.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified URL and System.IO.TextReader.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified file and name table.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified stream containing an XML fragment.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified URL, stream, and name table.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified URL, System.IO.TextReader, and name table.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified XML fragment.

Protected Constructors

Constructs a new instance of the System.Xml.XmlTextReader class.
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified name table.