Uses of Class
org.xmlunit.validation.Validator
-
Packages that use Validator Package Description org.xmlunit.validation Validation of XML documents and schemas. -
-
Uses of Validator in org.xmlunit.validation
Subclasses of Validator in org.xmlunit.validation Modifier and Type Class Description class
JAXPValidator
Validator using the javax.xml.validation namespace.class
ParsingValidator
Validator implementation that uses "the old way" of validating an XML input by parsing the input.Methods in org.xmlunit.validation that return Validator Modifier and Type Method Description static Validator
Validator. forLanguage(java.lang.String language)
Factory that obtains a Validator instance based on the schema language.
-