Package | Description |
---|---|
org.xmlunit.validation |
Validation of XML documents and schemas.
|
Modifier and Type | Field and Description |
---|---|
private ValidationProblem.ProblemType |
ValidationProblem.type |
Modifier and Type | Method and Description |
---|---|
ValidationProblem.ProblemType |
ValidationProblem.getType()
Whether this is an error or a warning.
|
static ValidationProblem.ProblemType |
ValidationProblem.ProblemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationProblem.ProblemType[] |
ValidationProblem.ProblemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static ValidationProblem |
ValidationProblem.fromException(org.xml.sax.SAXParseException e,
ValidationProblem.ProblemType type) |
Constructor and Description |
---|
ValidationProblem(java.lang.String message,
int line,
int column,
ValidationProblem.ProblemType type)
Creates a ValidationProblem for the given message and location
of the given type.
|