| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements | |
| org.jibx.schema.validation |
| Modifier and Type | Method and Description |
|---|---|
AttributeElement |
NameRegister.findAttribute(QName qname)
Find global attribute by name.
|
AttributeElement |
NameRegister.registerAttribute(QName qname,
AttributeElement def)
Register global attribute in the current schema definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaVisitorDelegate.exit(AttributeElement node) |
void |
SchemaVisitor.exit(AttributeElement node)
Exit attribute element.
|
static boolean |
SchemaUtils.isOptionalAttribute(AttributeElement attr)
Check if an attribute is optional (zero instances allowed).
|
AttributeElement |
NameRegister.registerAttribute(QName qname,
AttributeElement def)
Register global attribute in the current schema definition.
|
boolean |
SchemaVisitorDelegate.visit(AttributeElement node) |
boolean |
SchemaVisitor.visit(AttributeElement node)
Visit attribute element.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeElement |
AttributeElement.getReference()
Get the referenced attribute declaration.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeElement |
ValidationContext.findAttribute(QName qname)
Find global attribute by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContext.registerAttribute(QName qname,
AttributeElement def)
Register global attribute in the current schema definition.
|
boolean |
NameRegistrationVisitor.visit(AttributeElement node) |
Copyright © 2005-2013 jibx.org. All Rights Reserved.