Class WalkingIteratorSorted

All Implemented Interfaces:
Cloneable, SourceLocator, DTMIterator, PathComponent, SubContextList, ExpressionNode, XPathVisitable

public class WalkingIteratorSorted extends WalkingIterator
This class iterates over set of nodes that needs to be sorted.
  • Field Details

    • m_inNaturalOrderStatic

      protected final boolean m_inNaturalOrderStatic
      True if the nodes will be found in document order, and this can be determined statically.
      See Also:
  • Method Details

    • 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.