Uses of Class
org.jibx.schema.elements.SchemaLocationBase

Packages that use SchemaLocationBase
org.jibx.schema   
org.jibx.schema.elements   
org.jibx.schema.validation   
 

Uses of SchemaLocationBase in org.jibx.schema
 

Methods in org.jibx.schema with parameters of type SchemaLocationBase
 void SchemaVisitorDelegate.exit(SchemaLocationBase node)
           
 void SchemaVisitor.exit(SchemaLocationBase node)
          Exit schema location element.
 boolean SchemaVisitorDelegate.visit(SchemaLocationBase node)
           
 boolean SchemaVisitor.visit(SchemaLocationBase node)
          Visit schema location element.
 

Uses of SchemaLocationBase in org.jibx.schema.elements
 

Subclasses of SchemaLocationBase in org.jibx.schema.elements
 class ImportElement
          Model component for import element.
 class IncludeElement
          Model component for include element.
 class RedefineElement
          Model component for redefine element.
 class SchemaLocationRequiredBase
          Base class for elements referencing an external schema by using a required 'schemaLocation' attribute.
 

Uses of SchemaLocationBase in org.jibx.schema.validation
 

Methods in org.jibx.schema.validation with parameters of type SchemaLocationBase
 void NameMergeVisitor.exit(SchemaLocationBase node)
           
 boolean NameMergeVisitor.visit(SchemaLocationBase node)
           
 boolean NameRegistrationVisitor.visit(SchemaLocationBase node)
           
 



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