Skip to main content

IXmlLineInfo Interface

NuGet: GHIElectronics.TinyCLR.System.Xml
Assembly: GHIElectronics.TinyCLR.System.Xml
Namespace: System.Xml

Provides line and position information for the current node.

public interface IXmlLineInfo

Properties

LineNumber

int LineNumber { get; }

Gets the line number of the current node.

LinePosition

int LinePosition { get; }

Gets the line position of the current node.

Methods

HasLineInfo()

bool HasLineInfo()

Gets a value indicating whether line information is available.

Returns bool