|
||||||||||
| 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.Atm
public final class Atm
Untyped atomic item.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.basex.query.expr.Expr |
|---|
Expr.Use |
| Field Summary |
|---|
| Fields inherited from class org.basex.query.item.Str |
|---|
direct, ZERO |
| Fields inherited from class org.basex.query.item.Item |
|---|
score, type |
| Constructor Summary | |
|---|---|
Atm(byte[] v)
Constructor. |
|
| Method Summary | |
|---|---|
int |
diff(Item it)
Returns the difference between the current and the specified item. |
boolean |
eq(Item it)
Checks the items for equality. |
| Methods inherited from class org.basex.query.item.Str |
|---|
bool, dbl, dec, flt, get, get, itr, str, toString |
| Methods inherited from class org.basex.query.item.Item |
|---|
atomic, comp, d, duplicates, ebv, hashCode, i, iter, iter, java, n, name, node, plan, removable, returned, s, score, score, serialize, size, test, u, uses |
| Methods inherited from class org.basex.query.expr.Expr |
|---|
addText, checkCtx, checkDbl, checkItr, e, indexAccessible, indexEquivalent, remove, sameAs, v |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Atm(byte[] v)
v - value| Method Detail |
|---|
public boolean eq(Item it)
throws QueryException
Item
eq in class Strit - item to be compared
QueryException - query exception
public int diff(Item it)
throws QueryException
Item
diff in class Strit - item to be compared
QueryException - query exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||