Uses of Class
org.xmlunit.validation.ValidationProblem
-
Packages that use ValidationProblem Package Description org.xmlunit.validation Validation of XML documents and schemas. -
-
Uses of ValidationProblem in org.xmlunit.validation
Methods in org.xmlunit.validation that return types with arguments of type ValidationProblem Modifier and Type Method Description Iterable<ValidationProblem>ValidationResult. getProblems()Retrieves the problems that have been found.Constructor parameters in org.xmlunit.validation with type arguments of type ValidationProblem Constructor Description ValidationResult(boolean valid, Iterable<ValidationProblem> problems)Creates a result based on a valid flag and an Iterable of iteration problems.
-