Uses of Class
org.xmlunit.validation.ValidationProblem
Packages that use ValidationProblem
-
Uses of ValidationProblem in org.xmlunit.validation
Methods in org.xmlunit.validation that return types with arguments of type ValidationProblemModifier and TypeMethodDescriptionValidationResult.getProblems()Retrieves the problems that have been found.Constructor parameters in org.xmlunit.validation with type arguments of type ValidationProblemModifierConstructorDescriptionValidationResult(boolean valid, Iterable<ValidationProblem> problems) Creates a result based on a valid flag and an Iterable of iteration problems.