Uses of Class
org.basex.query.xquery.item.Type

Packages that use Type
org.basex.query.xquery.expr Contains XQuery 1.0 expressions. 
org.basex.query.xquery.item Contains XQuery 1.0 data types. 
org.basex.query.xquery.path Contains XQuery 1.0 path expressions. 
org.basex.query.xquery.util Contains XQuery utility classes. 
 

Uses of Type in org.basex.query.xquery.expr
 

Fields in org.basex.query.xquery.expr declared as Type
 Type Expr.type
          Data type.
 

Methods in org.basex.query.xquery.expr that return Type
static Type Calc.type(Item a, Item b)
          Returns the numeric type with the highest precedence.
 

Uses of Type in org.basex.query.xquery.item
 

Fields in org.basex.query.xquery.item declared as Type
 Type Type.par
          Parent type.
 Type SeqType.type
          Sequence type.
 

Methods in org.basex.query.xquery.item that return Type
static Type Type.find(QNm type, boolean nodes)
          Finds and returns the specified data type.
static Type Type.node(QNm type)
          Finds and returns the specified node type.
static Type Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.query.xquery.item with parameters of type Type
 boolean Type.instance(Type t)
          Checks recursively if the specified type is an instance of the current type.
 

Constructors in org.basex.query.xquery.item with parameters of type Type
Dec(long v, Type t)
          Constructor.
DNode(Data d, int p, Node r, Type t)
          Constructor.
Dur(byte[] v, Type t)
          Constructor.
Dur(Dur d, Type t)
          Constructor.
Itr(long v, Type t)
          Constructor.
NCN(byte[] v, Type t)
          Constructor.
Seq(Type t)
          Constructor.
Str(byte[] v, Type t)
          Constructor.
 

Uses of Type in org.basex.query.xquery.path
 

Fields in org.basex.query.xquery.path declared as Type
 Type Test.type
          Node test.
 

Constructors in org.basex.query.xquery.path with parameters of type Type
Test(Type t)
          Constructor.
Test(Type t, byte[] ext, XQContext ctx)
          Constructor.
 

Uses of Type in org.basex.query.xquery.util
 

Methods in org.basex.query.xquery.util with parameters of type Type
static Item Err.cast(Type t, Item it)
          Throws a numeric type exception.
static Item Err.date(Type t, java.lang.String ex)
          Throws a date format exception.
static Item Err.range(Type t, byte[] v)
          Throws a date range exception.
static Item Err.type(java.lang.String inf, Type t, Item it)
          Throws a type exception.
static Item Err.value(Type t, java.lang.Object v)
          Throws an invalid value exception.