Class WalkingIteratorSorted

    • Constructor Detail

      • WalkingIteratorSorted

        WalkingIteratorSorted​(Compiler compiler,
                              int opPos,
                              int analysis)
                       throws javax.xml.transform.TransformerException
        Create a WalkingIterator iterator, including creation of step walkers from the opcode list, and call back into the Compiler to create predicate expressions.
        Parameters:
        compiler - The Compiler which is creating this expression.
        opPos - The position of this iterator in the opcode list from the compiler.
        Throws:
        javax.xml.transform.TransformerException - if any
    • Method Detail

      • isDocOrdered

        public boolean isDocOrdered()
        Returns true if all the nodes in the iteration well be returned in document order.
        Specified by:
        isDocOrdered in interface DTMIterator
        Overrides:
        isDocOrdered in class LocPathIterator
        Returns:
        true if all the nodes in the iteration well be returned in document order.