|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Uri | |
---|---|
org.basex.query | XQuery implementation. |
org.basex.query.util | XQuery utility classes. |
org.basex.query.value.item |
Uses of Uri in org.basex.query |
---|
Methods in org.basex.query that return Uri | |
---|---|
Uri |
StaticContext.baseURI()
Returns the static base URI. |
Uses of Uri in org.basex.query.util |
---|
Methods in org.basex.query.util that return Uri | |
---|---|
Uri |
ClientSessions.add(ClientSession cs)
Adds a session. |
Methods in org.basex.query.util with parameters of type Uri | |
---|---|
ClientSession |
ClientSessions.get(Uri id)
Returns a session. |
void |
ClientSessions.remove(Uri id)
Removes a session. |
Uses of Uri in org.basex.query.value.item |
---|
Fields in org.basex.query.value.item declared as Uri | |
---|---|
static Uri |
Uri.EMPTY
Empty URI. |
Methods in org.basex.query.value.item that return Uri | |
---|---|
Uri |
Uri.resolve(Uri add,
InputInfo info)
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. |
static Uri |
Uri.uri(java.lang.String uri)
Creates a new uri instance. |
Methods in org.basex.query.value.item with parameters of type Uri | |
---|---|
Uri |
Uri.resolve(Uri add,
InputInfo info)
Appends the specified address. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |