Interface ILocator
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/xml/sax/Locator.html
public interface ILocator
Properties
ColumnNumber
int ColumnNumber { get; }
Property Value
LineNumber
int LineNumber { get; }
Property Value
PublicId
String PublicId { get; }
Property Value
SystemId
String SystemId { get; }