org.planx.xpath.expr
Class VariableReference
java.lang.Object
org.planx.xpath.expr.Expression
org.planx.xpath.expr.VariableReference
public class VariableReference
- extends Expression
Represents a variable reference.
VariableReference
public VariableReference(String varName)
evaluate
public XObject evaluate(Context ctxt,
Environment env,
Navigator nav)
throws XPathException
- Description copied from class:
Expression
- Evaluate the expression for the given context using the
specified environment.
- Specified by:
evaluate in class Expression
- Throws:
XPathException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.