Uses of Class
org.basex.query.func.FunDef

Packages that use FunDef
org.basex.query.func This package contains all XQuery functions. 
 

Uses of FunDef in org.basex.query.func
 

Fields in org.basex.query.func declared as FunDef
 FunDef Fun.func
          Function description.
 

Methods in org.basex.query.func that return FunDef
static FunDef FunDef.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FunDef[] FunDef.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.query.func with parameters of type FunDef
 void Fun.init(FunDef f, Expr[] e)
          Initializes the function.