Interface ILocation
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/Location.html
public interface ILocation
Properties
CharacterOffset
int CharacterOffset { get; }
Property Value
ColumnNumber
int ColumnNumber { get; }
Property Value
LineNumber
int LineNumber { get; }
Property Value
PublicId
String PublicId { get; }
Property Value
SystemId
String SystemId { get; }