Uses of Class
org.jibx.schema.SchemaVisitor
-
Packages that use SchemaVisitor Package Description org.jibx.schema org.jibx.schema.validation -
-
Uses of SchemaVisitor in org.jibx.schema
Subclasses of SchemaVisitor in org.jibx.schema Modifier and Type Class Description classSchemaVisitorDelegateInstance ofSchemaVisitorthat delegates to another instance.Methods in org.jibx.schema with parameters of type SchemaVisitor Modifier and Type Method Description voidTreeWalker. walkChildren(SchemaBase root, SchemaVisitor visitor)Walk the descendants of a root element.voidTreeWalker. walkElement(SchemaBase root, SchemaVisitor visitor)Walk schema model element tree.voidTreeWalker. walkSchema(SchemaElement schema, SchemaVisitor visitor)Walk entire schema model.Constructors in org.jibx.schema with parameters of type SchemaVisitor Constructor Description SchemaVisitorDelegate(SchemaVisitor delegate)Constructor. -
Uses of SchemaVisitor in org.jibx.schema.validation
Subclasses of SchemaVisitor in org.jibx.schema.validation Modifier and Type Class Description classNameMergeVisitorVisitor for merging names from referenced schemas.classNameRegistrationVisitorVisitor for handling the registration of global definitions.classPrevalidationVisitorVisitor for handling prevalidation.classValidationVisitorVisitor for handling validation.
-