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
Initializes a new instance of the System.Xml.XmlTextReader class with the specified stream. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified System.IO.TextReader. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified file. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified stream and System.Xml.XmlNameTable. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified System.IO.TextReader and System.Xml.XmlNameTable. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified URL and stream. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified URL and System.IO.TextReader. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified file and System.Xml.XmlNameTable. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified stream, System.Xml.XmlNodeType, and System.Xml.XmlParserContext. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified URL, stream and System.Xml.XmlNameTable. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified URL, System.IO.TextReader and System.Xml.XmlNameTable. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified string, System.Xml.XmlNodeType, and System.Xml.XmlParserContext. |
Initializes a new instance of the XmlTextReader. | ||
Initializes a new instance of the System.Xml.XmlTextReader class with the specified System.Xml.XmlNameTable. |