|
||||||||||
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. |
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 |
---|
java.lang.String getPrefix()
java.lang.String getFunctionName()
void addParameter(Expr parameter)
parameter
- a function argumentjava.util.List getParameters()
Expr
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |