Package org.jdesktop.xpath.function
Class AbstractFunction
java.lang.Object
org.jdesktop.xpath.function.AbstractFunction
- All Implemented Interfaces:
XPathFunction
- Direct Known Subclasses:
Abs,EndsWith,EqualsIgnoreCase,EscapeUri,LowerCase,Matches,Replace,UpperCase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetArity()getName()protected NumbergetNumberParam(Object o)protected StringgetStringParam(Object o)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.xpath.XPathFunction
evaluate
-
Constructor Details
-
AbstractFunction
-
-
Method Details
-
getArity
public final int getArity() -
getName
-
getStringParam
- Throws:
XPathFunctionException
-
getNumberParam
- Throws:
XPathFunctionException
-