|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.xpath.XPathUtils
public final class XPathUtils
Collection of XPath utility methods.
Method Summary | |
---|---|
static List<Object> |
getByXPath(DomNode node,
String xpathExpr)
Evaluates an XPath expression from the specified node, returning the resultant nodes. |
static boolean |
isProcessingXPath()
Returns whether the thread is currently evaluating XPath expression or no. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<Object> getByXPath(DomNode node, String xpathExpr)
node
- the node to start searching fromxpathExpr
- the XPath expression
public static boolean isProcessingXPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |