Uses of Class
org.basex.query.xquery.expr.Func

Packages that use Func
org.basex.query.xquery.util Contains XQuery utility classes. 
 

Uses of Func in org.basex.query.xquery.util
 

Methods in org.basex.query.xquery.util that return Func
 Func Functions.get(int id)
          Returns the function with the specified id.
 

Methods in org.basex.query.xquery.util with parameters of type Func
 int Functions.add(Func fun)
          Adds a local function.