| org.apache.xpath.ExpressionOwner
All known Subclasses: org.apache.xpath.axes.AxesWalker, org.apache.xpath.XPath, org.apache.xalan.templates.ElemForEach, org.apache.xpath.axes.WalkingIterator, org.apache.xpath.operations.Operation, org.apache.xpath.operations.UnaryOperation, org.apache.xpath.patterns.StepPattern, org.apache.xpath.functions.FunctionOneArg,
ExpressionOwner | public interface ExpressionOwner (Code) | | Classes that implement this interface own an expression, which
can be rewritten.
|
getExpression | public Expression getExpression()(Code) | | Get the raw Expression object that this class wraps.
the raw Expression object, which should not normally be null. |
setExpression | public void setExpression(Expression exp)(Code) | | Set the raw expression object for this object.
Parameters: exp - the raw Expression object, which should not normally be null. |
|
|