Uses of Class
org.basex.query.value.item.FItem
Packages that use FItem
Package
Description
XQuery expressions.
XQuery functions.
-
Uses of FItem in org.basex.io.serial
Methods in org.basex.io.serial with parameters of type FItem -
Uses of FItem in org.basex.io.serial.json
Methods in org.basex.io.serial.json with parameters of type FItem -
Uses of FItem in org.basex.query.expr
Methods in org.basex.query.expr that return FItemModifier and TypeMethodDescriptionprotected final FItemParseExpr.toFunc(Expr expr, QueryContext qc) Checks if the specified expression yields a function. -
Uses of FItem in org.basex.query.func
Methods in org.basex.query.func that return FItemModifier and TypeMethodDescriptionprotected final FItemStandardFunc.checkArity(Expr expr, int nargs, boolean updating, QueryContext qc) Casts and checks the function item for its arity.protected final FItemStandardFunc.checkArity(Expr expr, int nargs, QueryContext qc) Casts and checks the function item for its arity. -
Uses of FItem in org.basex.query.value.array
Subclasses of FItem in org.basex.query.value.array -
Uses of FItem in org.basex.query.value.item
Subclasses of FItem in org.basex.query.value.itemModifier and TypeClassDescriptionfinal classFunction item.classFunction item with a known data structure (map, array).Methods in org.basex.query.value.item that return FItemModifier and TypeMethodDescriptionabstract FItemFItem.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) Coerces this function item to the given function type.final FItemXQData.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) -
Uses of FItem in org.basex.query.value.map
Subclasses of FItem in org.basex.query.value.mapMethods in org.basex.query.value.map with parameters of type FItemModifier and TypeMethodDescriptionXQMap.forEach(FItem func, QueryContext qc, InputInfo ii) Applies a function on all entries. -
Uses of FItem in org.basex.query.value.type
Methods in org.basex.query.value.type that return FItemModifier and TypeMethodDescriptionFuncType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) -
Uses of FItem in org.basex.util.options
Methods in org.basex.util.options that return FItemConstructors in org.basex.util.options with parameters of type FItemModifierConstructorDescriptionFuncOption(String name, FItem value) Constructor without default value.