| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements | |
| org.jibx.schema.validation |
| Modifier and Type | Method and Description |
|---|---|
ElementElement |
NameRegister.findElement(QName qname)
Find global element by name.
|
ElementElement |
NameRegister.registerElement(QName qname,
ElementElement def)
Register global element in the current schema definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaVisitorDelegate.exit(ElementElement node) |
void |
SchemaVisitor.exit(ElementElement node)
Exit element element.
|
static boolean |
SchemaUtils.isOptionalElement(ElementElement elem)
Check if an element is optional (zero instances allowed).
|
static boolean |
SchemaUtils.isSingletonElement(ElementElement elem)
Check if an element is a singleton (one, and only one, instance allowed).
|
ElementElement |
NameRegister.registerElement(QName qname,
ElementElement def)
Register global element in the current schema definition.
|
boolean |
SchemaVisitorDelegate.visit(ElementElement node) |
boolean |
SchemaVisitor.visit(ElementElement node)
Visit element element.
|
| Modifier and Type | Method and Description |
|---|---|
ElementElement |
ElementElement.getReference()
Get the referenced element declaration.
|
| Modifier and Type | Method and Description |
|---|---|
ElementElement |
ValidationContext.findElement(QName qname)
Find global element by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContext.registerElement(QName qname,
ElementElement def)
Register global element in the current schema definition.
|
boolean |
NameRegistrationVisitor.visit(ElementElement node) |
Copyright © 2005-2013 jibx.org. All Rights Reserved.