|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaxen.function.ext.EvaluateFunction
public class EvaluateFunction
node-set evaluate(string)
| Constructor Summary | |
|---|---|
EvaluateFunction()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
call(Context context,
java.util.List args)
Evaluate this function. |
static java.util.List |
evaluate(Context context,
java.lang.Object arg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvaluateFunction()
| Method Detail |
|---|
public java.lang.Object call(Context context,
java.util.List args)
throws FunctionCallException
Function
call in interface Functioncontext - the context at the point in the
expression when the function is calledargs - arguments provided to the function
List
(node-set), Double, Boolean, or
String
FunctionCallException - if an XPath error occurs during evaluation;
for instance, if the number or type of the arguments is incorrect
public static java.util.List evaluate(Context context,
java.lang.Object arg)
throws FunctionCallException
FunctionCallException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||