Class Navigator.FollowingEnumeration

java.lang.Object
net.sf.saxon.tree.util.Navigator.FollowingEnumeration
All Implemented Interfaces:
Closeable, AutoCloseable, SequenceIterator, AxisIterator, UnfailingIterator
Enclosing class:
Navigator

public static final class Navigator.FollowingEnumeration extends Object implements AxisIterator
General purpose implementation of the following axis, in terms of the ancestor, child, and following-sibling axes
  • Constructor Details

    • FollowingEnumeration

      public FollowingEnumeration(NodeInfo start)
      Create an iterator over the "following" axis
      Parameters:
      start - the initial context node
  • Method Details