Interface IValidator
.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
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/Validator.html#getEventHandler-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/Validator.html#setEventHandler-javax.xml.bind.ValidationEventHandler-
ValidationEventHandler EventHandler { get; set; }
Property Value
Methods
GetProperty(String)
object GetProperty(String arg0)
Parameters
Returns
Exceptions
SetProperty(String, object)
void SetProperty(String arg0, object arg1)
Parameters
Exceptions
Validate(object)
bool Validate(object arg0)
Parameters
Returns
Exceptions
ValidateRoot(object)
bool ValidateRoot(object arg0)