org.apache.xpath
public interface ExpressionOwner
| Method Summary | |
|---|---|
| Expression | getExpression()
Get the raw Expression object that this class wraps.
|
| void | setExpression(Expression exp)
Set the raw expression object for this object.
|
Returns: the raw Expression object, which should not normally be null.
Parameters: exp the raw Expression object, which should not normally be null.