|
||||||||||
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.Hex
public final class Hex
HexBinary 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.Item |
---|
score, type |
Constructor Summary | |
---|---|
Hex(B64 b)
Constructor. |
|
Hex(byte[] v)
Constructor. |
Method Summary | |
---|---|
boolean |
eq(Item it)
Checks the items for equality. |
Object |
java()
Returns a Java object. |
byte[] |
str()
Returns an atomized string. |
String |
toString()
|
Methods inherited from class org.basex.query.item.Item |
---|
atomic, bool, comp, d, dbl, dec, diff, duplicates, ebv, flt, hashCode, i, iter, iter, itr, 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 Hex(B64 b)
b
- base64 datapublic Hex(byte[] v) throws QueryException
v
- value
QueryException
- query exceptionMethod Detail |
---|
public byte[] str()
Item
str
in class Item
public boolean eq(Item it) throws QueryException
Item
eq
in class Item
it
- item to be compared
QueryException
- query exceptionpublic Object java()
Item
java
in class Item
public String toString()
toString
in class Item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |