Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
org.custommonkey.xmlunit.jaxp13 | |
org.xmlunit.assertj.error |
Contains internal classes of XMLUnit's AssertJ support that are
only public as an implementation detail.
|
org.xmlunit.validation |
Validation of XML documents and schemas.
|
Modifier and Type | Method and Description |
---|---|
private void |
Validator.validationProblem(ValidationProblem p) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<org.xml.sax.SAXParseException> |
Validator.problemToExceptionList(java.lang.Iterable<ValidationProblem> problems) |
Modifier and Type | Method and Description |
---|---|
static ShouldBeValid |
ShouldBeValid.shouldBeValid(java.lang.String systemId,
java.lang.Iterable<ValidationProblem> problems) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ValidationProblem> |
ValidationHandler.problems |
private java.lang.Iterable<ValidationProblem> |
ValidationResult.problems |
Modifier and Type | Method and Description |
---|---|
(package private) static ValidationProblem |
ValidationProblem.fromException(org.xml.sax.SAXParseException e,
ValidationProblem.ProblemType type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ValidationProblem> |
ValidationResult.getProblems()
Retrieves the problems that have been found.
|
Constructor and Description |
---|
ValidationResult(boolean valid,
java.lang.Iterable<ValidationProblem> problems)
Creates a result based on a valid flag and an Iterable of
iteration problems.
|