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