Uses of Class
org.basex.query.value.array.XQArray
Packages that use XQArray
Package
Description
XQuery expressions.
Constructor expressions.
Array functions.
Map Functions.
Query processor, list structures.
-
Uses of XQArray in org.basex.io.serial
Methods in org.basex.io.serial with parameters of type XQArray -
Uses of XQArray in org.basex.query.expr
Methods in org.basex.query.expr that return XQArray -
Uses of XQArray in org.basex.query.expr.constr
Methods in org.basex.query.expr.constr that return XQArray -
Uses of XQArray in org.basex.query.func.array
Methods in org.basex.query.func.array that return XQArrayModifier and TypeMethodDescriptionArrayFilter.item(QueryContext qc, InputInfo ii) ArrayForEach.item(QueryContext qc, InputInfo ii) -
Uses of XQArray in org.basex.query.func.map
Methods in org.basex.query.func.map that return XQArray -
Uses of XQArray in org.basex.query.util.list
Methods in org.basex.query.util.list that return XQArray -
Uses of XQArray in org.basex.query.value.array
Methods in org.basex.query.value.array that return XQArrayModifier and TypeMethodDescriptionabstract XQArrayConcatenates this array with another one.abstract XQArrayPrepends an element to the front of this array.static XQArrayXQArray.empty()The empty array.ArrayBuilder.freeze()Creates anXQArraycontaining the elements of this builder.static XQArrayCreates an array containing the given elements.abstract XQArrayXQArray.init()Initial segment of this array, i.e.abstract XQArrayXQArray.insertBefore(long pos, Value value, QueryContext qc) Inserts the given element at the given position into this array.abstract XQArrayReturns a copy of this array where the entry at the given position is replaced by the given value.abstract XQArrayXQArray.remove(long pos, QueryContext qc) Removes the element at the given position in this array.abstract XQArrayXQArray.reverseArray(QueryContext qc) Returns an array with the same elements as this one, but their order reversed.static XQArrayCreates a singleton array containing the given element.abstract XQArrayAppends an element to the back of this array.abstract XQArrayXQArray.subArray(long pos, long len, QueryContext qc) Extracts a contiguous part of this array.abstract XQArrayXQArray.tail()Tail segment of this array, i.e.Methods in org.basex.query.value.array with parameters of type XQArray -
Uses of XQArray in org.basex.query.value.type
Methods in org.basex.query.value.type that return XQArrayModifier and TypeMethodDescriptionArrayType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii)