Class NamedIntegerIterator
- java.lang.Object
-
- CGINIterator
-
- NamedIntegerIterator
-
- All Implemented Interfaces:
org.apache.commons.jxpath.ri.model.NodeIterator
public class NamedIntegerIterator extends CGINIterator
A NodeIterator for a NamedInteger.
-
-
Field Summary
-
Fields inherited from class com.opencloud.slee.resources.cgin.xpath.CGINIterator
children, position
-
-
Constructor Summary
Constructors Constructor Description NamedIntegerIterator(NamedIntegerPointer parent, org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest, boolean reverse, org.apache.commons.jxpath.ri.model.NodePointer startWith)
Creates a NodeIterator for the views of the given NamedInteger.
-
Method Summary
-
Methods inherited from class com.opencloud.slee.resources.cgin.xpath.CGINIterator
getNodePointer, getPosition, setPosition
-
-
-
-
Constructor Detail
-
NamedIntegerIterator
public NamedIntegerIterator(NamedIntegerPointer parent, org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest, boolean reverse, org.apache.commons.jxpath.ri.model.NodePointer startWith)
Creates a NodeIterator for the views of the given NamedInteger. The views are byteValue, shortValue, intValue, longValue, floatValue and doubleValue.- Parameters:
parent
- pointer to the whole NamedIntegernodeTest
- test that view must pass to be visited by the iteratorreverse
- order in which to visit viewsstartWith
- view at which to start
-
-