org.apache.xpath.functions
Class FuncExtFunction.ArgExtOwner

java.lang.Object
  extended by org.apache.xpath.functions.FuncExtFunction.ArgExtOwner
All Implemented Interfaces:
ExpressionOwner
Enclosing class:
FuncExtFunction

 class FuncExtFunction.ArgExtOwner
extends java.lang.Object
implements ExpressionOwner


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

m_exp

Expression m_exp
Constructor Detail

FuncExtFunction.ArgExtOwner

FuncExtFunction.ArgExtOwner(Expression exp)
Method Detail

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)