Package | Description |
---|---|
org.xmlunit.validation |
Validation of XML documents and schemas.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ValidationProblem> |
ValidationResult.getProblems()
Retrieves the problems that have been found.
|
Constructor and Description |
---|
ValidationResult(boolean valid,
Iterable<ValidationProblem> problems)
Creates a result based on a valid flag and an Iterable of
iteration problems.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.