Uses of Class
org.basex.query.value.seq.Seq

Packages that use Seq
org.basex.query.value.seq   
 

Uses of Seq in org.basex.query.value.seq
 

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