|
||||||||||
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.xquery.expr.Expr
org.basex.query.xquery.item.Item
org.basex.query.xquery.item.Str
org.basex.query.xquery.item.Atm
public final class Atm
Untyped atomic item.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr |
---|
Expr.Return, Expr.Using |
Field Summary |
---|
Fields inherited from class org.basex.query.xquery.item.Str |
---|
direct, ZERO |
Fields inherited from class org.basex.query.xquery.item.Item |
---|
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.xquery.item.Str |
---|
bool, dbl, dec, flt, get, get, iter, itr, str, toString |
Methods inherited from class org.basex.query.xquery.item.Item |
---|
castErr, comp, d, hash, i, iter, iter, java, n, name, node, plan, returned, s, score, score, serialize, size, u, uses |
Methods inherited from class org.basex.query.xquery.expr.Expr |
---|
e |
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 |
Constructor Detail |
---|
public Atm(byte[] v)
v
- valueMethod Detail |
---|
public boolean eq(Item it) throws XQException
Item
eq
in class Str
it
- item to be compared.
XQException
- evaluation exceptionpublic int diff(Item it) throws XQException
Item
diff
in class Str
it
- item to be compared.
XQException
- evaluation exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |