|
||||||||||
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.B64
public final class B64
Base64Binary 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 | |
---|---|
B64(byte[] d)
Constructor. |
|
B64(Hex h)
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 B64(Hex h)
h
- hex itempublic B64(byte[] d) throws XQException
d
- data
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 |