| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.elements |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaVisitorDelegate.exit(AnyAttributeElement node) |
void |
SchemaVisitor.exit(AnyAttributeElement node)
Exit anyAttribute element.
|
boolean |
SchemaVisitorDelegate.visit(AnyAttributeElement node) |
boolean |
SchemaVisitor.visit(AnyAttributeElement node)
Visit anyAttribute element.
|
| Modifier and Type | Method and Description |
|---|---|
AnyAttributeElement |
CommonComplexModification.getAnyAttribute() |
AnyAttributeElement |
AttributeGroupElement.getAnyAttribute()
Get anyAttribute child element.
|
AnyAttributeElement |
CommonSimpleModification.getAnyAttribute()
Get anyAttribute child element.
|
AnyAttributeElement |
ComplexTypeElement.getAnyAttribute()
Get anyAttribute child element.
|
AnyAttributeElement |
IComplexStructure.getAnyAttribute()
Get anyAttribute child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonComplexModification.setAnyAttribute(AnyAttributeElement element) |
void |
AttributeGroupElement.setAnyAttribute(AnyAttributeElement element)
Set anyAttribute child element.
|
void |
CommonSimpleModification.setAnyAttribute(AnyAttributeElement element)
Set anyAttribute child element.
|
void |
ComplexTypeElement.setAnyAttribute(AnyAttributeElement element)
Set anyAttribute child element.
|
void |
IComplexStructure.setAnyAttribute(AnyAttributeElement element)
Set anyAttribute child element.
|
Copyright © 2005-2013 jibx.org. All Rights Reserved.