|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Parameters
A class for representing function parameters. This interface is intended to be used by extension functions in order to obtain additional information about the parameters being passed in a function call.
| Method Summary | |
|---|---|
XPathExpression |
getParameter(int index)
Returns the XPathExpression at the specified position in this list. |
int |
getParameterCount()
Returns the number of expressions in the parameter list |
| Method Detail |
|---|
XPathExpression getParameter(int index)
throws java.lang.IndexOutOfBoundsException
index - the position of the Expr to return
java.lang.IndexOutOfBoundsExceptionint getParameterCount()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||