|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultFunctionCallExpr
| Constructor Summary | |
DefaultFunctionCallExpr(String prefix,
String functionName)
Deprecated. |
|
| Method Summary | |
void |
accept(Visitor visitor)
Deprecated. |
void |
addParameter(Expr parameter)
Deprecated. |
Object |
evaluate(Context context)
Deprecated. |
List |
evaluateParams(Context context)
Deprecated. |
String |
getFunctionName()
Deprecated. |
List |
getParameters()
Deprecated. |
String |
getPrefix()
Deprecated. |
String |
getText()
Deprecated. |
Expr |
simplify()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class org.jaxen.expr.DefaultExpr |
convertToIterator, convertToList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultFunctionCallExpr(String prefix,
String functionName)
| Method Detail |
public void addParameter(Expr parameter)
addParameter in interface FunctionCallExprpublic List getParameters()
getParameters in interface FunctionCallExprpublic String getPrefix()
getPrefix in interface FunctionCallExprpublic String getFunctionName()
getFunctionName in interface FunctionCallExprpublic String getText()
getText in interface Exprpublic Expr simplify()
simplify in interface Exprsimplify in class DefaultExprpublic String toString()
public Object evaluate(Context context)
throws JaxenException
evaluate in interface ExprJaxenException
public List evaluateParams(Context context)
throws JaxenException
JaxenExceptionpublic void accept(Visitor visitor)
accept in interface Visitable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||