Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​Xml.​IXmlLineInfo
Assembly: System.Xml.ReaderWriter
Provides an interface to enable a class to return line and position information.
Properties
int
LineNumber
Gets the current line number.
int
LinePosition
Gets the current line position.
Methods
bool
HasLineInfo​()
Gets a value indicating whether the class can return line information.
Returns <see langword="true" /> if <see cref="P:System.Xml.IXmlLineInfo.LineNumber" /> and <see cref="P:System.Xml.IXmlLineInfo.LinePosition" /> can be provided; otherwise, <see langword="false" /> .