public interface Parameters
Modifier and Type | Method and 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.IndexOutOfBoundsException
int getParameterCount()