Class SteppingNavigator.DescendantAxisIterator<N extends SteppingNode<N>>

    • Constructor Detail

      • DescendantAxisIterator

        public DescendantAxisIterator​(N start,
                                      boolean includeSelf,
                                      java.util.function.Predicate<? super NodeInfo> test)
        Create an iterator over the descendant or descendant-or-self axis
        Parameters:
        start - the root of the subtree whose descendants are required
        includeSelf - true if this is the descendant-or-self axis
        test - the node-test that selected nodes must satisfy