public class QueryXPath extends DefaultXPath
| Constructor and Description |
|---|
QueryXPath(String xpathExpr)
Constructor for parsing of an XPATH without
navigation.
|
QueryXPath(String xpathExpr,
QueryPathNavigator navigator)
Constructor for parsing and navigation of an XPATH
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.jaxen.expr.Step step,
XPathExprVisitor visitor) |
void |
acceptBreadthFirst(org.jaxen.expr.Step step,
XPathExprVisitor visitor) |
List<org.jaxen.expr.Step> |
getSteps() |
isXPathaddNamespace, booleanValueOf, createFunctionContext, createNamespaceContext, createVariableContext, debug, evaluate, getContext, getContextSupport, getFunctionContext, getNamespaceContext, getNavigator, getRootExpr, getVariableContext, numberValueOf, selectNodes, selectNodesForContext, selectSingleNode, selectSingleNodeForContext, setFunctionContext, setNamespaceContext, setVariableContext, stringValueOf, toString, valueOfpublic QueryXPath(String xpathExpr, QueryPathNavigator navigator) throws org.jaxen.JaxenException
xpathExpr - the XPATH expressionnavigator - the navigatororg.jaxen.JaxenExceptionpublic QueryXPath(String xpathExpr) throws org.jaxen.JaxenException
xpathExpr - the XPATH expressionorg.jaxen.JaxenExceptionpublic List<org.jaxen.expr.Step> getSteps() throws org.jaxen.JaxenException
org.jaxen.JaxenExceptionpublic void accept(org.jaxen.expr.Step step,
XPathExprVisitor visitor)
public void acceptBreadthFirst(org.jaxen.expr.Step step,
XPathExprVisitor visitor)
Copyright © 2017. All rights reserved.