|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedFunc | |
---|---|
org.basex.query.func | XQuery functions. |
org.basex.query.util | XQuery utility classes. |
Uses of TypedFunc in org.basex.query.func |
---|
Methods in org.basex.query.func that return TypedFunc | |
---|---|
static TypedFunc |
Functions.get(QNm name,
Expr[] args,
boolean dyn,
QueryContext ctx,
InputInfo ii)
Returns an instance of a with the specified name and number of arguments, or null . |
TypedFunc |
StaticFuncs.getFuncRef(QNm name,
Expr[] args,
StaticContext sc,
InputInfo ii)
Returns a new reference to the function with the given name and arity. |
Uses of TypedFunc in org.basex.query.util |
---|
Methods in org.basex.query.util that return TypedFunc | |
---|---|
static TypedFunc |
TypedFunc.constr(Cast cast,
SeqType to)
Creates a type constructor function. |
static TypedFunc |
TypedFunc.java(JavaMapping f)
Creates a type constructor function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |