Package org.basex.query.value.seq

Class Summary
BlnSeq Sequence of items of type xs:boolean, containing at least two of them.
BytSeq Sequence of items of type xs:byte, containing at least two of them.
DblSeq Sequence of items of type xs:double, containing at least two of them.
DBNodeSeq Sequence, containing at least two ordered database nodes.
DecSeq Sequence of items of type xs:decimal, containing at least two of them.
Empty Empty sequence.
FltSeq Sequence of items of type xs:float, containing at least two of them.
IntSeq Sequence of items of type xs:integer, containing at least two of them.
ItemSeq Sequence, containing at least two items.
NativeSeq Sequence of items, which are stored in their primitive/native representation.
RangeSeq Range sequence, containing at least two integers.
Seq Sequence, containing at least two items.
StrSeq Sequence of items of type xs:string, containing at least two of them.