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

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

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

Subclasses of NativeSeq 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 StrSeq
          Sequence of items of type xs:string, containing at least two of them.