|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaxen.BaseXPath
org.plasma.sdo.xpath.DefaultXPath
org.plasma.query.xpath.QueryXPath
public class QueryXPath
Provides access to the Jaxen XPATH parse tree after a given XPATH is successfully parsed.
| Constructor Summary | |
|---|---|
QueryXPath(String xpathExpr)
Constructor for parsing of an XPATH without navigation. |
|
QueryXPath(String xpathExpr,
QueryPathNavigator navigator)
Constructor for parsing and navigation of an XPATH |
|
| Method Summary | |
|---|---|
void |
accept(org.jaxen.expr.Step step,
XPathExprVisitor visitor)
|
void |
acceptBreadthFirst(org.jaxen.expr.Step step,
XPathExprVisitor visitor)
|
List<org.jaxen.expr.Step> |
getSteps()
|
| Methods inherited from class org.plasma.sdo.xpath.DefaultXPath |
|---|
isXPath |
| Methods inherited from class org.jaxen.BaseXPath |
|---|
addNamespace, booleanValueOf, createFunctionContext, createNamespaceContext, createVariableContext, debug, evaluate, getContext, getContextSupport, getFunctionContext, getNamespaceContext, getNavigator, getRootExpr, getVariableContext, numberValueOf, selectNodes, selectNodesForContext, selectSingleNode, selectSingleNodeForContext, setFunctionContext, setNamespaceContext, setVariableContext, stringValueOf, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryXPath(String xpathExpr,
QueryPathNavigator navigator)
throws org.jaxen.JaxenException
xpathExpr - the XPATH expressionnavigator - the navigator
org.jaxen.JaxenException
public QueryXPath(String xpathExpr)
throws org.jaxen.JaxenException
xpathExpr - the XPATH expression
org.jaxen.JaxenException| Method Detail |
|---|
public List<org.jaxen.expr.Step> getSteps()
throws org.jaxen.JaxenException
org.jaxen.JaxenException
public void accept(org.jaxen.expr.Step step,
XPathExprVisitor visitor)
public void acceptBreadthFirst(org.jaxen.expr.Step step,
XPathExprVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||