Package | Description |
---|---|
org.custommonkey.xmlunit.jaxp13 | |
org.xmlunit.assertj |
AssertJ assertions on top of XMLUnit's core.
|
org.xmlunit.assertj.error |
Contains internal classes of XMLUnit's AssertJ support that are
only public as an implementation detail.
|
org.xmlunit.matchers |
Hamcrest matchers on top of XMLUnit's core.
|
org.xmlunit.validation |
Validation of XML documents and schemas.
|
Class and Description |
---|
JAXPValidator
Validator using the javax.xml.validation namespace.
|
ValidationProblem
A validation "problem" which may be an error or a warning.
|
Class and Description |
---|
ValidationResult
The result of a validation.
|
Class and Description |
---|
ValidationProblem
A validation "problem" which may be an error or a warning.
|
Class and Description |
---|
ValidationResult
The result of a validation.
|
Class and Description |
---|
ValidationHandler
ErrorHandler collecting parser exceptions as ValidationProblem s. |
ValidationProblem
A validation "problem" which may be an error or a warning.
|
ValidationProblem.ProblemType
The type of validation problem encountered.
|
ValidationResult
The result of a validation.
|
Validator
Validates a piece of XML against a schema given in a supported
language or the definition of such a schema itself.
|