| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements | |
| org.jibx.schema.validation |
| Modifier and Type | Method and Description |
|---|---|
GroupElement |
NameRegister.findGroup(QName qname)
Find group by name.
|
GroupElement |
NameRegister.registerGroup(QName qname,
GroupElement def)
Register global group in the current schema definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaVisitorDelegate.exit(GroupElement node) |
void |
SchemaVisitor.exit(GroupElement node)
Exit group element for definition.
|
GroupElement |
NameRegister.registerGroup(QName qname,
GroupElement def)
Register global group in the current schema definition.
|
boolean |
SchemaVisitorDelegate.visit(GroupElement node) |
boolean |
SchemaVisitor.visit(GroupElement node)
Visit group element for definition.
|
| Modifier and Type | Method and Description |
|---|---|
GroupElement |
GroupRefElement.getReference()
Get the referenced group declaration.
|
| Modifier and Type | Method and Description |
|---|---|
GroupElement |
ValidationContext.findGroup(QName qname)
Find group by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContext.registerGroup(QName qname,
GroupElement def)
Register global group in the current schema definition.
|
boolean |
NameRegistrationVisitor.visit(GroupElement node) |
Copyright © 2005-2013 jibx.org. All Rights Reserved.