org.plasma.query.xpath
Class QueryPredicateVisitor
java.lang.Object
org.plasma.query.xpath.QueryPredicateVisitor
- All Implemented Interfaces:
- XPathExprVisitor
public class QueryPredicateVisitor
- extends Object
- implements XPathExprVisitor
Receives Jaxen XPATH expression events as
the expression parse tree is traversed.
|
Method Summary |
Where |
getResult()
|
void |
visit(org.jaxen.expr.Expr target,
org.jaxen.expr.Expr source,
int level)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryPredicateVisitor
public QueryPredicateVisitor()
visit
public void visit(org.jaxen.expr.Expr target,
org.jaxen.expr.Expr source,
int level)
- Specified by:
visit in interface XPathExprVisitor
getResult
public Where getResult()
Copyright © 2014. All rights reserved.