Interface IDOMLocator
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/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; }