Uses of Interface
net.ionite.docval.validation.validator.DocumentValidator
Package
Description
Validation implementation, manager, and result classes
Classes that perform the several kinds of validation
-
Uses of DocumentValidator in net.ionite.docval.validation
Modifier and TypeMethodDescriptionValidatorManager.getValidator
(String fileName) Returns the DocumentValidator instance for the given filename If not loaded yet, tries to load it.Modifier and TypeMethodDescriptionValidatorManager.getValidatorsForKeyword
(String keyword) Return the validators for the given keywordModifier and TypeMethodDescriptionvoid
ValidatorManager.addValidator
(String keyword, String fileName, DocumentValidator validator) Add a pre-initialized validator for a given (potentially fake) filename -
Uses of DocumentValidator in net.ionite.docval.validation.validator
Modifier and TypeClassDescriptionclass
The standard validator for SCH (Schematron) files This is an extension of the XSLTValidator, where the provided sch file is converted to the .xslt file in-place.class
This class implements the DocumentValidor interface for XML Schema (XSD) validation.class
This class implements the DocumentValidor interface for Schematron- XSLT validation files.