|
|||||
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 java.util.Iterator |
getFollowingAxisIterator(DomNode contextNode)
Get an iterator over all following nodes, depth-first. |
static java.util.Iterator |
getFollowingSiblingAxisIterator(DomNode contextNode)
Get an iterator over all following nodes, depth-first. |
static java.util.Iterator |
getPrecedingAxisIterator(DomNode contextNode)
Get an iterator over all preceding nodes, depth-first. |
static java.util.Iterator |
getPrecedingSiblingAxisIterator(DomNode contextNode)
Get an iterator over all preceding siblings. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.Iterator getFollowingAxisIterator(DomNode contextNode)
contextNode
- The context node for the following axis.
public static java.util.Iterator getFollowingSiblingAxisIterator(DomNode contextNode)
contextNode
- The context node for the following axis.
public static java.util.Iterator getPrecedingAxisIterator(DomNode contextNode)
contextNode
- The context node for the preceding axis.
public static java.util.Iterator getPrecedingSiblingAxisIterator(DomNode contextNode)
contextNode
- The context node for the preceding sibling axis.
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |