Table of Contents

Interface IValidationEvent

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/ValidationEvent.html

public interface IValidationEvent

Properties

LinkedException

Throwable LinkedException { get; }

Property Value

Throwable

Locator

ValidationEventLocator Locator { get; }

Property Value

ValidationEventLocator

Message

String Message { get; }

Property Value

String

Severity

int Severity { get; }

Property Value

int