Uses of Class
org.basex.query.QueryException
Packages that use QueryException
Package
Description
Database core classes.
GUI Text View.
Database Index structures.
XQuery implementation.
XQuery expressions.
Constructor expressions.
XQuery Full Text expressions.
XQuery path expressions.
XQuery functions.
Admin functions.
Archive functions.
Array functions.
Binary Functions.
Client Functions.
Conversion Functions.
Crypto Functions.
CSV Functions.
Database Functions.
Fetch Functions.
File Functions.
Functions in the fn namespace.
Full-text Functions.
Hash Functions.
Higher-order Functions.
HTML Functions.
HTTP Functions.
Index Functions.
Inspection Functions.
JSON Functions.
Lazy Functions.
Map Functions.
Math Functions.
Output Functions.
Process Functions.
Profiling Functions.
Random Functions.
Repository Functions.
SQL Functions.
Unit Functions.
Validation Functions.
XQuery Functions.
XSLT Functions.
ZIP Functions.
XQuery iterators.
XQuery utility classes.
Collation-specific code.
XQuery formatter utility classes.
Query processor, hash structures.
Query processor, list structures.
XQuery values.
Full-text specific utility classes.
-
Uses of QueryException in org.basex.build.csv
Methods in org.basex.build.csv that throw QueryException -
Uses of QueryException in org.basex.core
Methods in org.basex.core with parameters of type QueryExceptionModifier and TypeMethodDescriptionprotected static voidSandbox.error(String query, QueryException ex, QueryError... errors) Checks if an exception yields one of the specified error codes.Methods in org.basex.core that throw QueryException -
Uses of QueryException in org.basex.core.jobs
Fields in org.basex.core.jobs declared as QueryExceptionConstructors in org.basex.core.jobs that throw QueryExceptionModifierConstructorDescriptionQueryJob(QueryJobSpec job, Context context, InputInfo ii, Consumer<QueryJobResult> notify) Constructor. -
Uses of QueryException in org.basex.core.parse
Methods in org.basex.core.parse that throw QueryExceptionModifier and TypeMethodDescriptionfinal Command[]CommandParser.parse()Parses the input and returns a command list.protected abstract voidParses the input and fills the command list.final CommandCommandParser.parseSingle()Restricts parsing to a single command. -
Uses of QueryException in org.basex.gui.view.text
Methods in org.basex.gui.view.text that throw QueryExceptionModifier 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 QueryException in org.basex.index
Methods in org.basex.index that throw QueryException -
Uses of QueryException in org.basex.io.serial
Methods in org.basex.io.serial that throw QueryExceptionModifier and TypeMethodDescriptionvoidSerializerOptions.parse(String name, byte[] value, StaticContext sc, InputInfo ii) Parses options. -
Uses of QueryException in org.basex.query
Methods in org.basex.query that return QueryExceptionModifier and TypeMethodDescriptionfinal QueryExceptionAdds an input info to the stack.static QueryExceptionThrows a comparison exception.QueryParser.error(QueryError error, InputInfo ii, Object... arg) Creates the specified error.QuerySuggest.error(QueryError err, InputInfo ii, Object... arg) static QueryExceptionReturns an error for the specified name.Throws a query exception.QueryIOException.getCause()Returns the query exception.QueryRTException.getCause()final QueryExceptionSets input info.final QueryExceptionQueryException.notCatchable()Makes this exception uncatchable by atry/catchexpression.static QueryExceptionQueryError.numberError(ParseExpr expr, Item item) Throws a number exception.static QueryExceptionQueryError.numberError(Item item, InputInfo ii) Throws a number exception.final QueryExceptionQueryException.suggest(InputParser qp, StringList sug) Sets code suggestions.static QueryExceptionThrows a type exception.static QueryExceptionThrows a type exception.static QueryExceptionThrows a type cast exception.final QueryExceptionSets the error value.static QueryExceptionQueryError.valueError(Type type, byte[] value, InputInfo ii) Throws an invalid value exception.Methods in org.basex.query with parameters of type QueryExceptionModifier and TypeMethodDescriptionCompileContext.error(QueryException qe, Expr expr) Creates an error function instance.Methods in org.basex.query that throw QueryExceptionModifier and TypeMethodDescriptionvoidPerforms this operation on the given argument.voidQueryResources.addCollection(String name, String[] paths, StaticContext sc) Adds a collection with the specified paths.voidQueryResources.addDoc(String name, String path, StaticContext sc) Adds a document with the specified path.Applies this function to the given argument.Applies this function to the given argument.voidQueryContext.bind(String name, Object value, String type, StaticContext sc) Binds a value to a global variable.voidQueryContext.bind(String name, Value value, StaticContext sc) Binds a value to a global variable.Binds a value to a global variable.Binds a value with the specified type to a global variable.Binds an XQuery value to a global variable.QueryProcessor.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.voidQueryContext.compile()Compiles and optimizes the expression.voidQueryProcessor.compile()Compiles the query.voidQueryContext.context(Object value, String type, StaticContext sc) Binds the context value, using the same rules as forbinding variables.Binds the context value.Binds the context value with a specified type, using the same rules as forbinding variables.InlineContext.copy()Creates a copy from the expression to be inlined.Opens a new database or returns a reference to an already opened database.QueryContext.dateTime()Initializes the static date and time context of a query if not done yet.StaticContext.decFormat(byte[] id) Returns a decimal format.QueryResources.doc(QueryInput qi, InputInfo ii) Evaluatesfn:doc(): opens an existing database document, or creates a new database and node.Creates and returns an optimized instance of the specified function.CompileContext.get(Expr expr, QuerySupplier<Expr> func) Evaluates a function in the given focus.QuerySupplier.get()Gets a result.QueryProcessor.getSerializer(OutputStream os) Returns a serializer for the given output stream.Inlines an expression into the specified target expression.booleanInlines an expression into the specified expressions.booleanInlines an expression into the specified expressions.InlineContext.inlineOrNull(Expr target) Inlines an expression into the specified target expression, or returnsnullif no inlining is required.QueryContext.iter()Returns a result iterator.QueryProcessor.iter()Returns a memory-efficient result iterator.Creates a list expression from a condition and a return expression.final voidParses the specified module, checking function and variable references at the end.Declares a namespace.Checks if evaluation has been stopped and returns the next item of an iterator.booleanCompileContext.ok(Expr expr, QuerySupplier<Boolean> func) Evaluates a function in the given focus.Parses the specified query.Parses the specified query.voidQueryProcessor.parse()Parses the query.QueryContext.parseLibrary(String query, String uri) Parses the specified module.final LibraryModuleQueryParser.parseLibrary(boolean check) Parses a library module.Parses the specified query.QueryContext.parseMain(String query, String uri, StaticContext sc) Parses the specified query.final MainModuleQueryParser.parseMain()Parses a main module.Pre-evaluates the specified expression.Replicates an expression.voidBinds an expression to a local variable.QueryContext.value()Returns the result.QueryProcessor.value()Evaluates the query and returns the resulting value.Constructors in org.basex.query with parameters of type QueryExceptionModifierConstructorDescriptionQueryIOException(QueryException cause) Default constructor.QueryRTException(QueryException cause) Constructor.Constructors in org.basex.query that throw QueryException -
Uses of QueryException in org.basex.query.expr
Methods in org.basex.query.expr with parameters of type QueryExceptionModifier and TypeMethodDescriptionstatic Value[]Catch.values(QueryException qe) Returns all error values.Methods in org.basex.query.expr that throw QueryExceptionModifier and TypeMethodDescriptionfinal ExprFilter.addPredicate(CompileContext cc, Expr pred) Adds a predicate and returns the optimized expression.Expr.atomItem(QueryContext qc, InputInfo ii) Evaluates the expression and returns the resulting, atomized item, orEmpty.VALUEif the expression yields an empty sequence.Expr.atomIter(QueryContext qc, InputInfo ii) Evaluates the expression and returns an iterator on the resulting, atomized items.abstract ValueExpr.atomValue(QueryContext qc, InputInfo ii) Evaluates the expression and returns the atomized items.final ValueParseExpr.atomValue(QueryContext qc, InputInfo ii) final ExprTypeCheck.check(Expr ex, CompileContext cc) Creates an expression that checks the given expression's return type.protected final voidParseExpr.checkAllUp(Expr... exprs) Ensures that all specified expressions are vacuous or either updating or non-updating.protected final ItemParseExpr.checkNoEmpty(Item item) Checks if the specified item is no empty sequence.protected final ItemParseExpr.checkNoEmpty(Item item, Type type) Checks if the specified item is no empty sequence.protected final voidParseExpr.checkNoneUp(Expr... exprs) Ensures that none of the specified expressions performs an update.protected final voidEnsures that the specified expression performs no updates.protected final ItemParseExpr.checkType(Expr expr, QueryContext qc, AtomType type) Checks if the specified expression yields an item of the specified atomic type.protected final ItemChecks if the specified expression is an empty sequence; if yes, throws an exception.voidArr.checkUp()abstract voidExpr.checkUp()Checks if the updating semantics are satisfied.voidExtension.checkUp()final voidFilter.checkUp()voidIf.checkUp()voidList.checkUp()protected final <T extends XQFunctionExpr>
TParseExpr.checkUp(T expr, boolean updating, StaticContext sc) Ensures that the specified function expression is (not) updating.final voidSimpleMap.checkUp()voidSingle.checkUp()voidSwitch.checkUp()voidSwitchGroup.checkUp()voidTry.checkUp()voidTypeswitch.checkUp()Arr.compile(CompileContext cc) Cast.compile(CompileContext cc) Castable.compile(CompileContext cc) CmpIR.compile(CompileContext cc) CmpR.compile(CompileContext cc) CmpSR.compile(CompileContext cc) abstract ExprExpr.compile(CompileContext cc) Compiles and optimizes the expression, assigns types and cardinalities.Extension.compile(CompileContext cc) final ExprFilter.compile(CompileContext cc) If.compile(CompileContext cc) Instance.compile(CompileContext cc) List.compile(CompileContext cc) final ExprLogical.compile(CompileContext cc) Preds.compile(CompileContext cc) final ExprSimple.compile(CompileContext cc) final ExprSimpleMap.compile(CompileContext cc) Single.compile(CompileContext cc) Switch.compile(CompileContext cc) SwitchGroup.compile(CompileContext cc) Try.compile(CompileContext cc) final ExprTypeCheck.compile(CompileContext cc) Typeswitch.compile(CompileContext cc) TypeswitchGroup.compile(CompileContext cc) Unary.compile(CompileContext cc) protected final ValueParseExpr.ctxValue(QueryContext qc) Returns the current context value or throws an exception if the context value is not set.abstract ItemExpr.ebv(QueryContext qc, InputInfo ii) Checks if the effective boolean value can be computed for this expression:final ItemParseExpr.ebv(QueryContext qc, InputInfo ii) abstract ItemPerforms the calculation.abstract booleanEvaluates the expression.final ExprPreds.flattenEbv(Expr root, boolean ebv, CompileContext cc) Flattens predicates for boolean evaluation.static ExprCmpIR.get(CmpG cmp, boolean eq, CompileContext cc) Tries to convert the specified expression into a range expression.static ExprFilter.get(CompileContext cc, InputInfo ii, Expr root, Expr... preds) Creates a new, optimized filter expression, or the root expression if no predicates exist.static ExprList.get(CompileContext cc, InputInfo ii, Expr... exprs) Creates a new, optimized list expression, or the first expression if only one was specified.static ExprSimpleMap.get(CompileContext cc, InputInfo ii, Expr... exprs) Creates a new, optimized map expression, or the first expression if only one was specified.booleanAnd.indexAccessible(IndexInfo ii) final booleanCmpG.indexAccessible(IndexInfo ii) booleanCmpR.indexAccessible(IndexInfo ii) booleanCmpSR.indexAccessible(IndexInfo ii) booleanExpr.indexAccessible(IndexInfo ii) Checks if an expression can be rewritten to an index access.booleanExtension.indexAccessible(IndexInfo ii) booleanOr.indexAccessible(IndexInfo ii) Arr.inline(InlineContext ic) Arr.inline(InlineContext ic, QuerySupplier<Expr> context) Inlines an expression (seeExpr.inline(InlineContext)).ContextValue.inline(InlineContext ic) abstract ExprExpr.inline(InlineContext ic) Inlines an expression into this one, replacing all variable or context references.final ExprFilter.inline(InlineContext ic) If.inline(InlineContext ic) Logical.inline(InlineContext ic) final ExprSimpleMap.inline(InlineContext ic) Single.inline(InlineContext ic) Switch.inline(InlineContext ic) SwitchGroup.inline(InlineContext ic) Try.inline(InlineContext ic) Typeswitch.inline(InlineContext ic) final ExprCmp.invert(CompileContext cc) If possible, returns an optimized expression with inverted operands.CmpPos.invert(CompileContext cc) If possible, returns an optimized expression with inverted operands.ItrPos.invert(CompileContext cc) Pos.invert(CompileContext cc) And.item(QueryContext qc, InputInfo ii) Arith.item(QueryContext qc, InputInfo ii) Castable.item(QueryContext qc, InputInfo ii) CmpG.item(QueryContext qc, InputInfo ii) CmpIR.item(QueryContext qc, InputInfo ii) CmpN.item(QueryContext qc, InputInfo ii) CmpR.item(QueryContext qc, InputInfo ii) CmpSimpleG.item(QueryContext qc, InputInfo ii) CmpSR.item(QueryContext qc, InputInfo ii) CmpV.item(QueryContext qc, InputInfo ii) abstract ItemExpr.item(QueryContext qc, InputInfo ii) Evaluates the expression and returns the resulting item, orEmpty.VALUEif the expression yields an empty sequence.If.item(QueryContext qc, InputInfo ii) Instance.item(QueryContext qc, InputInfo ii) ItemMap.item(QueryContext qc, InputInfo ii) ItrPos.item(QueryContext qc, InputInfo ii) Or.item(QueryContext qc, InputInfo ii) ParseExpr.item(QueryContext qc, InputInfo ii) Pos.item(QueryContext qc, InputInfo ii) Switch.item(QueryContext qc, InputInfo ii) Typeswitch.item(QueryContext qc, InputInfo ii) TypeswitchGroup.item(QueryContext qc, InputInfo ii) Unary.item(QueryContext qc, InputInfo ii) abstract IterExpr.iter(QueryContext qc) Evaluates the expression and returns an iterator on the resulting items.If.iter(QueryContext qc) Lookup.iter(QueryContext qc) ParseExpr.iter(QueryContext qc) Switch.iter(QueryContext qc) final IterTypeCheck.iter(QueryContext qc) Typeswitch.iter(QueryContext qc) TypeswitchGroup.iter(QueryContext qc) protected final booleanPreds.match(Item item, QueryContext qc) Checks if the specified item matches the predicates.CmpG.mergeEbv(Expr expr, boolean or, CompileContext cc) Expr.mergeEbv(Expr expr, boolean or, CompileContext cc) Tries to merge two expressions that are part of an EBV test.Lookup.opt(CompileContext cc) Rewrites the lookup to another expression.And.optimize(CompileContext cc) Arith.optimize(CompileContext cc) abstract ExprCalc.optimize(Expr expr1, Expr expr2, InputInfo info, CompileContext cc) Optimizes the expressions.Cast.optimize(CompileContext cc) Castable.optimize(CompileContext cc) final ExprCmpG.optimize(CompileContext cc) CmpIR.optimize(CompileContext cc) CmpN.optimize(CompileContext cc) CmpR.optimize(CompileContext cc) CmpSR.optimize(CompileContext cc) CmpV.optimize(CompileContext cc) Expr.optimize(CompileContext cc) Optimizes an already compiled expression without recompiling its sub-expressions.final ExprFilter.optimize(CompileContext cc) If.optimize(CompileContext cc) Instance.optimize(CompileContext cc) List.optimize(CompileContext cc) Lookup.optimize(CompileContext cc) Or.optimize(CompileContext cc) Pos.optimize(CompileContext cc) Range.optimize(CompileContext cc) final ExprSimpleMap.optimize(CompileContext cc) Single.optimize(CompileContext cc) Switch.optimize(CompileContext cc) SwitchGroup.optimize(CompileContext cc) final ExprTypeCheck.optimize(CompileContext cc) Typeswitch.optimize(CompileContext cc) TypeswitchGroup.optimize(CompileContext cc) Unary.optimize(CompileContext cc) final ExprCmp.optPred(Expr root, CompileContext cc) Optimizes this expression as predicate.protected final booleanPreds.simplify(CompileContext cc, Expr root) Simplifies all predicates.booleanTypeswitchGroup.simplify(CompileContext.Simplify mode, CompileContext cc) Simplifies all expressions for requests of the specified type.protected booleanArr.simplifyAll(CompileContext.Simplify mode, CompileContext cc) Simplifies all expressions for requests of the specified type.final ExprFilter.simplifyCount(CompileContext cc) Rewrites a filter expression for count operations.Cast.simplifyFor(CompileContext.Simplify mode, CompileContext cc) Expr.simplifyFor(CompileContext.Simplify mode, CompileContext cc) This function is called at compile time for expressions whose operands might be simplified.final ExprFilter.simplifyFor(CompileContext.Simplify mode, CompileContext cc) If.simplifyFor(CompileContext.Simplify mode, CompileContext cc) List.simplifyFor(CompileContext.Simplify mode, CompileContext cc) final ExprSimpleMap.simplifyFor(CompileContext.Simplify mode, CompileContext cc) Switch.simplifyFor(CompileContext.Simplify mode, CompileContext cc) final ExprTypeCheck.simplifyFor(CompileContext.Simplify mode, CompileContext cc) Typeswitch.simplifyFor(CompileContext.Simplify mode, CompileContext cc) intCmpPos.test(long pos, QueryContext qc) Checks the current position.abstract ItemExpr.test(QueryContext qc, InputInfo ii) Performs a predicate test and returns the item if the test was successful.final ItemParseExpr.test(QueryContext qc, InputInfo ii) intPos.test(long pos, QueryContext qc) protected final XQArrayParseExpr.toArray(Expr expr, QueryContext qc) Checks if the specified expression yields an array.protected final XQArrayAssures that the specified item item is an array.protected final ItemParseExpr.toAtomItem(Expr expr, QueryContext qc) Checks if the evaluated expression yields a non-empty item.protected final B64ParseExpr.toB64(Expr expr, QueryContext qc, boolean empty) Checks if the specified expression yields a Base64 item.protected final B64Checks if the specified item is a Base64 item.protected final BinParseExpr.toBin(Expr expr, QueryContext qc) Checks if the specified expression yields a binary item.protected final BinChecks if the specified item is a binary item.protected final booleanParseExpr.toBoolean(Expr expr, QueryContext qc) Checks if the specified expression yields a boolean.protected final booleanChecks if the specified item is a boolean.protected final byte[]ParseExpr.toBytes(Expr expr, QueryContext qc) Checks if the specified expression yields a string or binary item.protected final byte[]Checks if the specified item is a string or binary item.protected final doubleParseExpr.toDouble(Expr expr, QueryContext qc) Checks if the specified expression yields a double.protected final doubleChecks if the specified item is a double.protected final ANodeParseExpr.toElem(Expr expr, QueryContext qc) Checks if the specified expression yields an element.protected final floatParseExpr.toFloat(Expr expr, QueryContext qc) Checks if the specified expression yields a float.protected final FItemParseExpr.toFunc(Expr expr, QueryContext qc) Checks if the specified expression yields a function.protected final ItemParseExpr.toItem(Expr expr, QueryContext qc) Checks if the evaluated expression yields a non-empty item.protected final ItemParseExpr.toItem(Expr expr, QueryContext qc, Type type) Checks if the specified expression yields a non-empty item.protected final longParseExpr.toLong(Expr expr, QueryContext qc) Checks if the specified expression yields an integer.protected final longChecks if the specified item is an integer.protected final XQMapParseExpr.toMap(Expr expr, QueryContext qc) Checks if the specified expression yields a map.protected final XQMapChecks if the specified item is a map.protected final ANodeParseExpr.toNode(Expr expr, QueryContext qc) Checks if the specified expression yields a node.protected final ANodeChecks if the specified non-empty item is a node.protected final ANodeParseExpr.toNodeOrNull(Expr expr, QueryContext qc) Checks if the specified expression yields a node ornull.protected final ANumChecks if the specified, non-empty item is a double.protected final ANumParseExpr.toNumberOrNull(Expr expr, QueryContext qc) Checks if the specified expression yields a number ornull.SimpleMap.toPath(CompileContext cc) Converts the map to a path expression.protected final QNmParseExpr.toQNm(Expr expr, QueryContext qc, boolean empty) Checks if the specified expression yields a QName.protected final QNmChecks if the specified item is a QName.protected final byte[]ParseExpr.toToken(Expr expr, QueryContext qc) Checks if the specified expression yields a string.protected final byte[]Checks if the specified non-empty item is a string.protected final byte[]ParseExpr.toTokenOrNull(Expr expr, QueryContext qc) Checks if the specified expression yields a string or an empty sequence.List.toUnion(CompileContext cc) If possible, rewrites the list to a union expression.protected final byte[]ParseExpr.toZeroToken(Expr expr, QueryContext qc) Checks if the specified expression yields a string or an empty sequence.protected ExprExpr.typeCheck(TypeCheck tc, CompileContext cc) Tries to push the given type check inside this expression.If.typeCheck(TypeCheck tc, CompileContext cc) Switch.typeCheck(TypeCheck tc, CompileContext cc) SwitchGroup.typeCheck(TypeCheck tc, CompileContext cc) Typeswitch.typeCheck(TypeCheck tc, CompileContext cc) TypeswitchGroup.typeCheck(TypeCheck tc, CompileContext cc) 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) -
Uses of QueryException in org.basex.query.expr.constr
Methods in org.basex.query.expr.constr that throw QueryExceptionModifier and TypeMethodDescriptionConstr.add(QueryContext qc, Expr... exprs) Constructs child and attribute nodes.CElem.compile(CompileContext cc) CArray.item(QueryContext qc, InputInfo ii) CAttr.item(QueryContext qc, InputInfo ii) CComm.item(QueryContext qc, InputInfo ii) CDoc.item(QueryContext qc, InputInfo ii) CElem.item(QueryContext qc, InputInfo ii) CMap.item(QueryContext qc, InputInfo ii) abstract ItemCNode.item(QueryContext qc, InputInfo ii) CNSpace.item(QueryContext qc, InputInfo ii) CPI.item(QueryContext qc, InputInfo ii) CTxt.item(QueryContext qc, InputInfo ii) CArray.optimize(CompileContext cc) CAttr.optimize(CompileContext cc) CComm.optimize(CompileContext cc) CElem.optimize(CompileContext cc) CMap.optimize(CompileContext cc) CNSpace.optimize(CompileContext cc) CPI.optimize(CompileContext cc) CTxt.optimize(CompileContext cc) -
Uses of QueryException in org.basex.query.expr.ft
Methods in org.basex.query.expr.ft that throw QueryExceptionModifier and TypeMethodDescriptionvoidFTDistance.checkUp()voidFTExpr.checkUp()voidFTWeight.checkUp()voidFTWindow.checkUp()voidFTWords.checkUp()FTAnd.compile(CompileContext cc) FTContains.compile(CompileContext cc) FTDistance.compile(CompileContext cc) FTExpr.compile(CompileContext cc) FTNot.compile(CompileContext cc) FTOptions.compile(CompileContext cc) FTOr.compile(CompileContext cc) FTWeight.compile(CompileContext cc) FTWindow.compile(CompileContext cc) FTWords.compile(CompileContext cc) protected booleanFTDistance.filter(QueryContext qc, FTMatch match, FTLexer lexer) protected abstract booleanFTFilter.filter(QueryContext qc, FTMatch match, FTLexer lexer) Evaluates the filter expression.protected booleanFTWindow.filter(QueryContext qc, FTMatch match, FTLexer lexer) booleanFTAnd.indexAccessible(IndexInfo ii) booleanFTContains.indexAccessible(IndexInfo ii) final booleanFTFilter.indexAccessible(IndexInfo ii) booleanFTMildNot.indexAccessible(IndexInfo ii) booleanFTOr.indexAccessible(IndexInfo ii) FTContains.inline(InlineContext ic) FTDistance.inline(InlineContext ic) FTExpr.inline(InlineContext ic) FTIndexAccess.inline(InlineContext ic) FTWeight.inline(InlineContext ic) FTWindow.inline(InlineContext ic) FTWords.inline(InlineContext ic) FTAnd.item(QueryContext qc, InputInfo ii) FTContains.item(QueryContext qc, InputInfo ii) abstract FTNodeFTExpr.item(QueryContext qc, InputInfo ii) This method is called by the sequential full-text evaluation.FTExtension.item(QueryContext qc, InputInfo ii) final FTNodeFTFilter.item(QueryContext qc, InputInfo ii) FTMildNot.item(QueryContext qc, InputInfo ii) FTNot.item(QueryContext qc, InputInfo ii) FTOr.item(QueryContext qc, InputInfo ii) FTWeight.item(QueryContext qc, InputInfo ii) FTWords.item(QueryContext qc, InputInfo ii) FTAnd.iter(QueryContext qc) abstract FTIterFTExpr.iter(QueryContext qc) This method is called by the index-based full-text evaluation.FTExtension.iter(QueryContext qc) final FTIterFTFilter.iter(QueryContext qc) FTIndexAccess.iter(QueryContext qc) FTMildNot.iter(QueryContext qc) FTNot.iter(QueryContext qc) FTOr.iter(QueryContext qc) FTWords.iter(QueryContext qc) FTContains.optimize(CompileContext cc) FTDistance.optimize(CompileContext cc) FTExpr.optimize(CompileContext cc) FTWeight.optimize(CompileContext cc) FTWindow.optimize(CompileContext cc) FTWords.optimize(CompileContext cc) FTWords.optimize(QueryContext qc) Prepares query evaluation.FTIndexAccess.value(QueryContext qc) -
Uses of QueryException in org.basex.query.expr.gflwor
Methods in org.basex.query.expr.gflwor that throw QueryExceptionModifier and TypeMethodDescriptionGroupSpec.atomItem(QueryContext qc, InputInfo ii) final voidForLet.checkUp()voidGFLWOR.checkUp()voidGroupBy.checkUp()voidOrderBy.checkUp()voidWhere.checkUp()voidWindow.checkUp()abstract ClauseClause.compile(CompileContext cc) Condition.compile(CompileContext cc) Count.compile(CompileContext cc) final ClauseForLet.compile(CompileContext cc) GFLWOR.compile(CompileContext cc) GroupBy.compile(CompileContext cc) GroupSpec.compile(CompileContext cc) OrderBy.compile(CompileContext cc) OrderKey.compile(CompileContext cc) Where.compile(CompileContext cc) Window.compile(CompileContext cc) abstract ClauseClause.inline(InlineContext ic) Condition.inline(InlineContext ic) final ClauseForLet.inline(InlineContext ic) GFLWOR.inline(InlineContext ic) GroupBy.inline(InlineContext ic) OrderBy.inline(InlineContext ic) Where.inline(InlineContext ic) Window.inline(InlineContext ic) abstract ClauseClause.optimize(CompileContext cc) Condition.optimize(CompileContext cc) Count.optimize(CompileContext cc) For.optimize(CompileContext cc) GFLWOR.optimize(CompileContext cc) GroupBy.optimize(CompileContext cc) GroupSpec.optimize(CompileContext cc) Let.optimize(CompileContext cc) OrderKey.optimize(CompileContext cc) Where.optimize(CompileContext cc) Window.optimize(CompileContext cc) GFLWOR.removeOrderBy(CompileContext cc) Removes order by clauses.GFLWOR.typeCheck(TypeCheck tc, CompileContext cc) GFLWOR.value(QueryContext qc) Constructors in org.basex.query.expr.gflwor that throw QueryException -
Uses of QueryException in org.basex.query.expr.index
Methods in org.basex.query.expr.index that throw QueryExceptionModifier and TypeMethodDescriptionvoidIndexDynDb.checkUp()final DataIndexDb.data(QueryContext qc, IndexType type) Checks if the specified index is available and returns the data reference.abstract IndexDbIndexDb.inline(InlineContext ic) IndexDynDb.inline(InlineContext ic) RangeAccess.inline(InlineContext ic) StringRangeAccess.inline(InlineContext ic) ValueAccess.inline(InlineContext ic) RangeAccess.iter(QueryContext qc) StringRangeAccess.iter(QueryContext qc) ValueAccess.iter(QueryContext qc) RangeAccess.value(QueryContext qc) StringRangeAccess.value(QueryContext qc) ValueAccess.value(QueryContext qc) -
Uses of QueryException in org.basex.query.expr.path
Methods in org.basex.query.expr.path that throw QueryExceptionModifier and TypeMethodDescriptionfinal ExprAxisPath.addPredicates(CompileContext cc, Expr... preds) Adds predicates to the last step and returns the optimized expression.final voidPath.checkUp()final ExprPath.compile(CompileContext cc) static ExprPath.get(CompileContext cc, InputInfo ii, Expr root, Expr... steps) Creates a new, optimized path expression.static ExprStep.get(CompileContext cc, Expr root, InputInfo ii, Expr... preds) Returns a new optimized self::node() step.static ExprReturns a new optimized step.static ExprReturns a new optimized self step.final ExprPath.inline(InlineContext ic) final ExprStep.inline(InlineContext ic) final IterAxisPath.iter(QueryContext qc) CachedStep.iter(QueryContext qc) MixedPath.iter(QueryContext qc) protected abstract IterAxisPath.iterator(QueryContext qc) Returns a node iterator.protected IterCachedPath.iterator(QueryContext qc) protected IterSingleIterPath.iterator(QueryContext qc) final ExprAxisPath.mergeEbv(Expr expr, boolean or, CompileContext cc) protected 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 ExprPath.optimize(CompileContext cc) final ExprStep.optimize(CompileContext cc) final ExprPath.simplifyFor(CompileContext.Simplify mode, CompileContext cc) final ValueAxisPath.value(QueryContext qc) MixedPath.value(QueryContext qc) final ValueStep.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func
Methods in org.basex.query.func that return QueryExceptionModifier and TypeMethodDescriptionStaticFuncs.similarError(QNm qname, InputInfo ii) Throws an exception if the name of a function is similar to the specified function name.static QueryExceptionFunctions.wrongArity(Object function, long arity, IntList arities, InputInfo ii) Raises an error for the wrong number of function arguments.Methods in org.basex.query.func that throw QueryExceptionModifier and TypeMethodDescription<T extends Options>
TAssigns values to the specified options.voidStaticFuncs.check(QueryContext qc) Checks if all functions have been correctly declared, and initializes all function calls.protected final voidStandardFunc.checkAdmin(QueryContext qc) Checks if the current user has create permissions.protected 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.protected final voidStandardFunc.checkCreate(QueryContext qc) Checks if the current user has create permissions.protected final DataStandardFunc.checkData(QueryContext qc) Returns a database instance for the first string argument of the function.protected final IOStandardFunc.checkPath(byte[] uri) Returns a valid reference if a file is found at the specified path or the static base uri.protected final IOStandardFunc.checkPath(int i, QueryContext qc) Returns a valid reference if a file is found at the specified path or the static base uri.voidClosure.checkUp()voidDynFuncCall.checkUp()voidPartFunc.checkUp()voidStaticFuncs.checkUp()Checks if the updating semantics are satisfied.final ExprStandardFunc.coerceFunc(Expr expr, CompileContext cc, SeqType declType, SeqType... argTypes) Refines the type of a function item argument.voidClosure.comp(CompileContext cc) Closure.compile(CompileContext cc) DynFuncCall.compile(CompileContext cc) FuncLit.compile(CompileContext cc) StaticFuncCall.compile(CompileContext cc) protected final ExprStandardFunc.compileData(CompileContext cc) Opens a database at compile time.protected final longStandardFunc.dateTimeToMs(Expr expr, QueryContext qc) Converts the specified dateTime to milliseconds.StaticFuncs.declare(AnnList anns, QNm qname, Var[] params, SeqType type, Expr expr, String doc, VarScope vs, InputInfo ii) Declares a new user-defined function.static ExprFunctions.get(QNm name, Expr[] args, QueryContext qc, StaticContext sc, InputInfo ii) Returns a function call with the specified name and number of arguments.static ExprFunctions.getLiteral(QNm name, int arity, QueryContext qc, StaticContext sc, InputInfo ii, boolean runtime) Gets a function literal for a known function.static FuncItemFunctions.getUser(StaticFunc sf, QueryContext qc, StaticContext sc, InputInfo ii) Returns a function item for a user-defined function.StaticFuncCall.init(StaticFunc sf) Initializes the function and checks for visibility.Closure.inline(Expr[] exprs, CompileContext cc) Closure.inline(InlineContext ic) StaticFunc.inline(Expr[] exprs, CompileContext cc) XQFunctionExpr.inline(Expr[] exprs, CompileContext cc) Tries to inline this function with the given arguments.default 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.Closure.item(QueryContext qc, InputInfo ii) PartFunc.item(QueryContext qc, InputInfo ii) protected ExprStandardFunc.opt(CompileContext cc) Performs function specific optimizations.Closure.optimize(CompileContext cc) DynFuncCall.optimize(CompileContext cc) PartFunc.optimize(CompileContext cc) final ExprStandardFunc.optimize(CompileContext cc) protected final byte[]StandardFunc.serialize(Iter iter, SerializerOptions opts, QueryError err, QueryContext qc) Serializes the data from the specified iterator.static SerializerOptionsFuncOptions.serializer(Item item, SerializerOptions sopts, InputInfo ii) Converts the specified output parameter item to serializer options.static SerializerOptionsFuncOptions.serializer(Item item, InputInfo ii) Converts the specified output parameter item to serialization parameters.protected voidStandardFunc.simplifyArgs(CompileContext cc) Simplifies the types of all arguments.StandardFunc.toBindings(int i, QueryContext qc) Returns all keys and values of the specified binding argument.protected final CollationStandardFunc.toCollation(int i, QueryContext qc) Checks if the specified collation is supported.protected final ADateStandardFunc.toDate(Item item, AtomType type, QueryContext qc) Checks if the specified item has the specified Date type.protected final DBNodeChecks if the specified expression is a database node.protected final StringStandardFunc.toEncodingOrNull(int i, QueryError err, QueryContext qc) Returns a normalized encoding representation.protected final ItemStandardFunc.toNodeOrAtomItem(int i, QueryContext qc) Returns the expression at the specified index as node or atomized item.protected final <E extends Options>
EStandardFunc.toOptions(int i, E opts, QueryContext qc) Parses the options at the specified index.protected final PathStandardFunc.toPath(byte[] path) Converts the specified string to a file path.protected final PathStandardFunc.toPath(int i, QueryContext qc) Converts the specified argument to a file path.protected final IOContentStandardFunc.toQuery(byte[] uri, QueryContext qc) Evaluates the specified URI.protected final IOContentStandardFunc.toQuery(int i, QueryContext qc) Evaluates the specified URI.static ClosureClosure.undeclaredLiteral(QNm name, int arity, QueryContext qc, StaticContext sc, InputInfo ii) Creates a function literal for a function that was not yet encountered while parsing.final ValueFuncCall.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.admin
Methods in org.basex.query.func.admin that throw QueryExceptionModifier and TypeMethodDescriptionAdminDeleteLogs.item(QueryContext qc, InputInfo ii) AdminWriteLog.item(QueryContext qc, InputInfo ii) AdminLogs.iter(QueryContext qc) AdminLogs.value(QueryContext qc) AdminSessions.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.archive
Methods in org.basex.query.func.archive that throw QueryExceptionModifier and TypeMethodDescriptionprotected final voidArchiveCreate.add(Item[] entry, org.basex.query.func.archive.ArchiveOut out, int level, String root, QueryContext qc) Adds the specified entry to the output stream.ArchiveCreate.item(QueryContext qc, InputInfo ii) ArchiveCreateFrom.item(QueryContext qc, InputInfo ii) ArchiveDelete.item(QueryContext qc, InputInfo ii) ArchiveExtractTo.item(QueryContext qc, InputInfo ii) ArchiveOptions.item(QueryContext qc, InputInfo ii) ArchiveUpdate.item(QueryContext qc, InputInfo ii) protected intArchiveCreate.level(CreateOptions options) Returns the compression level.ArchiveEntries.value(QueryContext qc) ArchiveExtractBinary.value(QueryContext qc) ArchiveExtractText.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.array
Methods in org.basex.query.func.array that throw QueryExceptionModifier and TypeMethodDescriptionArrayAppend.item(QueryContext qc, InputInfo ii) ArrayFilter.item(QueryContext qc, InputInfo ii) ArrayForEach.item(QueryContext qc, InputInfo ii) ArrayForEachPair.item(QueryContext qc, InputInfo ii) ArrayInsertBefore.item(QueryContext qc, InputInfo ii) ArrayJoin.item(QueryContext qc, InputInfo ii) ArrayPut.item(QueryContext qc, InputInfo ii) ArrayRemove.item(QueryContext qc, InputInfo ii) ArrayReverse.item(QueryContext qc, InputInfo ii) ArraySize.item(QueryContext qc, InputInfo ii) ArraySort.item(QueryContext qc, InputInfo ii) ArraySubarray.item(QueryContext qc, InputInfo ii) ArrayTail.item(QueryContext qc, InputInfo ii) ArrayFlatten.iter(QueryContext qc) protected ExprArrayAppend.opt(CompileContext cc) protected ExprArrayFilter.opt(CompileContext cc) protected ExprArrayFoldLeft.opt(CompileContext cc) protected ExprArrayFoldRight.opt(CompileContext cc) protected ExprArrayForEach.opt(CompileContext cc) protected ExprArrayForEachPair.opt(CompileContext cc) protected ExprArrayJoin.opt(CompileContext cc) protected ExprArraySort.opt(CompileContext cc) ArrayFlatten.value(QueryContext qc) ArrayFoldLeft.value(QueryContext qc) ArrayFoldRight.value(QueryContext qc) ArrayGet.value(QueryContext qc) ArrayHead.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.bin
Methods in org.basex.query.func.bin that throw QueryExceptionModifier and TypeMethodDescriptionBinAnd.item(QueryContext qc, InputInfo ii) BinBin.item(QueryContext qc, InputInfo ii) BinDecodeString.item(QueryContext qc, InputInfo ii) BinEncodeString.item(QueryContext qc, InputInfo ii) BinFind.item(QueryContext qc, InputInfo ii) BinFromOctets.item(QueryContext qc, InputInfo ii) BinHex.item(QueryContext qc, InputInfo ii) BinInsertBefore.item(QueryContext qc, InputInfo ii) BinJoin.item(QueryContext qc, InputInfo ii) BinLength.item(QueryContext qc, InputInfo ii) BinNot.item(QueryContext qc, InputInfo ii) BinOctal.item(QueryContext qc, InputInfo ii) BinOr.item(QueryContext qc, InputInfo ii) BinPackDouble.item(QueryContext qc, InputInfo ii) BinPackFloat.item(QueryContext qc, InputInfo ii) BinPackInteger.item(QueryContext qc, InputInfo ii) BinPadLeft.item(QueryContext qc, InputInfo ii) BinPadRight.item(QueryContext qc, InputInfo ii) BinPart.item(QueryContext qc, InputInfo ii) BinShift.item(QueryContext qc, InputInfo ii) BinUnpackDouble.item(QueryContext qc, InputInfo ii) BinUnpackFloat.item(QueryContext qc, InputInfo ii) BinUnpackInteger.item(QueryContext qc, InputInfo ii) BinUnpackUnsignedInteger.item(QueryContext qc, InputInfo ii) BinXor.item(QueryContext qc, InputInfo ii) BinToOctets.iter(QueryContext qc) BinToOctets.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.client
Methods in org.basex.query.func.client that throw QueryExceptionModifier and TypeMethodDescriptionClientClose.item(QueryContext qc, InputInfo ii) ClientConnect.item(QueryContext qc, InputInfo ii) ClientExecute.item(QueryContext qc, InputInfo ii) ClientInfo.item(QueryContext qc, InputInfo ii) ClientQuery.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.convert
Methods in org.basex.query.func.convert that throw QueryExceptionModifier and TypeMethodDescriptionConvertBinaryToString.item(QueryContext qc, InputInfo ii) ConvertDateTimeToInteger.item(QueryContext qc, InputInfo ii) ConvertDayTimeToInteger.item(QueryContext qc, InputInfo ii) ConvertDecodeKey.item(QueryContext qc, InputInfo ii) ConvertEncodeKey.item(QueryContext qc, InputInfo ii) ConvertIntegerFromBase.item(QueryContext qc, InputInfo ii) ConvertIntegersToBase64.item(QueryContext qc, InputInfo ii) ConvertIntegersToHex.item(QueryContext qc, InputInfo ii) ConvertIntegerToBase.item(QueryContext qc, InputInfo ii) ConvertIntegerToDateTime.item(QueryContext qc, InputInfo ii) ConvertIntegerToDayTime.item(QueryContext qc, InputInfo ii) ConvertStringToBase64.item(QueryContext qc, InputInfo ii) ConvertStringToHex.item(QueryContext qc, InputInfo ii) ConvertBinaryToIntegers.iter(QueryContext qc) ConvertBinaryToBytes.value(QueryContext qc) ConvertBinaryToIntegers.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.crypto
Methods in org.basex.query.func.crypto that throw QueryExceptionModifier and TypeMethodDescriptionCryptoDecrypt.item(QueryContext qc, InputInfo ii) CryptoEncrypt.item(QueryContext qc, InputInfo ii) CryptoGenerateSignature.item(QueryContext qc, InputInfo ii) CryptoHmac.item(QueryContext qc, InputInfo ii) CryptoValidateSignature.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.func.csv
Methods in org.basex.query.func.csv that throw QueryExceptionModifier and TypeMethodDescriptionCsvDoc.item(QueryContext qc, InputInfo ii) CsvParse.item(QueryContext qc, InputInfo ii) CsvSerialize.item(QueryContext qc, InputInfo ii) protected final ItemCsvParse.parse(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of QueryException in org.basex.query.func.db
Methods in org.basex.query.func.db that throw QueryExceptionModifier and TypeMethodDescriptionDbAdd.item(QueryContext qc, InputInfo ii) DbAlter.item(QueryContext qc, InputInfo ii) DbAlterBackup.item(QueryContext qc, InputInfo ii) DbContentType.item(QueryContext qc, InputInfo ii) DbCopy.item(QueryContext qc, InputInfo ii) DbCreate.item(QueryContext qc, InputInfo ii) DbCreateBackup.item(QueryContext qc, InputInfo ii) DbDelete.item(QueryContext qc, InputInfo ii) DbDrop.item(QueryContext qc, InputInfo ii) DbDropBackup.item(QueryContext qc, InputInfo ii) DbExists.item(QueryContext qc, InputInfo ii) DbExport.item(QueryContext qc, InputInfo ii) DbFlush.item(QueryContext qc, InputInfo ii) DbInfo.item(QueryContext qc, InputInfo ii) DbIsRaw.item(QueryContext qc, InputInfo ii) DbIsXml.item(QueryContext qc, InputInfo ii) DbName.item(QueryContext qc, InputInfo ii) DbOptimize.item(QueryContext qc, InputInfo ii) DbOption.item(QueryContext qc, InputInfo ii) DbPath.item(QueryContext qc, InputInfo ii) DbProperty.item(QueryContext qc, InputInfo ii) DbRename.item(QueryContext qc, InputInfo ii) DbReplace.item(QueryContext qc, InputInfo ii) DbRestore.item(QueryContext qc, InputInfo ii) DbRetrieve.item(QueryContext qc, InputInfo ii) DbStore.item(QueryContext qc, InputInfo ii) final IterDbAttribute.iter(QueryContext qc) DbBackups.iter(QueryContext qc) DbDir.iter(QueryContext qc) DbList.iter(QueryContext qc) DbListDetails.iter(QueryContext qc) final IterDbNodeId.iter(QueryContext qc) DbText.iter(QueryContext qc) final IterDbTextRange.iter(QueryContext qc) protected ExprDbExists.opt(CompileContext cc) protected ExprDbOpen.opt(CompileContext cc) protected final ExprDbOpenId.opt(CompileContext cc) protected final ExprDbText.opt(CompileContext cc) protected final ExprDbTextRange.opt(CompileContext cc) final 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 QueryException in org.basex.query.func.fetch
Methods in org.basex.query.func.fetch that throw QueryExceptionModifier and TypeMethodDescriptionprotected DBNodeFetchXml.fetch(IO io, QueryContext qc) Parses the input and creates an XML document.FetchBinary.item(QueryContext qc, InputInfo ii) FetchContentType.item(QueryContext qc, InputInfo ii) FetchText.item(QueryContext qc, InputInfo ii) FetchXml.item(QueryContext qc, InputInfo ii) FetchXmlBinary.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.func.file
Methods in org.basex.query.func.file that throw QueryExceptionModifier and TypeMethodDescriptionFileAppend.item(QueryContext qc) FileAppendBinary.item(QueryContext qc) FileAppendText.item(QueryContext qc) FileAppendTextLines.item(QueryContext qc) FileCopy.item(QueryContext qc) FileCreateDir.item(QueryContext qc) FileCreateTempDir.item(QueryContext qc) FileCreateTempFile.item(QueryContext qc) FileDelete.item(QueryContext qc) FileExists.item(QueryContext qc) FileIsAbsolute.item(QueryContext qc) FileIsDir.item(QueryContext qc) FileIsFile.item(QueryContext qc) FileLastModified.item(QueryContext qc) FileMove.item(QueryContext qc) FileName.item(QueryContext qc) FileParent.item(QueryContext qc) FilePathToNative.item(QueryContext qc) FilePathToUri.item(QueryContext qc) FileReadBinary.item(QueryContext qc) FileReadText.item(QueryContext qc) FileResolvePath.item(QueryContext qc) FileSize.item(QueryContext qc) FileWrite.item(QueryContext qc) FileWriteBinary.item(QueryContext qc) FileWriteText.item(QueryContext qc) FileWriteTextLines.item(QueryContext qc) static ExprFileReadTextLines.opt(StandardFunc func, long start, long length, CompileContext cc) Creates an optimized version of aFileReadTextLinescall.FileChildren.value(QueryContext qc) FileDescendants.value(QueryContext qc) FileList.value(QueryContext qc) FileReadTextLines.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.fn
Methods in org.basex.query.func.fn with parameters of type QueryExceptionModifier and TypeMethodDescriptionstatic StandardFuncFnError.get(QueryException ex, SeqType st, StaticContext sc) Creates an error function instance.Methods in org.basex.query.func.fn that throw QueryExceptionModifier and TypeMethodDescriptionprotected final ExprContextFn.ctxArg(int i, QueryContext qc) Returns the specified argument, or the context value if it does not exist.FnDistinctValues.duplicates(CmpV.OpV op, CompileContext cc) Rewrites the function call to a duplicate check.booleanChecks values for deep equality.booleanDeepEqual.equal(Iter iter1, Iter iter2, QueryContext qc) Checks values for deep equality.booleanChecks values for deep equality.static SeqRangeSeqRange.get(Expr expr, CompileContext cc) Returns an instance for the specified range expression.booleanFnContainsToken.indexAccessible(IndexInfo ii) final ExprContextFn.inline(InlineContext ic) FnAbs.item(QueryContext qc, InputInfo ii) FnAdjustDateToTimezone.item(QueryContext qc, InputInfo ii) FnAdjustTimeToTimezone.item(QueryContext qc, InputInfo ii) FnAdustDateTimeToTimezone.item(QueryContext qc, InputInfo ii) FnAnalyzeString.item(QueryContext qc, InputInfo ii) FnAvg.item(QueryContext qc, InputInfo ii) FnBaseUri.item(QueryContext qc, InputInfo ii) FnBoolean.item(QueryContext qc, InputInfo ii) FnCeiling.item(QueryContext qc, InputInfo ii) FnCodepointEqual.item(QueryContext qc, InputInfo ii) FnCodepointsToString.item(QueryContext qc, InputInfo ii) FnCompare.item(QueryContext qc, InputInfo ii) FnConcat.item(QueryContext qc, InputInfo ii) FnContains.item(QueryContext qc, InputInfo ii) FnContainsToken.item(QueryContext qc, InputInfo ii) FnCount.item(QueryContext qc, InputInfo ii) FnCurrentDate.item(QueryContext qc, InputInfo ii) FnCurrentDateTime.item(QueryContext qc, InputInfo ii) FnCurrentTime.item(QueryContext qc, InputInfo ii) FnData.item(QueryContext qc, InputInfo ii) FnDateTime.item(QueryContext qc, InputInfo ii) FnDayFromDate.item(QueryContext qc, InputInfo ii) FnDayFromDateTime.item(QueryContext qc, InputInfo ii) FnDayFromDuration.item(QueryContext qc, InputInfo ii) FnDeepEqual.item(QueryContext qc, InputInfo ii) FnDoc.item(QueryContext qc, InputInfo ii) FnDocAvailable.item(QueryContext qc, InputInfo ii) FnDocumentUri.item(QueryContext qc, InputInfo ii) FnEmpty.item(QueryContext qc, InputInfo ii) FnEncodeForUri.item(QueryContext qc, InputInfo ii) FnEndsWith.item(QueryContext qc, InputInfo ii) FnEnvironmentVariable.item(QueryContext qc, InputInfo ii) FnError.item(QueryContext qc, InputInfo ii) FnEscapeHtmlUri.item(QueryContext qc, InputInfo ii) FnExactlyOne.item(QueryContext qc, InputInfo ii) FnExists.item(QueryContext qc, InputInfo ii) FnFloor.item(QueryContext qc, InputInfo ii) FnFormatDate.item(QueryContext qc, InputInfo ii) FnFormatDateTime.item(QueryContext qc, InputInfo ii) FnFormatInteger.item(QueryContext qc, InputInfo ii) FnFormatNumber.item(QueryContext qc, InputInfo ii) FnFormatTime.item(QueryContext qc, InputInfo ii) FnFunctionArity.item(QueryContext qc, InputInfo ii) FnFunctionLookup.item(QueryContext qc, InputInfo ii) FnFunctionName.item(QueryContext qc, InputInfo ii) FnGenerateId.item(QueryContext qc, InputInfo ii) FnHasChildren.item(QueryContext qc, InputInfo ii) FnHead.item(QueryContext qc, InputInfo ii) FnHoursFromDateTime.item(QueryContext qc, InputInfo ii) FnHoursFromDuration.item(QueryContext qc, InputInfo ii) FnHoursFromTime.item(QueryContext qc, InputInfo ii) FnImplicitTimezone.item(QueryContext qc, InputInfo ii) FnIriToUri.item(QueryContext qc, InputInfo ii) FnJsonDoc.item(QueryContext qc, InputInfo ii) FnJsonToXml.item(QueryContext qc, InputInfo ii) FnLang.item(QueryContext qc, InputInfo ii) FnLast.item(QueryContext qc, InputInfo ii) FnLocalNameFromQName.item(QueryContext qc, InputInfo ii) FnLowerCase.item(QueryContext qc, InputInfo ii) FnMatches.item(QueryContext qc, InputInfo ii) FnMax.item(QueryContext qc, InputInfo ii) FnMin.item(QueryContext qc, InputInfo ii) FnMinutesFromDateTime.item(QueryContext qc, InputInfo ii) FnMinutesFromDuration.item(QueryContext qc, InputInfo ii) FnMinutesFromTime.item(QueryContext qc, InputInfo ii) FnMonthFromDate.item(QueryContext qc, InputInfo ii) FnMonthFromDateTime.item(QueryContext qc, InputInfo ii) FnMonthsFromDuration.item(QueryContext qc, InputInfo ii) final StrFnName.item(QueryContext qc, InputInfo ii) FnNamespaceUri.item(QueryContext qc, InputInfo ii) FnNamespaceUriForPrefix.item(QueryContext qc, InputInfo ii) FnNamespaceUriFromQName.item(QueryContext qc, InputInfo ii) FnNilled.item(QueryContext qc, InputInfo ii) FnNodeName.item(QueryContext qc, InputInfo ii) FnNormalizeSpace.item(QueryContext qc, InputInfo ii) FnNormalizeUnicode.item(QueryContext qc, InputInfo ii) FnNot.item(QueryContext qc, InputInfo ii) FnNumber.item(QueryContext qc, InputInfo ii) FnParseIetfDate.item(QueryContext qc, InputInfo ii) FnParseJson.item(QueryContext qc, InputInfo ii) FnParseXml.item(QueryContext qc, InputInfo ii) FnParseXmlFragment.item(QueryContext qc, InputInfo ii) FnPath.item(QueryContext qc, InputInfo ii) FnPosition.item(QueryContext qc, InputInfo ii) FnPrefixFromQName.item(QueryContext qc, InputInfo ii) FnPut.item(QueryContext qc, InputInfo ii) FnQName.item(QueryContext qc, InputInfo ii) FnRandomNumberGenerator.item(QueryContext qc, InputInfo ii) FnReplace.item(QueryContext qc, InputInfo ii) FnResolveQName.item(QueryContext qc, InputInfo ii) FnResolveUri.item(QueryContext qc, InputInfo ii) FnRoot.item(QueryContext qc, InputInfo ii) FnRound.item(QueryContext qc, InputInfo ii) FnRoundHalfToEven.item(QueryContext qc, InputInfo ii) FnSecondsFromDateTime.item(QueryContext qc, InputInfo ii) FnSecondsFromDuration.item(QueryContext qc, InputInfo ii) FnSecondsFromTime.item(QueryContext qc, InputInfo ii) FnSerialize.item(QueryContext qc, InputInfo ii) FnStartsWith.item(QueryContext qc, InputInfo ii) FnString.item(QueryContext qc, InputInfo ii) FnStringJoin.item(QueryContext qc, InputInfo ii) FnStringLength.item(QueryContext qc, InputInfo ii) FnSubstring.item(QueryContext qc, InputInfo ii) FnSubstringAfter.item(QueryContext qc, InputInfo ii) FnSubstringBefore.item(QueryContext qc, InputInfo ii) FnSum.item(QueryContext qc, InputInfo ii) FnTimezoneFromDate.item(QueryContext qc, InputInfo ii) FnTimezoneFromDateTime.item(QueryContext qc, InputInfo ii) FnTimezoneFromTime.item(QueryContext qc, InputInfo ii) FnTranslate.item(QueryContext qc, InputInfo ii) FnUnparsedText.item(QueryContext qc, InputInfo ii) FnUnparsedTextAvailable.item(QueryContext qc, InputInfo ii) FnUpperCase.item(QueryContext qc, InputInfo ii) FnXmlToJson.item(QueryContext qc, InputInfo ii) FnYearFromDate.item(QueryContext qc, InputInfo ii) FnYearFromDateTime.item(QueryContext qc, InputInfo ii) FnYearsFromDuration.item(QueryContext qc, InputInfo ii) FnZeroOrOne.item(QueryContext qc, InputInfo ii) FnData.iter(QueryContext qc) FnDistinctValues.iter(QueryContext qc) FnFoldLeft.iter(QueryContext qc) FnFoldRight.iter(QueryContext qc) final IterFnForEachPair.iter(QueryContext qc) FnIndexOf.iter(QueryContext qc) FnInnermost.iter(QueryContext qc) FnInsertBefore.iter(QueryContext qc) FnOneOrMore.iter(QueryContext qc) FnOutermost.iter(QueryContext qc) FnRemove.iter(QueryContext qc) FnReverse.iter(QueryContext qc) FnSort.iter(QueryContext qc) FnStringToCodepoints.iter(QueryContext qc) FnSubsequence.iter(QueryContext qc) FnTail.iter(QueryContext qc) FnUnparsedTextLines.iter(QueryContext qc) FnUriCollection.iter(QueryContext qc) FnEmpty.mergeEbv(Expr expr, boolean or, CompileContext cc) FnExists.mergeEbv(Expr expr, boolean or, CompileContext cc) FnNot.mergeEbv(Expr ex, boolean or, CompileContext cc) protected ExprFnApply.opt(CompileContext cc) protected ExprFnAvg.opt(CompileContext cc) protected ExprFnBoolean.opt(CompileContext cc) protected ExprFnConcat.opt(CompileContext cc) protected ExprFnCount.opt(CompileContext cc) protected ExprFnDistinctValues.opt(CompileContext cc) protected ExprFnEmpty.opt(CompileContext cc) protected ExprFnExactlyOne.opt(CompileContext cc) protected ExprFnExists.opt(CompileContext cc) protected ExprFnFilter.opt(CompileContext cc) protected ExprFnFoldLeft.opt(CompileContext cc) static voidFnFoldLeft.opt(StandardFunc sf, CompileContext cc, boolean array, boolean left) Refines the types of a fold function.protected ExprFnFoldRight.opt(CompileContext cc) protected final ExprFnForEach.opt(CompileContext cc) protected final ExprFnForEachPair.opt(CompileContext cc) protected ExprFnHead.opt(CompileContext cc) protected ExprFnInsertBefore.opt(CompileContext cc) protected ExprFnNot.opt(CompileContext cc) protected ExprFnOneOrMore.opt(CompileContext cc) protected ExprFnRemove.opt(CompileContext cc) protected ExprFnReverse.opt(CompileContext cc) protected ExprFnSort.opt(CompileContext cc) protected ExprFnString.opt(CompileContext cc) protected ExprFnStringJoin.opt(CompileContext cc) protected final ExprFnSubsequence.opt(CompileContext cc) protected ExprFnSubstring.opt(CompileContext cc) protected ExprFnSum.opt(CompileContext cc) protected ExprFnTail.opt(CompileContext cc) protected ExprFnTokenize.opt(CompileContext cc) protected ExprFnZeroOrOne.opt(CompileContext cc) protected final ItemCompute result from range value.static ExprFnCount.simplify(Expr expr, CompileContext cc) Simplify count arguments.protected voidFnBoolean.simplifyArgs(CompileContext cc) protected voidFnData.simplifyArgs(CompileContext cc) protected voidFnDistinctValues.simplifyArgs(CompileContext cc) protected voidFnMin.simplifyArgs(CompileContext cc) protected voidFnNot.simplifyArgs(CompileContext cc) final ExprContextFn.simplifyEbv(Expr expr, CompileContext cc) Optimizes EBV checks.FnCount.simplifyFor(CompileContext.Simplify mode, CompileContext cc) FnData.simplifyFor(CompileContext.Simplify mode, CompileContext cc) FnExists.simplifyFor(CompileContext.Simplify mode, CompileContext cc) FnNumber.simplifyFor(CompileContext.Simplify mode, CompileContext cc) FnReverse.simplifyFor(CompileContext.Simplify mode, CompileContext cc) FnSort.simplifyFor(CompileContext.Simplify mode, CompileContext cc) FnString.simplifyFor(CompileContext.Simplify mode, CompileContext cc) FnStringLength.simplifyFor(CompileContext.Simplify mode, CompileContext cc) protected final ItemFnSum.singleton(SingletonSeq seq, boolean avg) Compute result from singleton value.static Integer[]FnSort.sort(ValueList values, StandardFunc sf, Collation coll, QueryContext qc) Sort the input data and returns integers representing the item order.final ValueFnApply.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) -
Uses of QueryException in org.basex.query.func.ft
Methods in org.basex.query.func.ft that throw QueryExceptionModifier and TypeMethodDescriptionFtContains.item(QueryContext qc, InputInfo ii) FtCount.item(QueryContext qc, InputInfo ii) FtNormalize.item(QueryContext qc, InputInfo ii) FtExtract.iter(QueryContext qc) FtMark.iter(QueryContext qc) FtSearch.iter(QueryContext qc) FtTokens.iter(QueryContext qc) protected ExprFtSearch.opt(CompileContext cc) protected voidFtContains.simplifyArgs(CompileContext cc) protected voidFtSearch.simplifyArgs(CompileContext cc) protected final TokenListFtTokenize.tokens(QueryContext qc, boolean all) Returns all tokens.final 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 QueryException in org.basex.query.func.hash
Methods in org.basex.query.func.hash that throw QueryExceptionModifier and TypeMethodDescriptionHashHash.item(QueryContext qc, InputInfo ii) HashMd5.item(QueryContext qc, InputInfo ii) HashSha1.item(QueryContext qc, InputInfo ii) HashSha256.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.func.hof
Methods in org.basex.query.func.hof that throw QueryExceptionModifier and TypeMethodDescriptionHofDropWhile.iter(QueryContext qc) HofScanLeft.iter(QueryContext qc) HofTakeWhile.iter(QueryContext qc) protected ExprHofFoldLeft1.opt(CompileContext cc) HofDropWhile.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 QueryException in org.basex.query.func.html
Methods in org.basex.query.func.html that throw QueryExceptionModifier and TypeMethodDescriptionHtmlDoc.item(QueryContext qc, InputInfo ii) HtmlParse.item(QueryContext qc, InputInfo ii) protected final ItemHtmlParse.parse(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of QueryException in org.basex.query.func.http
Methods in org.basex.query.func.http that throw QueryException -
Uses of QueryException in org.basex.query.func.index
Methods in org.basex.query.func.index that throw QueryExceptionModifier and TypeMethodDescriptionstatic IterIndexFn.entries(Data data, IndexEntries entries, StandardFunc call) Returns all entries of the specified value index.IndexFacets.item(QueryContext qc, InputInfo ii) final IterIndexElementNames.iter(QueryContext qc) final IterIndexTexts.iter(QueryContext qc) final ValueIndexElementNames.value(QueryContext qc) final ValueIndexTexts.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.inspect
Methods in org.basex.query.func.inspect that throw QueryExceptionModifier and TypeMethodDescriptionInspectContext.item(QueryContext qc, InputInfo ii) InspectFunction.item(QueryContext qc, InputInfo ii) InspectFunctionAnnotations.item(QueryContext qc, InputInfo ii) InspectModule.item(QueryContext qc, InputInfo ii) InspectType.item(QueryContext qc, InputInfo ii) InspectXqdoc.item(QueryContext qc, InputInfo ii) abstract FElemParses a module and returns an inspection element.InspectFunctions.value(QueryContext qc) InspectStaticContext.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.java
Methods in org.basex.query.func.java that throw QueryExceptionModifier and TypeMethodDescriptionprotected abstract ObjectJavaCall.eval(QueryContext qc) Returns the result of the evaluated Java function.protected ObjectStaticJavaCall.eval(QueryContext qc) static JavaCallJavaCall.get(QNm qname, Expr[] args, QueryContext qc, StaticContext sc, InputInfo ii) Returns a new Java function instance.static ValueJavaCall.toValue(Object object, QueryContext qc, StaticContext sc) Converts the specified result to an XQuery value.final ValueJavaCall.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.jobs
Methods in org.basex.query.func.jobs that throw QueryExceptionModifier and TypeMethodDescriptionJobsEval.item(QueryContext qc, InputInfo ii) JobsFinished.item(QueryContext qc, InputInfo ii) JobsInvoke.item(QueryContext qc, InputInfo ii) JobsStop.item(QueryContext qc, InputInfo ii) JobsWait.item(QueryContext qc, InputInfo ii) JobsList.value(QueryContext qc) JobsListDetails.value(QueryContext qc) JobsResult.value(QueryContext qc) JobsServices.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.json
Methods in org.basex.query.func.json that throw QueryExceptionModifier and TypeMethodDescriptionJsonDoc.item(QueryContext qc, InputInfo ii) JsonParse.item(QueryContext qc, InputInfo ii) JsonSerialize.item(QueryContext qc, InputInfo ii) protected final ItemJsonParse.parse(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of QueryException in org.basex.query.func.lazy
Methods in org.basex.query.func.lazy that throw QueryExceptionModifier and TypeMethodDescriptionLazyIsCached.item(QueryContext qc, InputInfo ii) LazyIsLazy.item(QueryContext qc, InputInfo ii) LazyCache.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.map
Methods in org.basex.query.func.map that throw QueryExceptionModifier and TypeMethodDescriptionMapContains.item(QueryContext qc, InputInfo ii) MapEntry.item(QueryContext qc, InputInfo ii) MapMerge.item(QueryContext qc, InputInfo ii) MapPut.item(QueryContext qc, InputInfo ii) MapRemove.item(QueryContext qc, InputInfo ii) MapSize.item(QueryContext qc, InputInfo ii) protected final ExprMapForEach.opt(CompileContext cc) protected ExprMapMerge.opt(CompileContext cc) protected ExprMapPut.opt(CompileContext cc) MapFind.value(QueryContext qc) final ValueMapForEach.value(QueryContext qc) MapGet.value(QueryContext qc) MapKeys.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.math
Methods in org.basex.query.func.math that throw QueryExceptionModifier and TypeMethodDescriptionMathAcos.item(QueryContext qc, InputInfo ii) MathAsin.item(QueryContext qc, InputInfo ii) MathAtan.item(QueryContext qc, InputInfo ii) MathAtan2.item(QueryContext qc, InputInfo ii) MathCos.item(QueryContext qc, InputInfo ii) MathCosh.item(QueryContext qc, InputInfo ii) MathCrc32.item(QueryContext qc, InputInfo ii) MathExp.item(QueryContext qc, InputInfo ii) MathExp10.item(QueryContext qc, InputInfo ii) MathLog.item(QueryContext qc, InputInfo ii) MathLog10.item(QueryContext qc, InputInfo ii) MathPow.item(QueryContext qc, InputInfo ii) MathSin.item(QueryContext qc, InputInfo ii) MathSinh.item(QueryContext qc, InputInfo ii) MathSqrt.item(QueryContext qc, InputInfo ii) MathTan.item(QueryContext qc, InputInfo ii) MathTanh.item(QueryContext qc, InputInfo ii) protected ExprMathFn.opt(CompileContext cc) protected ExprMathPow.opt(CompileContext cc) -
Uses of QueryException in org.basex.query.func.out
Methods in org.basex.query.func.out that throw QueryException -
Uses of QueryException in org.basex.query.func.proc
Methods in org.basex.query.func.proc that throw QueryExceptionModifier and TypeMethodDescriptionProcExecute.item(QueryContext qc, InputInfo ii) ProcFork.item(QueryContext qc, InputInfo ii) ProcProperty.item(QueryContext qc, InputInfo ii) ProcSystem.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.func.prof
Methods in org.basex.query.func.prof that throw QueryExceptionModifier and TypeMethodDescriptionProfGc.item(QueryContext qc, InputInfo ii) ProfHuman.item(QueryContext qc, InputInfo ii) ProfRuntime.item(QueryContext qc, InputInfo ii) ProfSleep.item(QueryContext qc, InputInfo ii) ProfTrack.item(QueryContext qc, InputInfo ii) ProfVoid.item(QueryContext qc, InputInfo ii) ProfDump.value(QueryContext qc) ProfMemory.value(QueryContext qc) ProfTime.value(QueryContext qc) ProfType.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.random
Methods in org.basex.query.func.random that throw QueryExceptionModifier and TypeMethodDescriptionRandomInteger.item(QueryContext qc, InputInfo ii) RandomGaussian.iter(QueryContext qc) RandomSeededDouble.iter(QueryContext qc) RandomSeededInteger.iter(QueryContext qc) RandomGaussian.value(QueryContext qc) RandomSeededDouble.value(QueryContext qc) RandomSeededInteger.value(QueryContext qc) RandomSeededPermutation.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.repo
Methods in org.basex.query.func.repo that throw QueryExceptionModifier and TypeMethodDescriptionRepoDelete.item(QueryContext qc, InputInfo ii) RepoInstall.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.func.sql
Methods in org.basex.query.func.sql that throw QueryExceptionModifier and TypeMethodDescriptionSqlClose.item(QueryContext qc, InputInfo ii) SqlCommit.item(QueryContext qc, InputInfo ii) SqlConnect.item(QueryContext qc, InputInfo ii) SqlInit.item(QueryContext qc, InputInfo ii) SqlPrepare.item(QueryContext qc, InputInfo ii) SqlRollback.item(QueryContext qc, InputInfo ii) SqlExecute.iter(QueryContext qc) SqlExecutePrepared.iter(QueryContext qc) final ValueSqlExecute.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.strings
Methods in org.basex.query.func.strings that throw QueryExceptionModifier and TypeMethodDescriptionStringsColognePhonetic.item(QueryContext qc, InputInfo ii) StringsLevenshtein.item(QueryContext qc, InputInfo ii) StringsSoundex.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.func.unit
Methods in org.basex.query.func.unit that throw QueryExceptionModifier and TypeMethodDescriptionUnitAssert.item(QueryContext qc, InputInfo ii) UnitAssertEquals.item(QueryContext qc, InputInfo ii) UnitFail.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.update
Methods in org.basex.query.func.update that throw QueryExceptionModifier and TypeMethodDescriptionUpdateOutput.item(QueryContext qc, InputInfo ii) UpdateCache.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.user
Methods in org.basex.query.func.user that throw QueryExceptionModifier and TypeMethodDescriptionUserAlter.item(QueryContext qc, InputInfo ii) UserCheck.item(QueryContext qc, InputInfo ii) UserCreate.item(QueryContext qc, InputInfo ii) UserDrop.item(QueryContext qc, InputInfo ii) UserExists.item(QueryContext qc, InputInfo ii) UserGrant.item(QueryContext qc, InputInfo ii) UserInfo.item(QueryContext qc, InputInfo ii) UserPassword.item(QueryContext qc, InputInfo ii) UserUpdateInfo.item(QueryContext qc, InputInfo ii) UserList.value(QueryContext qc) UserListDetails.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.util
Methods in org.basex.query.func.util that throw QueryExceptionModifier and TypeMethodDescriptionUtilDeepEqual.item(QueryContext qc, InputInfo ii) UtilItem.item(QueryContext qc, InputInfo ii) UtilLast.item(QueryContext qc, InputInfo ii) UtilWithin.item(QueryContext qc, InputInfo ii) UtilArrayMembers.iter(QueryContext qc) UtilArrayValues.iter(QueryContext qc) UtilChars.iter(QueryContext qc) UtilDuplicates.iter(QueryContext qc) UtilInit.iter(QueryContext qc) UtilMapEntries.iter(QueryContext qc) UtilOr.iter(QueryContext qc) UtilReplicate.iter(QueryContext qc) protected ExprUtilDdo.opt(CompileContext cc) protected ExprUtilDuplicates.opt(CompileContext cc) protected ExprUtilIf.opt(CompileContext cc) protected ExprUtilInit.opt(CompileContext cc) protected ExprUtilItem.opt(CompileContext cc) protected ExprUtilLast.opt(CompileContext cc) protected ExprUtilOr.opt(CompileContext cc) protected ExprUtilReplicate.opt(CompileContext cc) protected ExprUtilWithin.opt(CompileContext cc) UtilReplicate.simplifyFor(CompileContext.Simplify mode, CompileContext cc) UtilArrayMembers.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 QueryException in org.basex.query.func.validate
Methods in org.basex.query.func.validate that throw QueryExceptionModifier and TypeMethodDescriptionArrayList<org.basex.query.func.validate.ErrorInfo>ValidateDtd.errors(QueryContext qc) ArrayList<org.basex.query.func.validate.ErrorInfo>ValidateRng.errors(QueryContext qc) ArrayList<org.basex.query.func.validate.ErrorInfo>ValidateXsd.errors(QueryContext qc) ValidateDtd.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 QueryException in org.basex.query.func.web
Methods in org.basex.query.func.web that throw QueryExceptionModifier and TypeMethodDescriptionWebContentType.item(QueryContext qc, InputInfo ii) WebCreateUrl.item(QueryContext qc, InputInfo ii) WebDecodeUrl.item(QueryContext qc, InputInfo ii) WebEncodeUrl.item(QueryContext qc, InputInfo ii) WebError.item(QueryContext qc, InputInfo ii) WebForward.item(QueryContext qc, InputInfo ii) WebRedirect.item(QueryContext qc, InputInfo ii) WebResponseHeader.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.xquery
Methods in org.basex.query.func.xquery that throw QueryExceptionModifier and TypeMethodDescriptionXQueryParse.item(QueryContext qc, InputInfo ii) XQueryParseUri.item(QueryContext qc, InputInfo ii) protected final FElemXQueryParse.parse(QueryContext qc, byte[] query, String path) Parses the specified query and returns the resulting query plan.XQueryEval.value(QueryContext qc) XQueryEvalUpdate.value(QueryContext qc) XQueryForkJoin.value(QueryContext qc) XQueryInvoke.value(QueryContext qc) XQueryInvokeUpdate.value(QueryContext qc) -
Uses of QueryException in org.basex.query.func.xslt
Methods in org.basex.query.func.xslt that throw QueryExceptionModifier and TypeMethodDescriptionXsltTransform.item(QueryContext qc, InputInfo ii) XsltTransformText.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.func.zip
Methods in org.basex.query.func.zip that throw QueryExceptionModifier and TypeMethodDescriptionZipBinaryEntry.item(QueryContext qc, InputInfo ii) ZipEntries.item(QueryContext qc, InputInfo ii) ZipHtmlEntry.item(QueryContext qc, InputInfo ii) ZipTextEntry.item(QueryContext qc, InputInfo ii) ZipUpdateEntries.item(QueryContext qc, InputInfo ii) ZipXmlEntry.item(QueryContext qc, InputInfo ii) ZipZipFile.item(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.iter
Methods in org.basex.query.iter that throw QueryExceptionModifier and TypeMethodDescriptionAtomIter.get(long i) Iter.get(long i) Returns the specified item, or an arbitrary item if the index is invalid.AtomIter.next()abstract FTNodeFTIter.next()abstract ItemIter.next()Returns the next item.abstract ANodeNodeIter.next()longIter.size()Returns the iterator size.Iter.value(QueryContext qc, Expr expr) Returns a value with all iterated items. -
Uses of QueryException in org.basex.query.scope
Methods in org.basex.query.scope that throw QueryExceptionModifier and TypeMethodDescriptionvoidMainModule.comp(CompileContext cc) voidScope.comp(CompileContext cc) Compiles the expression contained in this scope.static MainModuleMainModule.get(StaticFunc sf, Expr[] args) Creates a new main module for the specified function.MainModule.iter(QueryContext qc) Creates a result iterator which lazily evaluates this module.MainModule.value(QueryContext qc) Creates the result. -
Uses of QueryException in org.basex.query.up
Methods in org.basex.query.up that throw QueryExceptionModifier and TypeMethodDescriptionvoidUpdates.add(Update up, QueryContext qc) Adds an update primitive to the current context modifier.voidUpdates.apply(QueryContext qc) Executes all updates.Updates.prepare(QueryContext qc) Prepares update operations. -
Uses of QueryException in org.basex.query.up.expr
Methods in org.basex.query.up.expr that throw QueryExceptionModifier and TypeMethodDescriptionvoidTransform.checkUp()voidTransformWith.checkUp()Transform.compile(CompileContext cc) TransformWith.compile(CompileContext cc) Transform.inline(InlineContext ic) TransformWith.inline(InlineContext ic) Delete.item(QueryContext qc, InputInfo ii) Insert.item(QueryContext qc, InputInfo ii) Rename.item(QueryContext qc, InputInfo ii) Replace.item(QueryContext qc, InputInfo ii) Transform.value(QueryContext qc) TransformWith.value(QueryContext qc) -
Uses of QueryException in org.basex.query.up.primitives
Methods in org.basex.query.up.primitives that throw QueryExceptionModifier and TypeMethodDescriptionvoidAdds the contents of the temporary database to the target database.abstract voidMerges two update operations pointing to the same target.voidvoidInserts all documents to be added to a temporary database.Constructors in org.basex.query.up.primitives that throw QueryExceptionModifierConstructorDescriptionConstructor.Constructor.protectedUserPermUpdate(UpdateType type, User user, ArrayList<Perm> perms, StringList patterns, QueryContext qc, InputInfo info) Constructor. -
Uses of QueryException in org.basex.query.up.primitives.db
Methods in org.basex.query.up.primitives.db that throw QueryExceptionModifier and TypeMethodDescriptionvoidDBAdd.apply()voidDBOptimize.apply()voidDBStore.apply()abstract voidDBUpdate.apply()Applies this operation.voidPut.apply()voidvoidvoidDBAdd.prepare()abstract voidDBUpdate.prepare()Prepares this operation.Constructors in org.basex.query.up.primitives.db that throw QueryExceptionModifierConstructorDescriptionConstructor.DBOptimize(Data data, boolean all, Options opts, QueryContext qc, InputInfo info) Constructor. -
Uses of QueryException in org.basex.query.up.primitives.name
Methods in org.basex.query.up.primitives.name that throw QueryExceptionModifier and TypeMethodDescriptionvoidBackupAlter.apply()voidBackupCreate.apply()voidBackupDrop.apply()voidDBAlter.apply()voidDBCopy.apply()voidDBCreate.apply()voidDBDrop.apply()voidDBRestore.apply()abstract voidNameUpdate.apply()Applies this operation.voidvoidvoidvoidvoidDBCreate.prepare()abstract voidNameUpdate.prepare()Prepares this operation.Constructors in org.basex.query.up.primitives.name that throw QueryException -
Uses of QueryException in org.basex.query.up.primitives.node
Methods in org.basex.query.up.primitives.node that throw QueryExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidabstract voidNodeUpdate.prepare(MemData memData, QueryContext qc) Prepares this update primitive before execution.voidReplaceDoc.prepare(MemData memData, QueryContext qc) Constructors in org.basex.query.up.primitives.node that throw QueryExceptionModifierConstructorDescriptionReplaceDoc(int pre, Data data, NewInput input, Options opts, QueryContext qc, InputInfo info) Constructor. -
Uses of QueryException in org.basex.query.util
Methods in org.basex.query.util that throw QueryException -
Uses of QueryException in org.basex.query.util.collation
Methods in org.basex.query.util.collation that throw QueryExceptionModifier and TypeMethodDescriptionbooleanfinal byte[]Returns the substring after a specified string.final byte[]Returns the substring before a specified string.final booleanChecks if a string is contained in another.final booleanChecks if a string ends with another.static CollationCollation.get(byte[] uri, QueryContext qc, StaticContext sc, InputInfo ii, QueryError err) Returns a collation instance for the specified uri.protected abstract intCollation.indexOf(String string, String sub, Collation.Mode mode, InputInfo info) Returns the start or end position of the specified substring.final booleanCollation.startsWith(byte[] string, byte[] sub, InputInfo ii) Checks if a string starts with another. -
Uses of QueryException in org.basex.query.util.format
Methods in org.basex.query.util.format that throw QueryExceptionModifier and TypeMethodDescriptionbyte[]Returns a formatted number.final byte[]Formatter.formatDate(ADate date, byte[] language, byte[] picture, byte[] calendar, byte[] place, StaticContext sc, InputInfo ii) Formats the specified date.Constructors in org.basex.query.util.format that throw QueryExceptionModifierConstructorDescriptionDecFormatter(TokenMap map, InputInfo info) Constructor.Constructor. -
Uses of QueryException in org.basex.query.util.hash
Methods in org.basex.query.util.hash that throw QueryExceptionModifier and TypeMethodDescriptionbooleanbooleanStores the specified key if it has not been stored before.booleanChecks if the specified item exists.intReturns the id of the specified QName, or0if the QName does not exist. -
Uses of QueryException in org.basex.query.util.index
Methods in org.basex.query.util.index that throw QueryExceptionModifier and TypeMethodDescriptionbooleanTries to rewrite the specified input for index access.voidCreates an index expression with an inverted axis path. -
Uses of QueryException in org.basex.query.util.list
Methods in org.basex.query.util.list that throw QueryException -
Uses of QueryException in org.basex.query.util.parse
Methods in org.basex.query.util.parse that throw QueryException -
Uses of QueryException in org.basex.query.util.pkg
Methods in org.basex.query.util.pkg that throw QueryExceptionModifier and TypeMethodDescriptionbooleanModuleLoader.addImport(String uri, QueryParser qp, InputInfo ii) Adds a package from the repository or a Java class.voidChecks package descriptor and if packages involved in dependencies are already installed.voidRemoves a package from the repository.booleanInstalls a package.Parses package descriptor. -
Uses of QueryException in org.basex.query.value
Methods in org.basex.query.value that throw QueryExceptionModifier and TypeMethodDescriptionabstract voidCaches lazy values.abstract intReturns a hash code for this value.Value.materialize(QueryContext qc, QueryError error, InputInfo info) Returns a materialized, context-independent version of this value.abstract ObjectValue.toJava()Returns a Java representation of the value. -
Uses of QueryException in org.basex.query.value.array
Methods in org.basex.query.value.array that throw QueryExceptionModifier and TypeMethodDescriptionfinal ItemXQArray.atomItem(QueryContext qc, InputInfo ii) final ValueXQArray.atomValue(QueryContext qc, InputInfo ii) final voidfinal booleanfinal Valuefinal voidXQArray.string(boolean indent, TokenBuilder tb, int level, InputInfo ii) final Object[]XQArray.toJava() -
Uses of QueryException in org.basex.query.value.item
Methods in org.basex.query.value.item that throw QueryExceptionModifier and TypeMethodDescriptionFuncItem.atomItem(QueryContext qc, InputInfo ii) Item.atomItem(QueryContext qc, InputInfo ii) Evaluates the expression and returns the resulting, atomized item, orEmpty.VALUEif the expression yields an empty sequence.FuncItem.atomValue(QueryContext qc, InputInfo ii) Item.atomValue(QueryContext qc, InputInfo ii) Evaluates the expression and returns the atomized items.byte[]byte[]Returns the binary content.final booleanbooleanReturns a boolean representation of the value.voidvoidvoidCaches lazy values.voidCaches the value.voidvoidabstract FItemFItem.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) Coerces this function item to the given function type.FuncItem.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) final FItemXQData.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) doubleReturns a double representation of the value.Returns a decimal representation of the value.abstract booleanPerforms a deep comparison of two items.booleanintfinal intintfinal intintintintintintintintintintintReturns the difference between the current and the specified item.intintintintfinal booleanADate.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) final booleanAStr.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanAtm.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) final booleanB64.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanBln.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanDbl.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanDec.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) final booleanDur.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) final booleanFItem.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanFlt.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanHex.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanInt.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) abstract booleanItem.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) Compares the items for equality.booleanJav.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanQNm.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) booleanUln.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) final booleanCompares the items for equivalence.floatReturns a float representation of the value.static B64Returns an instance of this class.static B64Returns an instance of this class.static DblReturns an instance of this class.static StrStr.get(Object value, QueryContext qc, InputInfo inf) Returns a string representation of the specified value.abstract ValueGets a value from this item.intFuncItem.inline(Expr[] exprs, CompileContext cc) Returns an input stream.FuncItem.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) final ValueXQData.invokeInternal(QueryContext qc, InputInfo ii, Value[] args) longReturns an integer (long) representation of the value.static byte[]Converts the given token into a byte array.static byte[]Converts the given item to a byte array.static booleanConverts the specified item to a boolean.static doubleConverts the given token into a double value.static BigDecimalConverts the given token into a decimal value.static floatConverts the given item to a float value.static byte[]Converts the given token into a byte array.static byte[]Converts the given item to a byte array.static longConverts the given item to a long primitive.static QNmQNm.resolve(byte[] name, byte[] def, StaticContext sc, InputInfo ii) Resolves a QName string.static QNmQNm.resolve(byte[] name, StaticContext sc) Resolves a QName string.Appends the specified address.final booleanbooleanbooleanbooleanbooleanCompares the items for equality.byte[]final byte[]byte[]abstract byte[]Returns a string representation of the value.byte[]byte[]abstract voidXQData.string(boolean indent, TokenBuilder tb, int level, InputInfo ii) Returns a string representation of the item.Item.test(QueryContext qc, InputInfo ii) abstract voidAdjusts the timezone.voidvoidvoidfinal byte[]Bin.toJava()StrLazy.toJava()Uri.toJava()Constructors in org.basex.query.value.item that throw QueryExceptionModifierConstructorDescriptionConstructor.Constructor.Constructor.Constructor for subtracting two date/time items.Constructor for adding two durations.Constructor for multiplying a duration with a number.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor. -
Uses of QueryException in org.basex.query.value.map
Methods in org.basex.query.value.map that throw QueryExceptionModifier and TypeMethodDescriptionXQMap.addAll(XQMap map, MergeDuplicates merge, QueryContext qc, InputInfo ii) Adds all bindings from the given map intothis.XQMap.atomItem(QueryContext qc, InputInfo ii) XQMap.atomValue(QueryContext qc, InputInfo ii) voidbooleanChecks if the given key exists in the map.booleanDeletes a key from this map.XQMap.forEach(FItem func, QueryContext qc, InputInfo ii) Applies a function on all entries.intvoidAdds key/value strings to the map.voidAdds 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.voidXQMap.string(boolean indent, TokenBuilder tb, int level, InputInfo ii) XQMap.toJava() -
Uses of QueryException in org.basex.query.value.node
Methods in org.basex.query.value.node that throw QueryExceptionModifier and TypeMethodDescriptionfinal doublefinal intfinal booleanANode.eq(Item item, Collation coll, StaticContext sc, InputInfo ii) final longstatic byte[]Checks the specified token for validity.static byte[]Checks the specified token for validity.boolean -
Uses of QueryException in org.basex.query.value.seq
Methods in org.basex.query.value.seq that throw QueryExceptionModifier and TypeMethodDescriptionItemSeq.atomValue(QueryContext qc, InputInfo ii) SingletonSeq.atomValue(QueryContext qc, InputInfo ii) SubSeq.atomValue(QueryContext qc, InputInfo ii) voidvoidvoidItemSeq.ebv(QueryContext qc, InputInfo ii) RangeSeq.ebv(QueryContext qc, InputInfo ii) SingletonSeq.ebv(QueryContext qc, InputInfo ii) SubSeq.ebv(QueryContext qc, InputInfo ii) static ValueTries to create a typed sequence with the items of the specified values.final intstatic intSeq.initialCapacity(long size) Returns an initial array capacity for the expected result size.final ItemSeq.item(QueryContext qc, InputInfo ii) IntSeq.simplifyFor(CompileContext.Simplify mode, CompileContext cc) SingletonSeq.simplifyFor(CompileContext.Simplify mode, CompileContext cc) final ItemSeq.test(QueryContext qc, InputInfo ii) Seq.toJava() -
Uses of QueryException in org.basex.query.value.seq.tree
Methods in org.basex.query.value.seq.tree that throw QueryExceptionModifier and TypeMethodDescriptionfinal ValueTreeSeq.atomValue(QueryContext qc, InputInfo ii) final voidfinal ItemTreeSeq.ebv(QueryContext qc, InputInfo ii) -
Uses of QueryException in org.basex.query.value.type
Methods in org.basex.query.value.type that return QueryExceptionModifier and TypeMethodDescriptionfinal QueryExceptionReturns a cast exception.final QueryExceptionReturns a cast exception.Methods in org.basex.query.value.type that throw QueryExceptionModifier and TypeMethodDescriptionArrayType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) AtomType.cast(Object value, QueryContext qc, StaticContext sc, InputInfo ii) AtomType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) FuncType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) final ValueListType.cast(Object value, QueryContext qc, StaticContext sc, InputInfo ii) final ValueListType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) MapType.cast(Item item, QueryContext qc, StaticContext sc, InputInfo ii) NodeType.cast(Object value, QueryContext qc, StaticContext sc, InputInfo ii) final ItemNodeType.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 ItemAtomType.castString(String value, QueryContext qc, StaticContext sc, InputInfo ii) final ValueListType.castString(String value, QueryContext qc, StaticContext sc, InputInfo ii) final ItemNodeType.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.voidSeqType.promote(Item item, QNm name, ItemList items, QueryContext qc, StaticContext sc, InputInfo ii, boolean opt) Promotes the specified item to this item 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 QueryException in org.basex.query.var
Methods in org.basex.query.var that throw QueryExceptionModifier and TypeMethodDescriptionvoidVariables.bindExternal(QueryContext qc, QNmMap<Value> bindings) Binds all external variables.voidVariables.check()Checks if all variables were declared and are visible to all their references.Var.checked(Expr expr, CompileContext cc) Returns an equivalent to the given expression that checks this variable's type.voidChecks if the type of the specified expression could be converted to the sequence type of this variable.Var.checkType(Value value, QueryContext qc, boolean opt) Checks the type of this value and casts/promotes it when necessary.voidVariables.checkUp()Ensures that none of the variable expressions is updating.voidStaticVar.comp(CompileContext cc) Declares a new static variable.VarRef.inline(InlineContext ic) org.basex.query.var.StaticVarRefVariables.newRef(QNm name, StaticContext sc, InputInfo ii) Returns a new reference to the (possibly not yet declared) variable with the given name.voidVar.refineType(SeqType st, long size, CompileContext cc) Tries to refine the type of this variable through the type of the bound expression.voidVar.refineType(SeqType st, CompileContext cc) Tries to refine the type of this variable through the type of the bound expression.voidQueryStack.set(Var var, Value value, QueryContext qc) Sets the value of the given variable in the current stack frame. -
Uses of QueryException in org.basex.util.ft
Methods in org.basex.util.ft that throw QueryException -
Uses of QueryException in org.basex.util.http
Methods in org.basex.util.http that throw QueryExceptionModifier and TypeMethodDescriptionHttpResponse.getResponse(HttpURLConnection conn, boolean body, String mtype) Constructs http:response element and reads HTTP response content.Returns a map with multipart form data.Parses an http:request element.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. -
Uses of QueryException in org.basex.util.options
Methods in org.basex.util.options that throw QueryException