BooleanFunctionCall, Concat, Contains, CountFunctionCall, ErrorFunctionCall, ExtensionFunctionCall, FalseFunctionCall, FormatNumber, FunctionCallImpl, IdFunctionCall, IdRefFunctionCall, LangFunctionCall, LastFunctionCall, Normalize, NotFunctionCall, NumberFunctionCall, PositionFunctionCall, StartsWith, StringFunctionCall, StringLength, Substring, SubstringAfter, SubstringBefore, SumFunctionCall, TextFunctionCall, Translate, TrueFunctionCall, XMLNamesFunctionCallpublic interface Parameters
| Modifier and Type | Method | Description |
|---|---|---|
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
|
XPathExpression getParameter(int index) throws java.lang.IndexOutOfBoundsException
index - the position of the Expr to returnjava.lang.IndexOutOfBoundsExceptionint getParameterCount()