Uses of Package
org.xmlunit.validation
-
Packages that use org.xmlunit.validation Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.custommonkey.xmlunit.jaxp13 org.xmlunit.assertj AssertJ assertions on top of XMLUnit's core.org.xmlunit.assertj.error Contains internal classes of XMLUnit's AssertJ support that are only public as an implementation detail.org.xmlunit.matchers Hamcrest matchers on top of XMLUnit's core.org.xmlunit.validation Validation of XML documents and schemas. -
Classes in org.xmlunit.validation used by org.custommonkey.xmlunit Class Description ValidationProblem A validation "problem" which may be an error or a warning. -
Classes in org.xmlunit.validation used by org.custommonkey.xmlunit.jaxp13 Class Description JAXPValidator Validator using the javax.xml.validation namespace.ValidationProblem A validation "problem" which may be an error or a warning. -
Classes in org.xmlunit.validation used by org.xmlunit.assertj Class Description ValidationResult The result of a validation. -
Classes in org.xmlunit.validation used by org.xmlunit.assertj.error Class Description ValidationProblem A validation "problem" which may be an error or a warning. -
Classes in org.xmlunit.validation used by org.xmlunit.matchers Class Description ValidationResult The result of a validation. -
Classes in org.xmlunit.validation used by org.xmlunit.validation Class Description ValidationHandler ErrorHandler
collecting parser exceptions asValidationProblem
s.ValidationProblem A validation "problem" which may be an error or a warning.ValidationProblem.ProblemType The type of validation problem encountered.ValidationResult The result of a validation.Validator Validates a piece of XML against a schema given in a supported language or the definition of such a schema itself.