org.jaxen.expr
public interface FunctionCallExpr extends Expr
[16] FunctionCall ::= FunctionName '(' ( Argument ( ',' Argument )* )? ')'
| Method Summary | |
|---|---|
| void | addParameter(Expr parameter)
Add the next argument to the function.
|
| String | getFunctionName()
Returns the local name of the function.
|
| List | getParameters()
Returns the the ordered list of function arguments.
|
| String | getPrefix()
Returns the namespace prefix of the function. |
Parameters: parameter a function argument
Returns: the local name of the function
Expr object.
Returns: the ordered list of function arguments
Returns: the namespace prefix of the function