Uses of Class
org.basex.query.item.SeqType

Packages that use SeqType
org.basex.query.expr This package contains all XQuery expressions. 
org.basex.query.util This package contains XQuery utility classes. 
 

Uses of SeqType in org.basex.query.expr
 

Constructors in org.basex.query.expr with parameters of type SeqType
Cast(Expr e, SeqType t)
          Function constructor.
Castable(Expr e, SeqType s)
          Constructor.
Instance(Expr e, SeqType s)
          Constructor.
Treat(Expr e, SeqType s)
          Constructor.
 

Uses of SeqType in org.basex.query.util
 

Fields in org.basex.query.util declared as SeqType
 SeqType Var.type
          Data type.
 

Constructors in org.basex.query.util with parameters of type SeqType
Var(QNm n, SeqType t, boolean g)
          Constructor.