| Package | Description |
|---|---|
| org.jibx.schema.codegen |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ClassHolder.LeafNode
Information for a leaf node of the data structure tree.
|
protected static class |
ClassHolder.ParentNode
Information for an interior node of the data structure tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassHolder.ParentNode.addChild(ClassHolder.DataNode value)
Add a child node (which may be another parent) to this parent.
|
protected static String |
ClassHolder.describe(ClassHolder.DataNode node)
Describe the schema component associated with a node.
|
protected void |
ClassHolder.importValueType(ClassHolder.DataNode value)
Import the type associated with an item, if not directly accessible
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.