Home | History | Annotate | Download | only in axes

Lines Matching refs:Expression

24 import org.apache.xpath.Expression;
32 /** The contained expression. Should be non-null.
34 private Expression m_expr;
55 public FilterExprIterator(Expression expr)
62 * Initialize the context values for this expression
123 * Get the inner contained expression of this filter.
125 public Expression getInnerExpression()
131 * Set the inner contained expression of this filter.
133 public void setInnerExpression(Expression expr)
169 public Expression getExpression()
175 * @see ExpressionOwner#setExpression(Expression)
177 public void setExpression(Expression exp)
200 * @see Expression#deepEquals(Expression)
202 public boolean deepEquals(Expression expr)