|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Uri | |
|---|---|
| org.basex.query.xquery | Includes an implementation of XQuery 1.0. |
| org.basex.query.xquery.item | Contains XQuery 1.0 data types. |
| Uses of Uri in org.basex.query.xquery |
|---|
| Fields in org.basex.query.xquery declared as Uri | |
|---|---|
Uri |
XQContext.baseURI
Static Base URI. |
Uri |
XQContext.collation
Default collation. |
| Methods in org.basex.query.xquery with parameters of type Uri | |
|---|---|
void |
XQParser.parse(java.lang.String q,
IO f,
Uri u)
Parses the specified query. |
void |
XQParser.parse(Uri u,
boolean end)
Parses the specified query. |
| Uses of Uri in org.basex.query.xquery.item |
|---|
| Fields in org.basex.query.xquery.item declared as Uri | |
|---|---|
static Uri |
Uri.EMPTY
Empty URI. |
Uri |
QNm.uri
URI. |
| Methods in org.basex.query.xquery.item that return Uri | |
|---|---|
Uri |
Uri.resolve(Uri add)
Appends the specified address. |
static Uri |
Uri.uri(byte[] v)
Creates a new uri instance. |
| Methods in org.basex.query.xquery.item with parameters of type Uri | |
|---|---|
boolean |
Uri.eq(Uri uri)
Compares the specified uri. |
Uri |
Uri.resolve(Uri add)
Appends the specified address. |
| Constructors in org.basex.query.xquery.item with parameters of type Uri | |
|---|---|
QNm(byte[] n,
Uri u)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||