| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaVisitorDelegate
Instance of
SchemaVisitor that delegates to another instance. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SchemaVisitorDelegate(SchemaVisitor delegate)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
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-2013 jibx.org. All Rights Reserved.