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