|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Err | |
---|---|
org.basex.query | XQuery implementation. |
org.basex.query.func | XQuery functions. |
org.basex.query.util | XQuery utility classes. |
org.basex.query.value.item |
Uses of Err in org.basex.query |
---|
Methods in org.basex.query that return Err | |
---|---|
Err |
QueryException.err()
Returns the error. |
Methods in org.basex.query with parameters of type Err | |
---|---|
QueryException |
QueryException.err(Err e)
Sets an error. |
QueryException |
QueryParser.error(Err err,
java.lang.Object... arg)
Throws the specified error. |
QueryException |
QuerySuggest.error(Err err,
java.lang.Object... arg)
|
Constructors in org.basex.query with parameters of type Err | |
---|---|
QueryException(InputInfo ii,
Err er,
java.lang.Object... ext)
Default constructor. |
Uses of Err in org.basex.query.func |
---|
Methods in org.basex.query.func with parameters of type Err | |
---|---|
protected java.lang.String |
StandardFunc.encoding(int i,
Err err,
QueryContext ctx)
Returns a normalized encoding representation. |
Uses of Err in org.basex.query.util |
---|
Fields in org.basex.query.util declared as Err | |
---|---|
static Err[] |
Err.VALUES
Cached enums (faster). |
Methods in org.basex.query.util that return Err | |
---|---|
static Err |
Err.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Err[] |
Err.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.basex.query.util with parameters of type Err | |
---|---|
static Collation |
Collation.get(byte[] uri,
QueryContext ctx,
InputInfo info,
Err err)
Returns a collation instance for the specified uri. |
Uses of Err in org.basex.query.value.item |
---|
Constructors in org.basex.query.value.item with parameters of type Err | |
---|---|
B64Stream(IO in,
Err err)
Constructor. |
|
StrStream(IO io,
java.lang.String enc,
Err err,
QueryContext ctx)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |