Package org.xmlunit.validation
Validation of XML documents and schemas.
-
Class Summary Class Description JAXPValidator Validator using the javax.xml.validation namespace.Languages Constants for the languages supported by XMLUnit's schema validation.ParsingValidator Validator implementation that uses "the old way" of validating an XML input by parsing the input.ParsingValidator.Properties ValidationHandler ErrorHandler
collecting parser exceptions asValidationProblem
s.ValidationProblem A validation "problem" which may be an error or a warning.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. -
Enum Summary Enum Description ValidationProblem.ProblemType The type of validation problem encountered.