| |
|
| java.lang.Object org.jibx.binding.def.PassThroughComponent org.jibx.binding.def.StructureReference
StructureReference | public class StructureReference extends PassThroughComponent (Code) | | Reference to a structure definition. This is used as a placeholder when
building the component structure of a binding definition. It's necessary
because the referenced structure may not have been parsed yet. During the
linkage phase that follows parsing this looks up the appropriate structure
definition and sets up the corresponding component structure. Thereafter it
operates as a simple pass-through wrapper for the top child component.
author: Dennis M. Sosnoski version: 1.0 |
StructureReference | public StructureReference(IContainer contain, String label, PropertyDefinition prop, boolean hasname, IContextObj cobj)(Code) | | Constructor.
Parameters: contain - containing binding component Parameters: label - reference structure identifier Parameters: prop - property definition (may be null ) Parameters: hasname - element name used with reference flag Parameters: cobj - context object |
print | public void print(int depth)(Code) | | |
|
|
|