Uses of Enum Class
org.basex.query.QueryError
Packages that use QueryError
Package
Description
Database core classes.
XQuery implementation.
XQuery expressions.
XQuery functions.
Collation-specific code.
XQuery values.
-
Uses of QueryError in org.basex.core
Methods in org.basex.core with parameters of type QueryErrorModifier and TypeMethodDescriptionprotected static voidSandbox.error(String query, QueryError... error) Checks if a query yields the specified error code.protected static voidSandbox.error(String query, QueryException ex, QueryError... errors) Checks if an exception yields one of the specified error codes. -
Uses of QueryError in org.basex.query
Methods in org.basex.query that return QueryErrorModifier and TypeMethodDescriptionfinal QueryErrorQueryException.error()Returns the error.static QueryErrorReturns the enum constant of this class with the specified name.static QueryError[]QueryError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.query with parameters of type QueryErrorModifier and TypeMethodDescriptionQueryParser.error(QueryError error, InputInfo ii, Object... arg) Creates the specified error.QuerySuggest.error(QueryError err, InputInfo ii, Object... arg) static QueryExceptionThrows a type exception.Constructors in org.basex.query with parameters of type QueryErrorModifierConstructorDescriptionQueryException(InputInfo info, QueryError error, Object... ext) Default constructor. -
Uses of QueryError in org.basex.query.expr
Methods in org.basex.query.expr that return QueryError -
Uses of QueryError in org.basex.query.func
Methods in org.basex.query.func with parameters of type QueryErrorModifier and TypeMethodDescriptionprotected final byte[]StandardFunc.serialize(Iter iter, SerializerOptions opts, QueryError err, QueryContext qc) Serializes the data from the specified iterator.protected final StringStandardFunc.toEncodingOrNull(int i, QueryError err, QueryContext qc) Returns a normalized encoding representation. -
Uses of QueryError in org.basex.query.util.collation
Methods in org.basex.query.util.collation with parameters of type QueryErrorModifier and TypeMethodDescriptionstatic CollationCollation.get(byte[] uri, QueryContext qc, StaticContext sc, InputInfo ii, QueryError err) Returns a collation instance for the specified uri. -
Uses of QueryError in org.basex.query.value
Methods in org.basex.query.value with parameters of type QueryErrorModifier and TypeMethodDescriptionValue.materialize(QueryContext qc, QueryError error, InputInfo info) Returns a materialized, context-independent version of this value. -
Uses of QueryError in org.basex.query.value.item
Constructors in org.basex.query.value.item with parameters of type QueryErrorModifierConstructorDescriptionB64Lazy(IO input, QueryError error) Constructor.StrLazy(IO input, String encoding, QueryError error, boolean validate) Constructor.