|
|||||||||||
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 FunctionCallExpr
public List getParameters()
getParameters
in interface FunctionCallExpr
public String getPrefix()
getPrefix
in interface FunctionCallExpr
public String getFunctionName()
getFunctionName
in interface FunctionCallExpr
public String getText()
getText
in interface Expr
public Expr simplify()
simplify
in interface Expr
simplify
in class DefaultExpr
public String toString()
public Object evaluate(Context context) throws JaxenException
evaluate
in interface Expr
JaxenException
public List evaluateParams(Context context) throws JaxenException
JaxenException
public void accept(Visitor visitor)
accept
in interface Visitable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |