Uses of Interface
net.ionite.docval.validation.validator.DocumentValidator
Packages that use 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
Methods in net.ionite.docval.validation that return DocumentValidatorModifier and TypeMethodDescriptionValidatorManager.getValidator
(String fileName) Returns the DocumentValidator instance for the given filename If not loaded yet, tries to load it.Methods in net.ionite.docval.validation that return types with arguments of type DocumentValidatorModifier and TypeMethodDescriptionValidatorManager.getValidatorsForKeyword
(String keyword) Return the validators for the given keywordMethods in net.ionite.docval.validation with parameters of type DocumentValidatorModifier 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
Classes in net.ionite.docval.validation.validator that implement DocumentValidatorModifier 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.