| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.up.primitives |
| Modifier and Type | Method and Description |
|---|---|
Uri |
StaticContext.baseURI()
Returns the static base URI.
|
Uri |
StaticContext.collation()
Returns the URI of the default collation.
|
| Modifier and Type | Field and Description |
|---|---|
static Uri |
Uri.EMPTY
Empty URI.
|
| Modifier and Type | Method and Description |
|---|---|
Uri |
Uri.resolve(Uri add)
Appends the specified address.
|
static Uri |
Uri.uri(byte[] uri)
Creates a new uri instance.
|
static Uri |
Uri.uri(byte[] uri,
boolean normalize)
Creates a new uri instance.
|
| Modifier and Type | Method and Description |
|---|---|
Uri |
Uri.resolve(Uri add)
Appends the specified address.
|
| Constructor and Description |
|---|
Put(InputInfo i,
int p,
Data d,
Uri u,
QueryContext context)
Constructor.
|