public final class Util extends Object
Modifier and Type | Method and Description |
---|---|
static Iterator<DomNode> |
getFollowingAxisIterator(DomNode contextNode)
Gets an iterator over all following nodes, depth-first.
|
static Iterator<DomNode> |
getFollowingSiblingAxisIterator(DomNode contextNode)
Gets an iterator over all following nodes, depth-first.
|
static Iterator<DomNode> |
getPrecedingAxisIterator(DomNode contextNode)
Gets an iterator over all preceding nodes, depth-first.
|
static Iterator<DomNode> |
getPrecedingSiblingAxisIterator(DomNode contextNode)
Gets an iterator over all preceding siblings.
|
public static Iterator<DomNode> getFollowingSiblingAxisIterator(DomNode contextNode)
contextNode
- the context node for the following axispublic static Iterator<DomNode> getPrecedingSiblingAxisIterator(DomNode contextNode)
contextNode
- the context node for the preceding sibling axispublic static Iterator<DomNode> getFollowingAxisIterator(DomNode contextNode)
contextNode
- the context node for the following axisCopyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.