| Package | Description |
|---|---|
| org.jibx.schema.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
DefinitionItem
Information for a global definition.
|
| Modifier and Type | Method and Description |
|---|---|
GroupItem |
GroupItem.addGroup(AnnotatedBase comp)
Add a child grouping structure.
|
protected GroupItem |
Item.findDisjointParent()
Find the nearest ancestor group which relates to a different schema component.
|
GroupItem |
Item.getParent()
Get containing group item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureClassHolder.buildDataStructure(GroupItem group,
BindingHolder bindhold)
Convert an item structure to a class representation.
|
void |
EnumerationClassHolder.buildDataStructure(GroupItem group,
BindingHolder bindhold)
Convert an item structure to a class representation.
|
void |
ClassHolder.buildDataStructure(GroupItem group,
BindingHolder bindhold)
Convert an item structure to a class representation.
|
protected Item |
ValueItem.copy(Item ref,
GroupItem parent)
Copy the item under a different parent.
|
protected Item |
ReferenceItem.copy(Item ref,
GroupItem parent)
Copy the item under a different parent.
|
protected abstract Item |
Item.copy(Item ref,
GroupItem parent)
Copy the item under a different parent.
|
protected Item |
GroupItem.copy(Item ref,
GroupItem parent)
Copy the item under a different parent.
|
protected Item |
AnyItem.copy(Item ref,
GroupItem parent)
Copy the item under a different parent.
|
String |
SchemaDocumentationGenerator.generate(GroupItem group,
boolean dropanno)
Generate documentation from the schema component corresponding to a class.
|
protected void |
Item.reparent(GroupItem parent)
Replace the parent for this item.
|
| Constructor and Description |
|---|
ClassHolder.ParentNode(GroupItem group,
ClassHolder.ParentNode parent)
Constructor.
|
GroupItem(AnnotatedBase comp,
GroupItem parent)
Internal constructor.
|
Item(AnnotatedBase comp,
GroupItem parent)
Basic constructor.
|
Item(Item original,
Item ref,
ComponentExtension ext,
GroupItem parent)
Copy constructor.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.