Home | History | Annotate | Download | only in axes

Lines Matching refs:Expression

26 import org.apache.xpath.Expression;
40 /** The contained expression. Should be non-null.
42 private Expression m_expr;
63 public FilterExprIteratorSimple(Expression expr)
70 * Initialize the context values for this expression
84 * Execute the expression. Meant for reuse by other FilterExpr iterators
91 Expression expr )
104 // so we have to set up the variable context, execute the expression,
208 * Get the inner contained expression of this filter.
210 public Expression getInnerExpression()
216 * Set the inner contained expression of this filter.
218 public void setInnerExpression(Expression expr)
254 public Expression getExpression()
260 * @see ExpressionOwner#setExpression(Expression)
262 public void setExpression(Expression exp)
285 * @see Expression#deepEquals(Expression)
287 public boolean deepEquals(Expression expr)