|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents an XPath function call expression. This is production 16 in the XPath 1.0 specification: <
[16] FunctionCall ::= FunctionName '(' ( Argument ( ',' Argument )* )? ')'
| Method Summary | |
void |
addParameter(Expr parameter)
Add the next argument to the function. |
java.lang.String |
getFunctionName()
Returns the local name of the function. |
java.util.List |
getParameters()
Returns the the ordered list of function arguments. |
java.lang.String |
getPrefix()
Returns the namespace prefix of the function. |
| Methods inherited from interface org.jaxen.expr.Expr |
evaluate, getText, simplify |
| Method Detail |
public java.lang.String getPrefix()
public java.lang.String getFunctionName()
public void addParameter(Expr parameter)
parameter - a function argumentpublic java.util.List getParameters()
Expr object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||