Name

IXmlLineInfo

Synopsis

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 ReadOnly Property LineNumber As Integer  
   Public ReadOnly Property LinePosition As Integer  
' Public Instance Methods
   Public Function HasLineInfo() As Boolean  
End Interface

Implemented By

XmlTextReader, XmlValidatingReader

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.