|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionCallExpr
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. |
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. |
| Methods inherited from interface org.jaxen.expr.Expr |
|---|
evaluate, getText, simplify |
| Method Detail |
|---|
String getPrefix()
String getFunctionName()
void addParameter(Expr parameter)
parameter - a function argumentList getParameters()
Expr object.
|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||