| |
|
| java.lang.Object org.jibx.binding.def.PassThroughComponent org.jibx.binding.def.LinkableBase
All known Subclasses: org.jibx.binding.def.MappingBase,
LinkableBase | abstract public class LinkableBase extends PassThroughComponent (Code) | | Base class for components that can be linked from multiple locations within
the binding definition structure. The implemented basic behavior is a simple
pass-through component, with the addition of recursion checking during the
linking phase.
author: Dennis M. Sosnoski version: 1.0 |
LinkableBase | public LinkableBase(IComponent wrap)(Code) | | Constructor.
Parameters: wrap - wrapped binding component |
handleRecursion | protected void handleRecursion()(Code) | | Handler for recursion. If recursion is found during linking this method
will be called. The base class implementation does nothing, but may be
overridden by subclases to implement the appropriate behavior.
|
print | public void print(int depth)(Code) | | |
|
|
|