Uses of Class
org.xmlunit.validation.ValidationProblem
Packages that use ValidationProblem
Package
Description
Root of the XMLUnit 1.x compatibility layer.
Contains internal classes of XMLUnit's AssertJ 3.x support that are
only public as an implementation detail.
Validation of XML documents and schemas.
-
Uses of ValidationProblem in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit with parameters of type ValidationProblem -
Uses of ValidationProblem in org.custommonkey.xmlunit.jaxp13
Method parameters in org.custommonkey.xmlunit.jaxp13 with type arguments of type ValidationProblemModifier and TypeMethodDescriptionprivate static List
<SAXParseException> Validator.problemToExceptionList
(Iterable<ValidationProblem> problems) -
Uses of ValidationProblem in org.xmlunit.assertj3.error
Method parameters in org.xmlunit.assertj3.error with type arguments of type ValidationProblemModifier and TypeMethodDescriptionstatic ShouldBeValid
ShouldBeValid.shouldBeValid
(String systemId, Iterable<ValidationProblem> problems) -
Uses of ValidationProblem in org.xmlunit.validation
Fields in org.xmlunit.validation with type parameters of type ValidationProblemModifier and TypeFieldDescriptionprivate List
<ValidationProblem> ValidationHandler.problems
private final Iterable
<ValidationProblem> ValidationResult.problems
Methods in org.xmlunit.validation that return ValidationProblemModifier and TypeMethodDescription(package private) static ValidationProblem
ValidationProblem.fromException
(SAXParseException e, ValidationProblem.ProblemType type) 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.