|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLValidationProblem | |
---|---|
org.codehaus.stax2 | |
org.codehaus.stax2.validation |
Uses of XMLValidationProblem in org.codehaus.stax2 |
---|
Methods in org.codehaus.stax2 with parameters of type XMLValidationProblem | |
---|---|
void |
XMLReporter2.report(XMLValidationProblem problem)
Reporting method called with reference to object that defines exact problem being encountered. |
Uses of XMLValidationProblem in org.codehaus.stax2.validation |
---|
Fields in org.codehaus.stax2.validation declared as XMLValidationProblem | |
---|---|
protected XMLValidationProblem |
XMLValidationException.mCause
|
Methods in org.codehaus.stax2.validation that return XMLValidationProblem | |
---|---|
XMLValidationProblem |
XMLValidationException.getValidationProblem()
|
Methods in org.codehaus.stax2.validation with parameters of type XMLValidationProblem | |
---|---|
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. |
Constructors in org.codehaus.stax2.validation with parameters of type XMLValidationProblem | |
---|---|
XMLValidationException(XMLValidationProblem cause)
|
|
XMLValidationException(XMLValidationProblem cause,
String msg)
|
|
XMLValidationException(XMLValidationProblem cause,
String msg,
Location loc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |