|
||||||||||
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.Date
org.basex.query.item.DSim
public final class DSim
Simple date item.
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.Date |
---|
df, xc |
Fields inherited from class org.basex.query.item.Item |
---|
score, type |
Method Summary | |
---|---|
int |
diff(Item it)
Returns the difference between the current and the specified item. |
Methods inherited from class org.basex.query.item.Date |
---|
days, eq, java, seconds, str, toString |
Methods inherited from class org.basex.query.item.Item |
---|
atomic, bool, comp, d, dbl, dec, 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 |
Method Detail |
---|
public int diff(Item it) throws QueryException
Item
diff
in class Date
it
- item to be compared
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |