|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Expr
org.basex.query.xquery.item.Item
org.basex.query.xquery.item.Seq
org.basex.query.xquery.item.SeqRange
public final class SeqRange
Range sequence.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.item.Seq |
|---|
EMPTY |
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
SeqRange(long mn,
long mx)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
bool()
Returns a boolean representation of the item. |
boolean |
e()
Returns if this is an empty sequence. |
Iter |
iter()
Returns an iterator. |
int |
size()
Returns the sequence size or 0. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xquery.item.Seq |
|---|
diff, eq, str |
| Methods inherited from class org.basex.query.xquery.item.Item |
|---|
castErr, comp, dbl, eval, flt, i, info, itr, serialize, serialize |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, n, node, s, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SeqRange(long mn,
long mx)
mn - minimum valuemx - maximum value| Method Detail |
|---|
public boolean bool()
throws XQException
Item
bool in class SeqXQException - evaluation exceptionpublic boolean e()
Expr
e in class Seqpublic Iter iter()
Item
iter in class Seqpublic int size()
Expr
size in class Seqpublic java.lang.String toString()
toString in class Seq
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||