Table of Contents

Interface IValidator

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

public interface IValidator

Properties

EventHandler

ValidationEventHandler EventHandler { get; set; }

Property Value

ValidationEventHandler

Methods

GetProperty(String)

object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

PropertyException

SetProperty(String, object)

void SetProperty(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

PropertyException

Validate(object)

bool Validate(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Exceptions

JAXBException

ValidateRoot(object)

bool ValidateRoot(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Exceptions

JAXBException