Class NamedIntegerIterator

  • All Implemented Interfaces:
    org.apache.commons.jxpath.ri.model.NodeIterator

    public class NamedIntegerIterator
    extends CGINIterator
    A NodeIterator for a NamedInteger.
    • 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 NamedInteger
        nodeTest - test that view must pass to be visited by the iterator
        reverse - order in which to visit views
        startWith - view at which to start