|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.xpath.function.AbstractFunction
org.jdesktop.xpath.function.Abs
public class Abs
| Constructor Summary | |
|---|---|
Abs()
Creates a new instance of EndsWith |
|
| Method Summary | |
|---|---|
Object |
evaluate(List args)
Evaluate the function with the specified arguments. |
| Methods inherited from class org.jdesktop.xpath.function.AbstractFunction |
|---|
getArity, getName, getNumberParam, getStringParam |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Abs()
| Method Detail |
|---|
public Object evaluate(List args)
throws XPathFunctionException
javax.xml.xpath.XPathFunctionEvaluate the function with the specified arguments.
To the greatest extent possible, side-effects should be avoided in the definition of extension functions. The implementation evaluating an XPath expression is under no obligation to call extension functions in any particular order or any particular number of times.
args - The arguments, null is a valid value.
XPath function as an Object.
XPathFunctionException - If args cannot be evaluated with this XPath function.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||