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

Packages that use FunDef
org.basex.query.xquery.func Contains XQuery 1.0 functions. 
 

Uses of FunDef in org.basex.query.xquery.func
 

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

Methods in org.basex.query.xquery.func that return FunDef
static FunDef FunDef.valueOf(java.lang.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.