Uses of Interface
org.basex.query.func.XQFunction
Packages that use XQFunction
Package
Description
XQuery implementation.
XQuery functions.
-
Uses of XQFunction in org.basex.query
Methods in org.basex.query that return XQFunctionModifier and TypeMethodDescriptionQueryContext.pollTailCall()Returns and clears the currently registered tail-call function.Methods in org.basex.query with parameters of type XQFunctionModifier and TypeMethodDescriptionvoidQueryContext.registerTailCall(XQFunction fn, Value[] arg) Registers a tail-called function and its arguments to this query context. -
Uses of XQFunction in org.basex.query.func
Classes in org.basex.query.func that implement XQFunction -
Uses of XQFunction in org.basex.query.value.array
Classes in org.basex.query.value.array that implement XQFunction -
Uses of XQFunction in org.basex.query.value.item
Classes in org.basex.query.value.item that implement XQFunction -
Uses of XQFunction in org.basex.query.value.map
Classes in org.basex.query.value.map that implement XQFunction