org.apache.xpath.axes
Class PredicatedNodeTest.PredOwner
java.lang.Object
org.apache.xpath.axes.PredicatedNodeTest.PredOwner
- All Implemented Interfaces:
- ExpressionOwner
- Enclosing class:
- PredicatedNodeTest
- class PredicatedNodeTest.PredOwner
- extends Object
- implements ExpressionOwner
Field Summary |
(package private) int |
m_index
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_index
int m_index
PredicatedNodeTest.PredOwner
PredicatedNodeTest.PredOwner(int index)
getExpression
public Expression getExpression()
- Description copied from interface:
ExpressionOwner
- Get the raw Expression object that this class wraps.
- Specified by:
getExpression
in interface ExpressionOwner
- Returns:
- the raw Expression object, which should not normally be null.
- See Also:
ExpressionOwner.getExpression()
setExpression
public void setExpression(Expression exp)
- Description copied from interface:
ExpressionOwner
- Set the raw expression object for this object.
- Specified by:
setExpression
in interface ExpressionOwner
- Parameters:
exp
- the raw Expression object, which should not normally be null.- See Also:
ExpressionOwner.setExpression(Expression)