Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.util.collation |
Collation-specific code.
|
org.basex.query.value.item |
Modifier and Type | Method and Description |
---|---|
QueryError |
QueryException.error()
Returns the error.
|
static QueryError |
QueryError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryError[] |
QueryError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueryException |
QuerySuggest.error(QueryError err,
Object... arg) |
Constructor and Description |
---|
QueryException(InputInfo info,
QueryError error,
Object... ext)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
StandardFunc.serialize(Iter ir,
SerializerOptions opts,
QueryError err)
Serializes the data from the specified iterator.
|
protected String |
StandardFunc.toEncoding(int i,
QueryError err,
QueryContext qc)
Returns a normalized encoding representation.
|
Modifier and Type | Method and Description |
---|---|
static Collation |
Collation.get(byte[] uri,
QueryContext qc,
StaticContext sc,
InputInfo info,
QueryError err)
Returns a collation instance for the specified uri.
|
Constructor and Description |
---|
B64Stream(IO input,
QueryError error)
Constructor.
|
StrStream(IO input,
String encoding,
QueryError error,
QueryContext qc)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.