public class ArrayDataObjectIterator<T> extends AbstractArrayIterator<T>
children, position| Constructor and Description |
|---|
ArrayDataObjectIterator(ArrayDataObjectPointer<T> parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
boolean reverse,
org.apache.commons.jxpath.ri.model.NodePointer startWith)
Creates a NodeIterator for the elements of the given ArrayDataObject.
|
getNodePointer, getPosition, setPositionpublic ArrayDataObjectIterator(ArrayDataObjectPointer<T> parent, org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest, boolean reverse, org.apache.commons.jxpath.ri.model.NodePointer startWith)
parent - pointer to the whole ArrayDataObjectnodeTest - test that element must pass to be visited by the iteratorreverse - order in which to visit elementsstartWith - element at which to start