Package | Description |
---|---|
org.codehaus.stax2 | |
org.codehaus.stax2.validation |
Modifier and Type | Method and Description |
---|---|
void |
XMLReporter2.report(XMLValidationProblem problem)
Reporting method called with reference to object that defines
exact problem being encountered.
|
Modifier and Type | Field and Description |
---|---|
protected XMLValidationProblem |
XMLValidationException.mCause |
Modifier and Type | Method and Description |
---|---|
XMLValidationProblem |
XMLValidationException.getValidationProblem() |
Modifier and Type | Method and Description |
---|---|
static XMLValidationException |
XMLValidationException.createException(XMLValidationProblem cause) |
void |
ValidationProblemHandler.reportProblem(XMLValidationProblem problem)
Method called by validator, when a validation problem is encountered.
|
void |
ValidationContext.reportProblem(XMLValidationProblem problem)
Method called by the validator, upon encountering a validation
problem.
|
Constructor and Description |
---|
XMLValidationException(XMLValidationProblem cause) |
XMLValidationException(XMLValidationProblem cause,
String msg) |
XMLValidationException(XMLValidationProblem cause,
String msg,
Location loc) |
Copyright © 2015 fasterxml.com. All Rights Reserved.