Uses of Class
org.basex.query.value.item.FuncItem
Packages that use FuncItem
Package
Description
XQuery functions.
XQuery utility classes.
-
Uses of FuncItem in org.basex.query.func
Methods in org.basex.query.func that return FuncItemModifier and TypeMethodDescriptionstatic FuncItemFunctions.getUser(StaticFunc sf, QueryContext qc, StaticContext sc, InputInfo ii) Returns a function item for a user-defined function.Closure.item(QueryContext qc, InputInfo ii) Methods in org.basex.query.func with parameters of type FuncItemModifier and TypeMethodDescriptionvoidDynFuncCall.markInlined(FuncItem item) Marks this call after it was inlined from the given function item. -
Uses of FuncItem in org.basex.query.util
Methods in org.basex.query.util with parameters of type FuncItem -
Uses of FuncItem in org.basex.query.value.item
Methods in org.basex.query.value.item that return FuncItemModifier and TypeMethodDescriptionFuncItem.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) -
Uses of FuncItem in org.basex.util.options
Methods in org.basex.util.options that return FuncItemModifier and TypeMethodDescriptionfinal FuncItemOptions.get(FuncOption option) Returns the requested function.