|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.data.ExprInfo
org.basex.query.expr.Expr
org.basex.query.value.Value
org.basex.query.value.item.Item
org.basex.query.value.item.Bin
public abstract class Bin
Abstract class for binary items.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.basex.query.expr.Expr |
---|
Expr.Flag |
Field Summary |
---|
Fields inherited from class org.basex.query.value.item.Item |
---|
score, UNDEF |
Fields inherited from class org.basex.query.value.Value |
---|
type |
Method Summary | |
---|---|
byte[] |
binary(InputInfo ii)
Returns the binary content. |
BufferInput |
input(InputInfo ii)
Returns an input stream. |
boolean |
sameAs(Expr cmp)
Compares the current and specified expression for equality. |
byte[] |
toJava()
Returns a Java representation of the value. |
Methods inherited from class org.basex.query.value.item.Item |
---|
bool, castErr, comparable, dbl, dec, description, diff, ebv, eq, equiv, flt, hash, homogeneous, isItem, item, itemAt, iter, iterable, itr, materialize, plan, score, score, size, string, test, type, typeId, writeTo, xdmInfo |
Methods inherited from class org.basex.query.value.Value |
---|
accept, cache, checkUp, compile, copy, count, data, exprSize, has, inline, isValue, iter, iterator, removable, serialize, value |
Methods inherited from class org.basex.query.expr.Expr |
---|
addText, compEbv, copy, hasFreeVars, indexAccessible, indexEquivalent, inlineAll, isEmpty, isFunction, isVacuous, markTailCalls, optimize, uses, visitAll |
Methods inherited from class org.basex.data.ExprInfo |
---|
addPlan, addPlan, info, planAttr, planElem, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public byte[] binary(InputInfo ii) throws QueryException
ii
- input info
QueryException
- query exceptionpublic BufferInput input(InputInfo ii) throws QueryException
Item
input
in class Item
ii
- input info
QueryException
- query exceptionpublic final byte[] toJava() throws QueryException
Value
toJava
in class Value
QueryException
- query exceptionpublic final boolean sameAs(Expr cmp)
Expr
sameAs
in class Expr
cmp
- expression to be compared
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |