Uses of Interface
org.jibx.schema.validation.ProblemHandler

Packages that use ProblemHandler
org.jibx.schema.validation   
 

Uses of ProblemHandler in org.jibx.schema.validation
 

Classes in org.jibx.schema.validation that implement ProblemHandler
 class ProblemConsoleLister
          Handler to list problems found in validation to console.
 class ProblemLogLister
          Handler to log problems found in validation.
 class ProblemMultiHandler
          Problem handler which delegates to any number of other handlers.
 

Methods in org.jibx.schema.validation with parameters of type ProblemHandler
 void ProblemMultiHandler.addHandler(ProblemHandler handler)
          Add handler to delegate list.
 boolean ValidationContext.reportProblems(ProblemHandler handler)
          Report problems using handler.
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.