|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.expr.Expr
org.basex.query.item.Item
org.basex.query.item.Str
org.basex.query.item.Uri
public final class Uri
URI item.
| Field Summary | |
|---|---|
static Uri |
EMPTY
Empty URI. |
| Fields inherited from class org.basex.query.item.Str |
|---|
direct, ZERO |
| Fields inherited from class org.basex.query.item.Item |
|---|
type |
| Method Summary | |
|---|---|
boolean |
absolute()
Returns if this is an absolute URI. |
boolean |
eq(Uri uri)
Compares the specified uri. |
Uri |
resolve(Uri add)
Appends the specified address. |
static Uri |
uri(byte[] v)
Creates a new uri instance. |
boolean |
valid()
Checks the validity of this URI. |
| Methods inherited from class org.basex.query.item.Str |
|---|
bool, dbl, dec, diff, eq, flt, get, get, itr, str, toString |
| Methods inherited from class org.basex.query.item.Item |
|---|
atomic, castErr, comp, d, duplicates, ebv, hash, i, iter, iter, java, n, name, node, plan, removable, returned, s, score, score, serialize, test, u, uses |
| Methods inherited from class org.basex.query.expr.Expr |
|---|
addText, checkCtx, checkDbl, checkItr, e, indexAccessible, indexEquivalent, remove, sameAs, size |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Uri EMPTY
| Method Detail |
|---|
public static Uri uri(byte[] v)
v - value
public boolean eq(Uri uri)
uri - uri to be compared
public Uri resolve(Uri add)
add - address to be appended
public boolean absolute()
public boolean valid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||