public abstract class SteppingNavigator extends Object
SteppingNode interface| Modifier and Type | Class and Description |
|---|---|
static class |
SteppingNavigator.DescendantAxisIterator<N extends SteppingNode<N>>
An iterator over the descendant or descendant-or-self axis
|
| Constructor and Description |
|---|
SteppingNavigator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <N extends SteppingNode<N>> |
getFollowingNode(N start,
N anchor)
Get the next following node after a given node
|
static <N extends SteppingNode<N>> 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 reached