Class DescendantOrSelfAxisIterator

  • All Implemented Interfaces:
    java.util.Iterator

    public class DescendantOrSelfAxisIterator
    extends DescendantAxisIterator
    Represents the XPath descendant-or-self axis. The "descendant-or-self axis contains the context node and the descendants of the context node."
    Version:
    1.2b12
    • Constructor Summary

      Constructors 
      Constructor Description
      DescendantOrSelfAxisIterator​(java.lang.Object contextNode, Navigator navigator)
      Create a new desscendant-or-self axis iterator.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • DescendantOrSelfAxisIterator

        public DescendantOrSelfAxisIterator​(java.lang.Object contextNode,
                                            Navigator navigator)
        Create a new desscendant-or-self axis iterator.
        Parameters:
        contextNode - the node to start from
        navigator - the object model specific navigator