A C E G I N O P S V

V

validate(File) - Method in class org.weborganic.schematron.Validator
Performs validation of the passed XML data.
validate(Source) - Method in class org.weborganic.schematron.Validator
Performs validation of the passed XML data.
validate(Source, String, String, String, String, String) - Method in class org.weborganic.schematron.Validator
Performs validation of the passed XML data.
Validator - Class in org.weborganic.schematron
An object representing a single Schematron schema, used to validate multiple XML instances.
ValidatorFactory - Class in org.weborganic.schematron
A ValidatorFactory instance can be used to create a Validator object.
ValidatorFactory() - Constructor for class org.weborganic.schematron.ValidatorFactory
Constructs a new factory using the default preprocessor.
ValidatorFactory(Source) - Constructor for class org.weborganic.schematron.ValidatorFactory
Constructs a new factory object using the specified preprocessor.
ValidatorFactory(ValidatorFactory.QueryBinding, String) - Constructor for class org.weborganic.schematron.ValidatorFactory
Constructs a new ValidatorFactory object using the specified preprocessor.
ValidatorFactory.QueryBinding - Enum in org.weborganic.schematron
 
valueOf(String) - Static method in enum org.weborganic.schematron.ValidatorFactory.QueryBinding
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.weborganic.schematron.ValidatorFactory.QueryBinding
Returns an array containing the constants of this enum type, in the order they are declared.

A C E G I N O P S V