Constructor and Description |
---|
B64(Bin bin,
InputInfo ii)
Constructor.
|
B64(byte[] data)
Constructor.
|
B64(byte[] value,
InputInfo ii)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
diff(Item it,
Collation coll,
InputInfo ii)
Returns the difference between the current and the specified item.
|
boolean |
eq(Item it,
Collation coll,
StaticContext sc,
InputInfo ii)
Checks the items for equality.
|
byte[] |
string(InputInfo ii)
Returns a string representation of the value.
|
String |
toString() |
atomItem, atomItem, atomSize, atomValue, bool, comparable, dbl, dec, description, ebv, equiv, flt, hash, homogeneous, item, itemAt, iter, iterable, itr, materialize, plan, score, score, seqType, size, test, typeId, writeTo, xdmInfo
accept, atomValue, cache, checkUp, compile, copy, count, exprSize, has, inline, isValue, iter, iterator, removable, serialize, serialize, value
atomIter, data, hasFreeVars, indexAccessible, inlineAll, isEmpty, isFunction, isVacuous, markTailCalls, optimize, optimizeEbv, typeCheck, uses, visitAll
public B64(byte[] data)
data
- binary datapublic B64(byte[] value, InputInfo ii) throws QueryException
value
- textual representationii
- input infoQueryException
- query exceptionpublic B64(Bin bin, InputInfo ii) throws QueryException
bin
- base64 inputii
- input infoQueryException
- query exceptionpublic byte[] string(InputInfo ii) throws QueryException
Item
string
in class Item
ii
- input info, use null
if none is availableQueryException
- if the item can't be atomizedpublic final boolean eq(Item it, Collation coll, StaticContext sc, InputInfo ii) throws QueryException
Item
eq
in class Item
it
- item to be comparedcoll
- collationsc
- static contextii
- input infoQueryException
- query exceptionpublic final int diff(Item it, Collation coll, InputInfo ii) throws QueryException
Item
diff
in class Item
it
- item to be comparedcoll
- query contextii
- input infoQueryException
- query exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.