public class AbstractFieldsObjectIterator extends CGINIterator
children, position| Constructor and Description |
|---|
AbstractFieldsObjectIterator(AbstractFieldsObjectPointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
boolean reverse,
org.apache.commons.jxpath.ri.model.NodePointer startWith)
Constructs an iterator for the given AbstractFieldsObject
that visits only fields that pass the given test,
in the given ordering, starting from the given field.
|
getNodePointer, getPosition, setPositionpublic AbstractFieldsObjectIterator(AbstractFieldsObjectPointer parent, org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest, boolean reverse, org.apache.commons.jxpath.ri.model.NodePointer startWith)
parent - pointer to an AbstractFieldsObjectnodeTest - test that field must pass to be visited by the iteratorreverse - order in which to visit fieldsstartWith - field at which to start