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