|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Expr
org.basex.query.xquery.item.Item
org.basex.query.xquery.item.Str
org.basex.query.xquery.item.URI
public final class URI
URI item.
| Field Summary | |
|---|---|
static URI |
BX
Default namespace. |
static URI |
EMPTY
Empty URI. |
static URI |
FN
Default namespace. |
static URI |
XML
Default namespace. |
static URI |
XS
Default namespace. |
| Fields inherited from class org.basex.query.xquery.item.Str |
|---|
ZERO |
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
URI()
Empty Constructor. |
|
URI(byte[] v)
Constructor. |
|
URI(byte[] v,
boolean x)
Constructor. |
|
| Method Summary | |
|---|---|
static byte[] |
append(byte[] uri,
byte[] add)
Appends the specified address. |
static boolean |
check(byte[] v)
Compares the specified uri. |
boolean |
eq(URI uri)
Compares the specified uri. |
| Methods inherited from class org.basex.query.xquery.item.Str |
|---|
bool, dbl, diff, eq, flt, get, itr, s, serialize, serialize, str, toString |
| Methods inherited from class org.basex.query.xquery.item.Item |
|---|
castErr, comp, eval, i, info, iter, serialize, size |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, n, node, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final URI BX
public static final URI EMPTY
public static final URI FN
public static final URI XML
public static final URI XS
| Constructor Detail |
|---|
public URI()
public URI(byte[] v)
throws XQException
v - value
XQException - evaluation exception
public URI(byte[] v,
boolean x)
v - valuex - dummy flag| Method Detail |
|---|
public static byte[] append(byte[] uri,
byte[] add)
uri - uriadd - address to be appended
public static boolean check(byte[] v)
v - uri to be compared
public boolean eq(URI uri)
uri - uri to be compared
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||