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 TypeMethodDescriptionvoidXMLReporter2.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 XMLValidationExceptionXMLValidationException.createException(XMLValidationProblem cause) voidValidationContext.reportProblem(XMLValidationProblem problem) Method called by the validator, upon encountering a validation problem.voidValidationProblemHandler.reportProblem(XMLValidationProblem problem) Method called by validator, when a validation problem is encountered.Constructors in org.codehaus.stax2.validation with parameters of type XMLValidationProblemModifierConstructorDescriptionprotectedprotectedXMLValidationException(XMLValidationProblem cause, String msg) protectedXMLValidationException(XMLValidationProblem cause, String msg, Location loc)