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