Interface IValidationEventLocator
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/ValidationEventLocator.html
public interface IValidationEventLocator
Properties
ColumnNumber
int ColumnNumber { get; }
Property Value
LineNumber
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/ValidationEventLocator.html#getLineNumber--
int LineNumber { get; }
Property Value
Node
Node Node { get; }
Property Value
Object
object Object { get; }
Property Value
Offset
int Offset { get; }
Property Value
URL
URL URL { get; }