org.apache.xpath.axes
public class IteratorPool extends Object implements Serializable
UNKNOWN: internal
Constructor Summary | |
---|---|
IteratorPool(DTMIterator original)
Constructor IteratorPool
|
Method Summary | |
---|---|
void | freeInstance(DTMIterator obj)
Add an instance of the given object to the pool
|
DTMIterator | getInstance()
Get an instance of the given object in this pool
|
DTMIterator | getInstanceOrThrow()
Get an instance of the given object in this pool
|
Parameters: original The original iterator from which all others will be cloned.
Parameters: obj Object to add.
Returns: An instance of the given object
Returns: An instance of the given object