Interface IDOMLocator
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/DOMLocator.html
public interface IDOMLocator
Properties
ByteOffset
int ByteOffset { get; }
Property Value
ColumnNumber
int ColumnNumber { get; }
Property Value
LineNumber
int LineNumber { get; }
Property Value
RelatedNode
Node RelatedNode { get; }
Property Value
Uri
String Uri { get; }
Property Value
Utf16Offset
int Utf16Offset { get; }