|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.adaptx.xpath.expressions.PrimaryExpr
org.exolab.adaptx.xpath.expressions.FunctionCall
A abstract class representing an XPath function call
Field Summary |
Fields inherited from class org.exolab.adaptx.xpath.expressions.PrimaryExpr |
EXPR, FUNCTION_CALL, LITERAL, NUMBER, VARIABLE_REFERENCE |
Fields inherited from interface org.exolab.adaptx.xpath.XPathExpression |
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR |
Constructor Summary | |
FunctionCall()
|
Method Summary | |
abstract java.lang.String |
getFunctionName()
Returns the name of the function |
abstract XPathExpression |
getParameter(int index)
Returns the XPathExpression at the specified position in this list. |
abstract int |
getParameterCount()
Returns the number of expressions in the parameter list |
Methods inherited from class org.exolab.adaptx.xpath.expressions.PrimaryExpr |
getExprType, getType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.exolab.adaptx.xpath.XPathExpression |
evaluate, toString |
Constructor Detail |
public FunctionCall()
Method Detail |
public abstract java.lang.String getFunctionName()
public abstract XPathExpression getParameter(int index) throws java.lang.IndexOutOfBoundsException
index
- the position of the Expr to return
java.lang.IndexOutOfBoundsException
public abstract int getParameterCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |