| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements | |
| org.jibx.schema.validation |
| Modifier and Type | Method and Description |
|---|---|
SchemaElement |
SchemaContextTracker.getCurrentSchema()
Get current schema element.
|
SchemaElement |
SchemaHolder.getSchema()
Get the schema definition.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SchemaHolder(SchemaElement schema)
Constructor for existing schema definition file.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaLocationBase.setReferencedSchema(SchemaElement schema)
Set referenced schema.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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-2013 jibx.org. All Rights Reserved.