|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Uri | |
---|---|
org.basex.query | This package contains the XQuery implementation. |
org.basex.query.item | This package contains XQuery data types. |
org.basex.query.up.primitives | This package contains XQuery Update primitives. |
Uses of Uri in org.basex.query |
---|
Fields in org.basex.query declared as Uri | |
---|---|
Uri |
QueryContext.baseURI
Static Base URI. |
Uri |
QueryContext.collation
Default collation. |
Methods in org.basex.query with parameters of type Uri | |
---|---|
Expr |
QueryParser.parse(String q,
IO f,
Uri u)
Parses the specified query. |
Expr |
QueryParser.parse(Uri u,
boolean end)
Parses the specified query. |
Uses of Uri in org.basex.query.item |
---|
Fields in org.basex.query.item declared as Uri | |
---|---|
static Uri |
Uri.EMPTY
Empty URI. |
Uri |
QNm.uri
URI. |
Methods in org.basex.query.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.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.item with parameters of type Uri | |
---|---|
QNm(byte[] n,
Uri u)
Constructor. |
Uses of Uri in org.basex.query.up.primitives |
---|
Constructors in org.basex.query.up.primitives with parameters of type Uri | |
---|---|
Put(Nod n,
Uri uri)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |