|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xpath.functions.FuncExtFunction.ArgExtOwner
class FuncExtFunction.ArgExtOwner
Field Summary | |
---|---|
(package private) Expression |
m_exp
|
Constructor Summary | |
---|---|
FuncExtFunction.ArgExtOwner(Expression exp)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Expression m_exp
Constructor Detail |
---|
FuncExtFunction.ArgExtOwner(Expression exp)
Method Detail |
---|
public Expression getExpression()
ExpressionOwner
getExpression
in interface ExpressionOwner
ExpressionOwner.getExpression()
public void setExpression(Expression exp)
ExpressionOwner
setExpression
in interface ExpressionOwner
exp
- the raw Expression object, which should not normally be null.ExpressionOwner.setExpression(Expression)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |