Uses of Class
org.jibx.schema.SchemaVisitor

Packages that use SchemaVisitor
org.jibx.schema   
org.jibx.schema.validation   
 

Uses of SchemaVisitor in org.jibx.schema
 

Subclasses of SchemaVisitor in org.jibx.schema
 class SchemaVisitorDelegate
          Instance of SchemaVisitor that delegates to another instance.
 

Methods in org.jibx.schema with parameters of type SchemaVisitor
 void TreeWalker.walkChildren(SchemaBase root, SchemaVisitor visitor)
          Walk the descendants of a root element.
 void TreeWalker.walkElement(SchemaBase root, SchemaVisitor visitor)
          Walk schema model element tree.
 void TreeWalker.walkSchema(SchemaElement schema, SchemaVisitor visitor)
          Walk entire schema model.
 

Constructors in org.jibx.schema with parameters of type SchemaVisitor
SchemaVisitorDelegate(SchemaVisitor delegate)
          Constructor.
 

Uses of SchemaVisitor in org.jibx.schema.validation
 

Subclasses of SchemaVisitor in org.jibx.schema.validation
 class NameMergeVisitor
          Visitor for merging names from referenced schemas.
 class NameRegistrationVisitor
          Visitor for handling the registration of global definitions.
 class PrevalidationVisitor
          Visitor for handling prevalidation.
 class ValidationVisitor
          Visitor for handling validation.
 



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