Package org.jibx.schema.validation

Interface Summary
ProblemHandler Interface for handling problems found in validation and processing of schemas.
 

Class Summary
NameMergeVisitor Visitor for merging names from referenced schemas.
NameRegistrationVisitor Visitor for handling the registration of global definitions.
PrevalidationVisitor Visitor for handling prevalidation.
ProblemConsoleLister Handler to list problems found in validation to console.
ProblemLocation Location of validation problem.
ProblemLogLister Handler to log problems found in validation.
ProblemMultiHandler Problem handler which delegates to any number of other handlers.
ValidationContext Tracks the schema validation state.
ValidationProblem Problem reported by schema validation.
ValidationUtils Utility methods for schema validation.
ValidationUtils.SyntheticSchemaResolver Resolver for synthesized schema, used when no-namespace schemas are being generated within a namespace.
ValidationVisitor Visitor for handling validation.
 



Project Web Site