|
||||||||||
| 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.B64
public final class B64
Base64Binary item. Derived from java.util.prefs.Base64.
| 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 | |
|---|---|
B64(byte[] d)
Constructor. |
|
B64(Hex h)
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 B64(Hex h)
h - hex item
public B64(byte[] d)
throws QueryException
d - data
QueryException - query exception| Method Detail |
|---|
public byte[] str()
Item
str in class Item
public boolean eq(Item it)
throws QueryException
Item
eq in class Itemit - item to be compared
QueryException - query exceptionpublic Object java()
Item
java in class Itempublic String toString()
toString in class Item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||