|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.Util
public final class Util
Provides some utilities for working on the Html document.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Iterator<DomNode> getFollowingSiblingAxisIterator(DomNode contextNode)
contextNode
- the context node for the following axis
public static Iterator<DomNode> getPrecedingSiblingAxisIterator(DomNode contextNode)
contextNode
- the context node for the preceding sibling axis
public static Iterator<DomNode> getFollowingAxisIterator(DomNode contextNode)
contextNode
- the context node for the following axis
public static Iterator<DomNode> getPrecedingAxisIterator(DomNode contextNode)
contextNode
- the context node for the preceding axis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |