| java.lang.Object org.jibx.runtime.impl.BackFillArray
BackFillArray | public class BackFillArray implements BackFillReference(Code) | | Backfill reference item, used for filling in forward references as
members of arrays. Each item holds both the array containing the
reference and the offset in the array.
author: Dennis M. Sosnoski version: 1.0 |
Method Summary | |
public void | backfill(Object obj) Define referenced object. |
BackFillArray | public BackFillArray(int index, Object[] array)(Code) | | Constructor. Saves the information for filling the reference
once the associated object is defined.
Parameters: index - reference offset within array Parameters: array - array containing the reference |
backfill | public void backfill(Object obj)(Code) | | Define referenced object. This method is called by the framework
when the forward-referenced item is defined.
Parameters: obj - referenced object |
|
|