Uses of Class
org.codehaus.stax2.validation.XMLValidationProblem
Packages that use XMLValidationProblem
-
Uses of XMLValidationProblem in org.codehaus.stax2
Methods in org.codehaus.stax2 with parameters of type XMLValidationProblemModifier and TypeMethodDescriptionvoid
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 XMLValidationProblemMethods in org.codehaus.stax2.validation that return XMLValidationProblemMethods in org.codehaus.stax2.validation with parameters of type XMLValidationProblemModifier and TypeMethodDescriptionstatic 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 XMLValidationProblemModifierConstructorDescriptionprotected
protected
XMLValidationException
(XMLValidationProblem cause, String msg) protected
XMLValidationException
(XMLValidationProblem cause, String msg, Location loc)