March 2002
Intermediate to advanced
864 pages
31h 8m
English
IXmlLineInfo
This interface allows XML reader classes (XmlTextReader and XmlValidatingReader) to return line and position information
currently being read. If the class is reading data from a stream
or other form of input, the HasLineInfo() method returns a boolean
indicating if line information is provided.
public interface IXmlLineInfo { // Public Instance Properties public field int LineNumber{get; } public field int LinePosition{get; } // Public Instance Methods public method bool HasLineInfo(); }
XmlTextReader, XmlValidatingReader