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

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

Uses of SchemaElement in org.jibx.schema
 

Methods in org.jibx.schema that return SchemaElement
 SchemaElement SchemaContextTracker.getCurrentSchema()
          Get current schema element.
 SchemaElement SchemaHolder.getSchema()
          Get the schema definition.
 

Methods in org.jibx.schema with parameters of type SchemaElement
 void UsageFinder.countSchemaTree(SchemaElement schema)
          Add usage counts for a schema tree.
 boolean ISchemaListener.enterSchema(SchemaElement schema)
          Enter schema.
 boolean SchemaContextTracker.enterSchema(SchemaElement schema)
           
 void SchemaVisitorDelegate.exit(SchemaElement node)
           
 void SchemaVisitor.exit(SchemaElement node)
          Exit schema element.
 boolean SchemaVisitorDelegate.visit(SchemaElement node)
           
 boolean SchemaVisitor.visit(SchemaElement node)
          Visit schema element.
 void TreeWalker.walkSchema(SchemaElement schema, SchemaVisitor visitor)
          Walk entire schema model.
 

Constructors in org.jibx.schema with parameters of type SchemaElement
SchemaHolder(SchemaElement schema)
          Constructor for existing schema definition file.
 

Uses of SchemaElement in org.jibx.schema.elements
 

Methods in org.jibx.schema.elements that return SchemaElement
 SchemaElement SchemaLocationBase.getReferencedSchema()
          Get referenced schema.
 SchemaElement SchemaBase.getSchema()
          Get the ancestor schema element.
protected  SchemaElement SchemaLocationBase.readSchema(ValidationContext vctx, ISchemaResolver resolver)
          Load a schema from a resolver.
 

Methods in org.jibx.schema.elements with parameters of type SchemaElement
protected  void SchemaLocationBase.setReferencedSchema(SchemaElement schema)
          Set referenced schema.
 

Uses of SchemaElement in org.jibx.schema.validation
 

Methods in org.jibx.schema.validation that return SchemaElement
 SchemaElement ValidationContext.getSchemaById(String id)
          Get schema element by identifier.
 SchemaElement ValidationContext.getSchemaByNamespace(String uri)
          Get schema element by target namespace.
static SchemaElement[] ValidationUtils.load(Collection resolves, String uri, ValidationContext vctx)
          Load and validate a list of schemas.
 

Methods in org.jibx.schema.validation with parameters of type SchemaElement
 void ValidationContext.setSchema(String id, SchemaElement schema)
          Add schema element with identifier.
static void ValidationUtils.validateSchemas(SchemaElement[] schemas, ValidationContext vctx)
          Validate an ordered array of schemas.
 boolean NameMergeVisitor.visit(SchemaElement node)
           
 boolean NameRegistrationVisitor.visit(SchemaElement node)
           
 



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