Table of Contents

Interface IValidationEventLocator

Namespace
Javax.Xml.Bind
Assembly
MASES.JNet.dll

.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

int

LineNumber

int LineNumber { get; }

Property Value

int

Node

Node Node { get; }

Property Value

Node

Object

object Object { get; }

Property Value

object

Offset

int Offset { get; }

Property Value

int

URL

URL URL { get; }

Property Value

URL