Package com.werken.xpath.impl
Class FunctionExpr
- java.lang.Object
-
- com.werken.xpath.impl.Expr
-
- com.werken.xpath.impl.FunctionExpr
-
public class FunctionExpr extends Expr
-
-
Constructor Summary
Constructors Constructor Description FunctionExpr(java.lang.String name, java.util.List args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
evaluate(Context context)
-