Package org.aksw.commons.util.xml
Class XPathUtils
java.lang.Object
org.aksw.commons.util.xml.XPathUtils
- Author:
- Claus Stadler Date: 12/5/11 Time: 12:48 PM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XPathExpressionstatic NodeListevalToNodes(Node node, String query) static StringevalToString(Node node, String query) static StringevalToString(Node node, String query, boolean dummy) This version doesn't throw an exception on errorstatic StringevalToString(Node node, XPathExpression expr)
-
Constructor Details
-
XPathUtils
public XPathUtils()
-
-
Method Details
-
compile
- Throws:
Exception
-
evalToString
-
evalToString
- Throws:
XPathExpressionException
-
evalToString
This version doesn't throw an exception on error- Parameters:
node-query-dummy-- Returns:
-
evalToNodes
-