org.planx.xpath.expr
Class Expression
java.lang.Object
org.planx.xpath.expr.Expression
- Direct Known Subclasses:
- FilterExpression, FunctionCall, LocationPath, Operator, PathExpression, VariableReference, XObject
public abstract class Expression
- extends Object
An XPath expression.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Expression
public Expression()
evaluate
public abstract XObject evaluate(Context ctxt,
Environment env,
Navigator nav)
throws XPathException
- Evaluate the expression for the given context using the
specified environment.
- Throws:
XPathException
Copyright © 2010. All Rights Reserved.