public final class XPathUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static List<Object> getByXPath(DomNode node, String xpathExpr)
node - the node to start searching fromxpathExpr - the XPath expressionpublic static boolean isProcessingXPath()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.