| Package | Description |
|---|---|
| org.basex.io.serial | |
| org.basex.query |
XQuery implementation.
|
| org.basex.query.util |
XQuery utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static SerializerException |
SerializerProp.error(java.lang.Object key,
java.lang.String found,
java.lang.String... allowed)
Returns an exception string for a wrong key.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
SerializerProp.check(java.lang.Object[] key,
java.lang.String... allowed)
Retrieves a value from the specified property and checks allowed values.
|
static SerializerException |
SerializerProp.error(java.lang.Object key,
java.lang.String found,
java.lang.String... allowed)
Returns an exception string for a wrong key.
|
boolean |
SerializerProp.yes(java.lang.Object[] key)
Retrieves a value from the specified property and checks for its boolean
value.
|
| Constructor and Description |
|---|
SerializerProp(java.lang.String s)
Constructor, specifying initial properties.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerProp |
QueryContext.serParams(boolean optional)
Returns the serialization parameters used for and specified by this query.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerException |
Err.thrwSerial(java.lang.Object... ext)
Throws a serializer exception.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerException |
Err.thrwSerial(java.lang.Object... ext)
Throws a serializer exception.
|