August 2003
Intermediate to advanced
928 pages
32h 1m
English
XmlTextReader
This class is a text-based reader
for XML documents derived from
XmlReader. XmlTextReader checks
for well-formedness and expands entities, but does not validate data
according to a DTD or schema.
public class XmlTextReader : XmlReader : IXmlLineInfo { // Public Constructors public XmlTextReader(System.IO.Streaminput); public XmlTextReader(System.IO.Streaminput, XmlNameTablent); public XmlTextReader(System.IO.StreamxmlFragment, XmlNodeTypefragType, XmlParserContextcontext); public XmlTextReader(stringurl); public XmlTextReader(stringurl, System.IO.Streaminput); public XmlTextReader(stringurl, System.IO.Streaminput, XmlNameTablent); public XmlTextReader(stringurl, System.IO.TextReaderinput); public XmlTextReader(stringurl, System.IO.TextReaderinput, XmlNameTablent); public XmlTextReader(stringurl, XmlNameTablent); public XmlTextReader(stringxmlFragment, XmlNodeTypefragType, XmlParserContextcontext); public XmlTextReader(System.IO.TextReaderinput); public XmlTextReader(System.IO.TextReaderinput, XmlNameTablent); // Protected Constructors protected XmlTextReader( ); protected XmlTextReader(XmlNameTablent); // Public Instance Properties public override int AttributeCount{get; } // overrides XmlReader public override string BaseURI{get; } // overrides XmlReader public override int Depth{get; } // overrides XmlReader public Encoding Encoding{get; } public override bool EOF{get; } // overrides XmlReader public override bool HasValue