public final class Util extends Object
Modifier and Type | Method and Description |
---|---|
static Iterator |
getFollowingAxisIterator(DomNode contextNode)
Get an iterator over all following nodes, depth-first.
|
static Iterator |
getFollowingSiblingAxisIterator(DomNode contextNode)
Get an iterator over all following nodes, depth-first.
|
static Iterator |
getPrecedingAxisIterator(DomNode contextNode)
Get an iterator over all preceding nodes, depth-first.
|
static Iterator |
getPrecedingSiblingAxisIterator(DomNode contextNode)
Get an iterator over all preceding siblings.
|
public static Iterator getFollowingSiblingAxisIterator(DomNode contextNode)
contextNode
- The context node for the following axis.public static Iterator getPrecedingSiblingAxisIterator(DomNode contextNode)
contextNode
- The context node for the preceding sibling axis.public static Iterator getFollowingAxisIterator(DomNode contextNode)
contextNode
- The context node for the following axis.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.