public class SteppingNavigator extends Object
SteppingNode interface| Modifier and Type | Class and Description | 
|---|---|
| static class  | SteppingNavigator.DescendantAxisIteratorAn iterator over the descendant or descendant-or-self axis | 
| Constructor and Description | 
|---|
| SteppingNavigator() | 
| Modifier and Type | Method and Description | 
|---|---|
| static SteppingNode | getFollowingNode(SteppingNode start,
                SteppingNode anchor)Get the next following node after a given node | 
public static SteppingNode getFollowingNode(SteppingNode start, SteppingNode anchor)
start - the starting nodeanchor - the node whose descendants are being scanned; the scan terminates when
 the anchor node is reachedCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.