| Package | Description |
|---|---|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.item.map | |
| org.basex.query.util.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
Atm
Untyped atomic item.
|
class |
Uri
URI item.
|
| Modifier and Type | Field and Description |
|---|---|
static Str |
Str.ZERO
Zero-length string.
|
| Modifier and Type | Method and Description |
|---|---|
static Str |
Str.get(byte[] v)
Returns an instance of this class.
|
static Str |
Str.get(java.lang.Object v)
Returns an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
Str |
Map.collation()
Collation of this map.
|
| Modifier and Type | Method and Description |
|---|---|
Str |
Encryption.encryption(byte[] in,
byte[] s,
byte[] k,
byte[] a,
boolean ec)
Encrypts or decrypts the given input.
|