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
FunctionExpr(java.lang.String name, java.util.List args)
           
 
Method Summary
 java.lang.Object evaluate(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionExpr

public FunctionExpr(java.lang.String name,
                    java.util.List args)
Method Detail

evaluate

public java.lang.Object evaluate(Context context)
Overrides:
evaluate in class Expr


Copyright © 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.