Uses of Class
org.xmlunit.validation.Validator
Packages that use Validator
-
Uses of Validator in org.xmlunit.validation
Subclasses of Validator in org.xmlunit.validationModifier and TypeClassDescriptionclassValidator using the javax.xml.validation namespace.classValidator implementation that uses "the old way" of validating an XML input by parsing the input.Methods in org.xmlunit.validation that return ValidatorModifier and TypeMethodDescriptionstatic ValidatorValidator.forLanguage(String language) Factory that obtains a Validator instance based on the schema language.