Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.value.item |
Modifier and Type | Method and Description |
---|---|
Uri |
StaticContext.baseURI()
Returns the static base URI.
|
Modifier and Type | Field and Description |
---|---|
static Uri |
Uri.EMPTY
Empty URI.
|
Modifier and Type | Method and Description |
---|---|
Uri |
Uri.resolve(Uri add,
InputInfo info)
Appends the specified address.
|
static Uri |
Uri.uri(byte[] value)
Creates a new uri instance.
|
static Uri |
Uri.uri(byte[] value,
boolean normalize)
Creates a new uri instance.
|
static Uri |
Uri.uri(String value)
Creates a new uri instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Uri.eq(Uri uri)
Checks the URIs for equality.
|
Uri |
Uri.resolve(Uri add,
InputInfo info)
Appends the specified address.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.