Uses of Class
org.basex.query.value.map.XQMap
Packages that use XQMap
Package
Description
XQuery expressions.
Archive functions.
Functions in the fn namespace.
-
Uses of XQMap in org.basex.io.parse.csv
Methods in org.basex.io.parse.csv that return XQMap -
Uses of XQMap in org.basex.io.serial
Methods in org.basex.io.serial with parameters of type XQMap -
Uses of XQMap in org.basex.query.expr
Methods in org.basex.query.expr that return XQMap -
Uses of XQMap in org.basex.query.func.archive
Methods in org.basex.query.func.archive that return XQMap -
Uses of XQMap in org.basex.query.func.fn
Methods in org.basex.query.func.fn that return XQMap -
Uses of XQMap in org.basex.query.value.map
Fields in org.basex.query.value.map declared as XQMapMethods in org.basex.query.value.map that return XQMapModifier and TypeMethodDescriptionXQMap.addAll(XQMap map, MergeDuplicates merge, QueryContext qc, InputInfo ii) Adds all bindings from the given map intothis.Deletes a key from this map.MapBuilder.finish()Returns the resulting map and invalidates the internal reference.Puts the given value into this map and replaces existing keys.Methods in org.basex.query.value.map with parameters of type XQMapModifier and TypeMethodDescriptionXQMap.addAll(XQMap map, MergeDuplicates merge, QueryContext qc, InputInfo ii) Adds all bindings from the given map intothis. -
Uses of XQMap in org.basex.query.value.type
Methods in org.basex.query.value.type that return XQMapModifier and TypeMethodDescriptionMapType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) -
Uses of XQMap in org.basex.util.options
Methods in org.basex.util.options with parameters of type XQMap