Uses of Class
org.basex.query.value.Value
Packages that use Value
Package
Description
Database core classes.
Database commands.
GUI Text View.
XQuery implementation.
XQuery expressions.
XQuery Full Text expressions.
XQuery path expressions.
XQuery functions.
Admin functions.
Archive functions.
Array functions.
Binary Functions.
Client Functions.
Conversion Functions.
Database Functions.
File Functions.
Functions in the fn namespace.
Full-text Functions.
Higher-order Functions.
HTTP Functions.
Index Functions.
Inspection Functions.
Lazy Functions.
Map Functions.
Process Functions.
Profiling Functions.
Random Functions.
Repository Functions.
SQL Functions.
Unit Functions.
Validation Functions.
XQuery Functions.
XQuery iterators.
Query processor, list structures.
XQuery values.
-
Uses of Value in org.basex.build.csv
Methods in org.basex.build.csv with parameters of type Value -
Uses of Value in org.basex.core
Methods in org.basex.core that return Value -
Uses of Value in org.basex.core.cmd
Methods in org.basex.core.cmd that return ValueMethods in org.basex.core.cmd with parameters of type Value -
Uses of Value in org.basex.core.jobs
Fields in org.basex.core.jobs declared as ValueConstructor parameters in org.basex.core.jobs with type arguments of type ValueModifierConstructorDescriptionQueryJobSpec(JobsOptions options, HashMap<String, Value> bindings, IOContent io) Constructor. -
Uses of Value in org.basex.gui.view.text
Methods in org.basex.gui.view.text with parameters of type ValueModifier and TypeMethodDescriptionvoidTextView.cache(ArrayOutput out, Command command, Value result) Caches the output, or indicates that the query must be executed again in order to retrieve the full result. -
Uses of Value in org.basex.query
Fields in org.basex.query declared as ValueMethods in org.basex.query that return ValueModifier and TypeMethodDescriptionQueryProcessor.cache(int max) This function is called by the GUI; useQueryProcessor.iter()orQueryProcessor.value()instead.QueryResources.collection(QueryInput qi, InputInfo ii) Evaluatesfn:collection(): opens an existing collection, or creates a new data reference.Gets the value currently bound to the given variable.Value[]QueryContext.pollTailArgs()Returns and clears registered arguments of a tail-called function.QueryContext.value()Returns the result.final ValueQueryException.value()Returns the error value.QueryProcessor.value()Evaluates the query and returns the resulting value.Methods in org.basex.query with parameters of type ValueModifier and TypeMethodDescriptionvoidQueryContext.bind(String name, Value value, StaticContext sc) Binds a value to a global variable.voidBinds a value to a global variable.Binds an XQuery value to a global variable.voidQueryContext.context(Value value, StaticContext sc) Binds the context value.Binds the context value.voidQueryContext.registerTailCall(XQFunction fn, Value[] arg) Registers a tail-called function and its arguments to this query context.voidBinds an expression to a local variable.static QueryExceptionThrows a type cast exception.final QueryExceptionSets the error value. -
Uses of Value in org.basex.query.expr
Methods in org.basex.query.expr that return ValueModifier and TypeMethodDescriptionabstract ValueExpr.atomValue(QueryContext qc, InputInfo ii) Evaluates the expression and returns the atomized items.final ValueParseExpr.atomValue(QueryContext qc, InputInfo ii) protected final ValueParseExpr.ctxValue(QueryContext qc) Returns the current context value or throws an exception if the context value is not set.CachedFilter.value(QueryContext qc) CachedMap.value(QueryContext qc) Cast.value(QueryContext qc) ContextValue.value(QueryContext qc) DualMap.value(QueryContext qc) abstract ValueExpr.value(QueryContext qc) Evaluates the expression and returns the resulting value.Extension.value(QueryContext qc) If.value(QueryContext qc) IterFilter.value(QueryContext qc) IterMap.value(QueryContext qc) List.value(QueryContext qc) Lookup.value(QueryContext qc) ParseExpr.value(QueryContext qc) Range.value(QueryContext qc) Switch.value(QueryContext qc) Try.value(QueryContext qc) final ValueTypeCheck.value(QueryContext qc) Typeswitch.value(QueryContext qc) TypeswitchGroup.value(QueryContext qc) static Value[]Catch.values(QueryException qe) Returns all error values. -
Uses of Value in org.basex.query.expr.ft
Methods in org.basex.query.expr.ft that return ValueModifier and TypeMethodDescriptionFTExpr.value(QueryContext qc) FTIndexAccess.value(QueryContext qc) Constructors in org.basex.query.expr.ft with parameters of type Value -
Uses of Value in org.basex.query.expr.gflwor
Methods in org.basex.query.expr.gflwor that return Value -
Uses of Value in org.basex.query.expr.index
Methods in org.basex.query.expr.index that return ValueModifier and TypeMethodDescriptionRangeAccess.value(QueryContext qc) StringRangeAccess.value(QueryContext qc) ValueAccess.value(QueryContext qc) -
Uses of Value in org.basex.query.expr.path
Methods in org.basex.query.expr.path that return ValueModifier and TypeMethodDescriptionprotected abstract ValueAxisPath.nodes(QueryContext qc) Returns a node sequence.protected ValueCachedPath.nodes(QueryContext qc) protected ValueIterPath.nodes(QueryContext qc) protected ValueSingleIterPath.nodes(QueryContext qc) final ValueAxisPath.value(QueryContext qc) MixedPath.value(QueryContext qc) final ValueStep.value(QueryContext qc) -
Uses of Value in org.basex.query.func
Methods in org.basex.query.func that return ValueModifier and TypeMethodDescriptiondefault ValueXQFunction.invoke(QueryContext qc, InputInfo ii, Value... args) Calls the function with the given arguments and takes care of tail calls.StaticFunc.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) XQFunction.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) Internally invokes this function with the given arguments.default ValueXQFunction.invokeTail(QueryContext qc, InputInfo ii, Value... args) Tail-calls the given function with the given arguments.final ValueFuncCall.value(QueryContext qc) Methods in org.basex.query.func that return types with arguments of type ValueModifier and TypeMethodDescriptionStandardFunc.toBindings(int i, QueryContext qc) Returns all keys and values of the specified binding argument.Methods in org.basex.query.func with parameters of type ValueModifier and TypeMethodDescriptiondefault ValueXQFunction.invoke(QueryContext qc, InputInfo ii, Value... args) Calls the function with the given arguments and takes care of tail calls.StaticFunc.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) XQFunction.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) Internally invokes this function with the given arguments.default ValueXQFunction.invokeTail(QueryContext qc, InputInfo ii, Value... args) Tail-calls the given function with the given arguments.protected final ExprOptimizes a function that returns an empty sequence when the first argument or the context value is empty. -
Uses of Value in org.basex.query.func.admin
Methods in org.basex.query.func.admin that return ValueModifier and TypeMethodDescriptionAdminLogs.value(QueryContext qc) AdminSessions.value(QueryContext qc) -
Uses of Value in org.basex.query.func.archive
Methods in org.basex.query.func.archive that return ValueModifier and TypeMethodDescriptionArchiveEntries.value(QueryContext qc) ArchiveExtractBinary.value(QueryContext qc) ArchiveExtractText.value(QueryContext qc) -
Uses of Value in org.basex.query.func.array
Methods in org.basex.query.func.array that return ValueModifier and TypeMethodDescriptionArrayFlatten.value(QueryContext qc) ArrayFoldLeft.value(QueryContext qc) ArrayFoldRight.value(QueryContext qc) ArrayGet.value(QueryContext qc) ArrayHead.value(QueryContext qc) -
Uses of Value in org.basex.query.func.bin
Methods in org.basex.query.func.bin that return Value -
Uses of Value in org.basex.query.func.client
Methods in org.basex.query.func.client that return Value -
Uses of Value in org.basex.query.func.convert
Methods in org.basex.query.func.convert that return ValueModifier and TypeMethodDescriptionstatic ValueConvertBinaryToIntegers.toValue(byte[] bytes) Returns a value representation of the specified bytes.ConvertBinaryToBytes.value(QueryContext qc) ConvertBinaryToIntegers.value(QueryContext qc) -
Uses of Value in org.basex.query.func.db
Methods in org.basex.query.func.db that return ValueModifier and TypeMethodDescriptionfinal ValueDbAttribute.value(QueryContext qc) DbBackups.value(QueryContext qc) DbDir.value(QueryContext qc) DbList.value(QueryContext qc) DbListDetails.value(QueryContext qc) final ValueDbNodeId.value(QueryContext qc) DbOpen.value(QueryContext qc) final ValueDbOpenId.value(QueryContext qc) DbText.value(QueryContext qc) final ValueDbTextRange.value(QueryContext qc) -
Uses of Value in org.basex.query.func.file
Methods in org.basex.query.func.file that return ValueModifier and TypeMethodDescriptionFileChildren.value(QueryContext qc) FileDescendants.value(QueryContext qc) FileList.value(QueryContext qc) FileReadTextLines.value(QueryContext qc) -
Uses of Value in org.basex.query.func.fn
Methods in org.basex.query.func.fn that return ValueModifier and TypeMethodDescriptionfinal ValueFnApply.value(QueryContext qc) FnAvailableEnvironmentVariables.value(QueryContext qc) FnCollection.value(QueryContext qc) FnData.value(QueryContext qc) FnDistinctValues.value(QueryContext qc) FnElementWithId.value(QueryContext qc) FnFilter.value(QueryContext qc) FnFoldLeft.value(QueryContext qc) FnFoldRight.value(QueryContext qc) final ValueFnForEach.value(QueryContext qc) final ValueFnForEachPair.value(QueryContext qc) FnId.value(QueryContext qc) FnIdref.value(QueryContext qc) FnIndexOf.value(QueryContext qc) FnInScopePrefixes.value(QueryContext qc) FnInsertBefore.value(QueryContext qc) FnOneOrMore.value(QueryContext qc) final ValueFnOutermost.value(QueryContext qc) FnRemove.value(QueryContext qc) FnReverse.value(QueryContext qc) FnSort.value(QueryContext qc) FnStringToCodepoints.value(QueryContext qc) FnSubsequence.value(QueryContext qc) FnTail.value(QueryContext qc) FnTokenize.value(QueryContext qc) FnTrace.value(QueryContext qc) FnUnordered.value(QueryContext qc) FnUnparsedTextLines.value(QueryContext qc) FnUriCollection.value(QueryContext qc) Methods in org.basex.query.func.fn with parameters of type Value -
Uses of Value in org.basex.query.func.ft
Methods in org.basex.query.func.ft that return ValueModifier and TypeMethodDescriptionfinal ValueFtMark.value(QueryContext qc) FtNormalize.value(QueryContext qc) FtScore.value(QueryContext qc) FtSearch.value(QueryContext qc) FtTokenize.value(QueryContext qc) FtTokens.value(QueryContext qc) -
Uses of Value in org.basex.query.func.hof
Methods in org.basex.query.func.hof that return ValueModifier and TypeMethodDescriptionHofDropWhile.value(QueryContext qc) HofFoldLeft1.value(QueryContext qc) HofId.value(QueryContext qc) HofScanLeft.value(QueryContext qc) HofSortWith.value(QueryContext qc) HofTakeWhile.value(QueryContext qc) HofTopKBy.value(QueryContext qc) HofTopKWith.value(QueryContext qc) HofUntil.value(QueryContext qc) -
Uses of Value in org.basex.query.func.http
Methods in org.basex.query.func.http that return Value -
Uses of Value in org.basex.query.func.index
Methods in org.basex.query.func.index that return ValueModifier and TypeMethodDescriptionfinal ValueIndexElementNames.value(QueryContext qc) final ValueIndexTexts.value(QueryContext qc) -
Uses of Value in org.basex.query.func.inspect
Methods in org.basex.query.func.inspect that return ValueModifier and TypeMethodDescriptionInspectFunctions.value(QueryContext qc) InspectStaticContext.value(QueryContext qc) -
Uses of Value in org.basex.query.func.java
Methods in org.basex.query.func.java that return ValueModifier and TypeMethodDescriptionstatic ValueJavaCall.toValue(Object object, QueryContext qc, StaticContext sc) Converts the specified result to an XQuery value.final ValueJavaCall.value(QueryContext qc) -
Uses of Value in org.basex.query.func.jobs
Methods in org.basex.query.func.jobs that return ValueModifier and TypeMethodDescriptionJobsList.value(QueryContext qc) JobsListDetails.value(QueryContext qc) JobsResult.value(QueryContext qc) JobsServices.value(QueryContext qc) -
Uses of Value in org.basex.query.func.lazy
Methods in org.basex.query.func.lazy that return Value -
Uses of Value in org.basex.query.func.map
Methods in org.basex.query.func.map that return ValueModifier and TypeMethodDescriptionfinal ValueMapForEach.value(QueryContext qc) MapGet.value(QueryContext qc) MapKeys.value(QueryContext qc) -
Uses of Value in org.basex.query.func.proc
Methods in org.basex.query.func.proc that return Value -
Uses of Value in org.basex.query.func.prof
Methods in org.basex.query.func.prof that return ValueModifier and TypeMethodDescriptionProfDump.value(QueryContext qc) ProfMemory.value(QueryContext qc) ProfTime.value(QueryContext qc) ProfType.value(QueryContext qc) -
Uses of Value in org.basex.query.func.random
Methods in org.basex.query.func.random that return ValueModifier and TypeMethodDescriptionRandomGaussian.value(QueryContext qc) RandomSeededDouble.value(QueryContext qc) RandomSeededInteger.value(QueryContext qc) RandomSeededPermutation.value(QueryContext qc) -
Uses of Value in org.basex.query.func.repo
Methods in org.basex.query.func.repo that return Value -
Uses of Value in org.basex.query.func.sql
Methods in org.basex.query.func.sql that return Value -
Uses of Value in org.basex.query.func.unit
Methods in org.basex.query.func.unit that return Value -
Uses of Value in org.basex.query.func.update
Methods in org.basex.query.func.update that return Value -
Uses of Value in org.basex.query.func.user
Methods in org.basex.query.func.user that return ValueModifier and TypeMethodDescriptionUserList.value(QueryContext qc) UserListDetails.value(QueryContext qc) -
Uses of Value in org.basex.query.func.util
Methods in org.basex.query.func.util that return ValueModifier and TypeMethodDescriptionUtilArrayMembers.value(QueryContext qc) UtilArrayValues.value(QueryContext qc) UtilChars.value(QueryContext qc) UtilDdo.value(QueryContext qc) UtilDuplicates.value(QueryContext qc) UtilIf.value(QueryContext qc) UtilInit.value(QueryContext qc) UtilIntersperse.value(QueryContext qc) UtilMapEntries.value(QueryContext qc) UtilMapValues.value(QueryContext qc) UtilOr.value(QueryContext qc) UtilReplicate.value(QueryContext qc) UtilRoot.value(QueryContext qc) -
Uses of Value in org.basex.query.func.validate
Methods in org.basex.query.func.validate that return ValueModifier and TypeMethodDescriptionValidateDtd.value(QueryContext qc) ValidateDtdInfo.value(QueryContext qc) ValidateDtdReport.value(QueryContext qc) ValidateRng.value(QueryContext qc) ValidateRngInfo.value(QueryContext qc) ValidateRngReport.value(QueryContext qc) ValidateXsd.value(QueryContext qc) ValidateXsdInfo.value(QueryContext qc) ValidateXsdReport.value(QueryContext qc) -
Uses of Value in org.basex.query.func.web
Methods in org.basex.query.func.web that return Value -
Uses of Value in org.basex.query.func.xquery
Methods in org.basex.query.func.xquery that return ValueModifier and TypeMethodDescriptionXQueryEval.value(QueryContext qc) XQueryEvalUpdate.value(QueryContext qc) XQueryForkJoin.value(QueryContext qc) XQueryInvoke.value(QueryContext qc) XQueryInvokeUpdate.value(QueryContext qc) -
Uses of Value in org.basex.query.iter
Methods in org.basex.query.iter that return ValueModifier and TypeMethodDescriptionIter.iterValue()If available, returns a value on which the iterator is based on.DBNodeIter.value(QueryContext qc, Expr expr) Iter.value(QueryContext qc, Expr expr) Returns a value with all iterated items. -
Uses of Value in org.basex.query.scope
Methods in org.basex.query.scope that return Value -
Uses of Value in org.basex.query.up
Methods in org.basex.query.up that return ValueMethods in org.basex.query.up with parameters of type ValueModifier and TypeMethodDescriptionvoidUpdates.addOutput(Value value, QueryContext qc) Adds output. -
Uses of Value in org.basex.query.up.expr
Methods in org.basex.query.up.expr that return ValueModifier and TypeMethodDescriptionTransform.value(QueryContext qc) TransformWith.value(QueryContext qc) -
Uses of Value in org.basex.query.util.list
Methods in org.basex.query.util.list that return ValueModifier and TypeMethodDescriptionprotected Value[]ValueList.newArray(int s) Returns a value with the type of the given expression and invalidates the internal array.ItemList.value()Returns a value containing the items in this list.Returns a value with the type of the given expression.Returns a value with the type of the given expression.Methods in org.basex.query.util.list with parameters of type Value -
Uses of Value in org.basex.query.value
Methods in org.basex.query.value that return ValueModifier and TypeMethodDescriptionfinal ValueValue.compile(CompileContext cc) static ValueValueBuilder.concat(Value value1, Value value2, QueryContext qc) Concatenates two values.Value.copy(CompileContext cc, IntObjMap<Var> vm) Value.materialize(QueryContext qc, QueryError error, InputInfo info) Returns a materialized, context-independent version of this value.abstract ValueValue.reverse(QueryContext qc) Returns all items of this value in reverse order.abstract ValueValue.subsequence(long start, long length, QueryContext qc) Returns a subsequence of this value with the given start and length.final ValueValue.value(QueryContext qc) ValueBuilder.value()Returns aValuerepresentation of the items currently stored in this builder.Returns aValuerepresentation of the items currently stored in this builder annotated with the type of the given expression.Returns aValuerepresentation of the items currently stored in this builder annotated with the given item type.Methods in org.basex.query.value with parameters of type ValueModifier and TypeMethodDescriptionAppends a value to the built value.static ValueValueBuilder.concat(Value value1, Value value2, QueryContext qc) Concatenates two values. -
Uses of Value in org.basex.query.value.array
Subclasses of Value in org.basex.query.value.arrayMethods in org.basex.query.value.array that return ValueModifier and TypeMethodDescriptionfinal ValueXQArray.atomValue(QueryContext qc, InputInfo ii) abstract ValueXQArray.get(long index) Gets the element at the given position in this array.final Valueabstract ValueXQArray.head()First element of this array, equivalent toarray.get(0).abstract ValueXQArray.last()Last element of this array, equivalent toarray.get(array.arraySize() - 1).Methods in org.basex.query.value.array that return types with arguments of type ValueModifier and TypeMethodDescriptionabstract ListIterator<Value>XQArray.iterator(long start) Iterator over the members of this array.XQArray.members()Iterator over the members of this array.Methods in org.basex.query.value.array with parameters of type ValueModifier and TypeMethodDescriptionvoidAdds an element to the end of the array.abstract XQArrayPrepends an element to the front of this array.static XQArrayCreates an array containing the given elements.abstract XQArrayXQArray.insertBefore(long pos, Value value, QueryContext qc) Inserts the given element at the given position into this array.voidAdds an element to the start of the array.abstract XQArrayReturns a copy of this array where the entry at the given position is replaced by the given value.static XQArrayCreates a singleton array containing the given element.abstract XQArrayAppends an element to the back of this array. -
Uses of Value in org.basex.query.value.item
Subclasses of Value in org.basex.query.value.itemModifier and TypeClassDescriptionclassAbstract super class for date items.classAbstract super class for dates and durations.classAbstract super class for all numeric items.classAbstract string item.final classUntyped atomic item (xs:untypedAtomic).classBase64 item (xs:base64Binary).final classLazy base64 item (xs:base64Binary).classAbstract class for binary items.final classBoolean item (xs:boolean).final classDate item (xs:date).final classDouble item (xs:double).final classDecimal item (xs:decimal).final classDayTime Duration item (xs:dayTimeDuration).final classDateTime item (xs:dateTime).final classDummy item (only used at compile time).classDuration item (xs:duration).classAbstract super class for function items.final classFloat item (xs:float).final classFunction item.final classSimple date item, used forxs:gYearMonth,xs:gYear,xs:gMonthDay,xs:gDayandxs:gMonth.final classHexBinary item (xs:hexBinary).final classInteger item (xs:int,xs:integer,xs:short, etc.).classAbstract super class for all items.final classJava item.final classQName item (xs:QName).final classString item (xs:string,xs:normalizedString,xs:language, etc.).final classLazy string item (xs:string).final classTime item (xs:time).final classUnsigned long (xs:unsignedLong).final classURI item (xs:anyURI).classFunction item with a known data structure (map, array).final classYearMonth duration (xs:yearMonthDuration).Methods in org.basex.query.value.item that return ValueModifier and TypeMethodDescriptionFuncItem.atomValue(QueryContext qc, InputInfo ii) Item.atomValue(QueryContext qc, InputInfo ii) Evaluates the expression and returns the atomized items.abstract ValueGets a value from this item.FuncItem.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) final ValueXQData.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) Item.subsequence(long start, long length, QueryContext qc) Methods in org.basex.query.value.item with parameters of type ValueModifier and TypeMethodDescriptionFuncItem.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) final ValueXQData.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) -
Uses of Value in org.basex.query.value.map
Subclasses of Value in org.basex.query.value.mapMethods in org.basex.query.value.map that return ValueModifier and TypeMethodDescriptionXQMap.atomValue(QueryContext qc, InputInfo ii) XQMap.forEach(FItem func, QueryContext qc, InputInfo ii) Applies a function on all entries.XQMap.keys()All keys defined in this map.Methods in org.basex.query.value.map with parameters of type ValueModifier and TypeMethodDescriptionvoidAdds a key string and a value to the map.voidAdds a key/value pair to the map.Puts the given value into this map and replaces existing keys. -
Uses of Value in org.basex.query.value.node
Subclasses of Value in org.basex.query.value.nodeModifier and TypeClassDescriptionclassAbstract node type.classDatabase node.final classAttribute node fragment.final classComment node fragment.final classDocument node fragment.final classElement node fragment.classMain-memory node fragment.final classNamespace node.final classPI node fragment.final classDisk-based full-text Node item.final classDatabase node with full-text positions.final classText node fragment.Methods in org.basex.query.value.node that return Value -
Uses of Value in org.basex.query.value.seq
Subclasses of Value in org.basex.query.value.seqModifier and TypeClassDescriptionfinal classSequence of items of typexs:boolean, containing at least two of them.final classSequence of items of typexs:byte, containing at least two of them.final classSequence of items of typexs:double, containing at least two of them.final classThis class stores database nodes in an ascending order.classSequence, containing at least two nodes in distinct document order (DDO).final classSequence of items of typexs:decimal, containing at least two of them.final classEmpty sequence.final classSequence of items of typexs:float, containing at least two of them.final classSequence of items of typexs:integer, containing at least two of them.final classFlat item sequence.final classRange sequence, containing at least two integers.classSequence, containing at least two items.final classSequence of a single item.final classSequence of items of typexs:string, containing at least two of them.final classA sequence that defines a sub-range of another sequence.Methods in org.basex.query.value.seq that return ValueModifier and TypeMethodDescriptionDBNodeSeq.atomValue(QueryContext qc, InputInfo ii) ItemSeq.atomValue(QueryContext qc, InputInfo ii) RangeSeq.atomValue(QueryContext qc, InputInfo ii) SingletonSeq.atomValue(QueryContext qc, InputInfo ii) SubSeq.atomValue(QueryContext qc, InputInfo ii) protected ValueSeq.copyInsert(long pos, Value value, QueryContext qc) Helper forSeq.insertBefore(long, Value, QueryContext)that copies all items into aTreeSeq.static ValueBlnSeq.get(boolean[] values) Creates a sequence with the specified items.static ValueBytSeq.get(byte[] values) Creates a sequence with the specified items.static ValueDblSeq.get(double[] values) Creates a sequence with the specified items.static ValueCreates a sequence with the specified items.static ValueCreates a sequence with the specified items.static ValueCreates a node sequence with the given data reference and pre values.static ValueFltSeq.get(float[] values) Creates a sequence with the specified items.static ValueIntSeq.get(int[] values) Creates an xs:integer sequence with the specified items.static ValueIntSeq.get(long[] values) Creates an xs:integer sequence with the specified items.static ValueCreates a sequence with the specified items.static ValueCreates a typed sequence with the items of the specified values.static ValueCreates a typed sequence with the items of the specified values.static ValueRangeSeq.get(long start, long size, boolean asc) Returns a value representation of the specified items.static ValueTries to create a typed sequence with the items of the specified values.static ValueCreates a singleton sequence with the specified value.static ValueStrSeq.get(byte[][] values) Creates a sequence with the specified items.static ValueCreates a sequence with the specified items.ItemSeq.insert(long pos, Item item, QueryContext qc) RangeSeq.insert(long pos, Item item, QueryContext qc) abstract ValueSeq.insert(long pos, Item item, QueryContext qc) Inserts an item at the given position into this sequence and returns the resulting sequence.SingletonSeq.insert(long pos, Item item, QueryContext qc) SubSeq.insert(long pos, Item item, QueryContext qc) final ValueSeq.insertBefore(long pos, Value value, QueryContext qc) Inserts a value at the given position into this sequence and returns the resulting sequence.ItemSeq.remove(long pos, QueryContext qc) RangeSeq.remove(long pos, QueryContext qc) abstract ValueSeq.remove(long pos, QueryContext qc) Removes the item at the given position in this sequence and returns the resulting sequence.SingletonSeq.remove(long pos, QueryContext qc) SubSeq.remove(long pos, QueryContext qc) BlnSeq.reverse(QueryContext qc) BytSeq.reverse(QueryContext qc) DblSeq.reverse(QueryContext qc) DBNodeSeq.reverse(QueryContext qc) DecSeq.reverse(QueryContext qc) FltSeq.reverse(QueryContext qc) IntSeq.reverse(QueryContext qc) ItemSeq.reverse(QueryContext qc) RangeSeq.reverse(QueryContext qc) SingletonSeq.reverse(QueryContext qc) StrSeq.reverse(QueryContext qc) SubSeq.reverse(QueryContext qc) final ValueSeq.subsequence(long start, long length, QueryContext qc) Methods in org.basex.query.value.seq with parameters of type ValueModifier and TypeMethodDescriptionprotected ValueSeq.copyInsert(long pos, Value value, QueryContext qc) Helper forSeq.insertBefore(long, Value, QueryContext)that copies all items into aTreeSeq.static ValueTries to create a typed sequence with the items of the specified values.static ValueCreates a singleton sequence with the specified value.final ValueSeq.insertBefore(long pos, Value value, QueryContext qc) Inserts a value at the given position into this sequence and returns the resulting sequence. -
Uses of Value in org.basex.query.value.seq.tree
Subclasses of Value in org.basex.query.value.seq.treeModifier and TypeClassDescriptionfinal classA sequence containing more elements than fit into aSmallSeq.final classA small sequence that is represented as a single Java array.classA tree storingItems.Methods in org.basex.query.value.seq.tree that return ValueModifier and TypeMethodDescriptionfinal ValueTreeSeq.atomValue(QueryContext qc, InputInfo ii) protected final ValueTreeSeq.copyInsert(long pos, Value value, QueryContext qc) SmallSeq.remove(long pos, QueryContext qc) Methods in org.basex.query.value.seq.tree with parameters of type ValueModifier and TypeMethodDescriptionTreeSeqBuilder.add(Value value, QueryContext qc) Appends the items of the given value to this builder.protected final ValueTreeSeq.copyInsert(long pos, Value value, QueryContext qc) -
Uses of Value in org.basex.query.value.type
Methods in org.basex.query.value.type that return ValueModifier and TypeMethodDescriptionfinal ValueListType.cast(Object value, QueryContext qc, StaticContext sc, InputInfo ii) final ValueListType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) SeqType.cast(Value value, boolean error, QueryContext qc, StaticContext sc, InputInfo ii) Casts a sequence to this type.Type.cast(Object value, QueryContext qc, StaticContext sc, InputInfo ii) Casts the specified Java value to this type.Type.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) Casts the specified item to this type.final ValueListType.castString(String value, QueryContext qc, StaticContext sc, InputInfo ii) Type.castString(String value, QueryContext qc, StaticContext sc, InputInfo ii) Casts the specified string to this type.SeqType.promote(Value value, QNm name, QueryContext qc, StaticContext sc, InputInfo ii, boolean opt) Promotes the specified value to this sequence type.Methods in org.basex.query.value.type with parameters of type ValueModifier and TypeMethodDescriptionSeqType.cast(Value value, boolean error, QueryContext qc, StaticContext sc, InputInfo ii) Casts a sequence to this type.booleanChecks if the specified value is an instance of this type.SeqType.promote(Value value, QNm name, QueryContext qc, StaticContext sc, InputInfo ii, boolean opt) Promotes the specified value to this sequence type.voidSeqType.treat(Value value, QNm name, QueryContext qc, InputInfo ii) Treats the specified value as this sequence type. -
Uses of Value in org.basex.query.var
Methods in org.basex.query.var that return ValueModifier and TypeMethodDescriptionVar.checkType(Value value, QueryContext qc, boolean opt) Checks the type of this value and casts/promotes it when necessary.Gets the value bound to the given variable in the current stack frame.VarRef.value(QueryContext qc) Methods in org.basex.query.var with parameters of type ValueModifier and TypeMethodDescriptionVar.checkType(Value value, QueryContext qc, boolean opt) Checks the type of this value and casts/promotes it when necessary.voidQueryStack.set(Var var, Value value, QueryContext qc) Sets the value of the given variable in the current stack frame.Method parameters in org.basex.query.var with type arguments of type ValueModifier and TypeMethodDescriptionvoidVariables.bindExternal(QueryContext qc, QNmMap<Value> bindings) Binds all external variables. -
Uses of Value in org.basex.util.http
Methods in org.basex.util.http that return ValueModifier and TypeMethodDescriptionHttpResponse.getResponse(HttpURLConnection conn, boolean body, String mtype) Constructs http:response element and reads HTTP response content.HttpClient.sendRequest(byte[] href, ANode request, Value bodies) Sends an HTTP request and returns the response.static ValueHttpPayload.value(IO input, MainOptions options, MediaType type) Returns an XQuery value for the specified content type.Methods in org.basex.util.http that return types with arguments of type ValueModifier and TypeMethodDescriptionReturns a map with multipart form data.Methods in org.basex.util.http with parameters of type ValueModifier and TypeMethodDescriptionParses an http:request element.HttpClient.sendRequest(byte[] href, ANode request, Value bodies) Sends an HTTP request and returns the response. -
Uses of Value in org.basex.util.options
Methods in org.basex.util.options with parameters of type Value