Uses of Interface
org.jibx.schema.validation.ProblemHandler
-
Packages that use ProblemHandler Package Description org.jibx.schema.validation -
-
Uses of ProblemHandler in org.jibx.schema.validation
Classes in org.jibx.schema.validation that implement ProblemHandler Modifier and Type Class Description classProblemConsoleListerHandler to list problems found in validation to console.classProblemLogListerHandler to log problems found in validation.classProblemMultiHandlerProblem handler which delegates to any number of other handlers.Methods in org.jibx.schema.validation with parameters of type ProblemHandler Modifier and Type Method Description voidProblemMultiHandler. addHandler(ProblemHandler handler)Add handler to delegate list.booleanValidationContext. reportProblems(ProblemHandler handler)Report problems using handler.
-