Uses of Class
org.basex.query.value.type.Type.ID

Packages that use Type.ID
org.basex.query.value.item   
org.basex.query.value.node   
org.basex.query.value.type   
 

Uses of Type.ID in org.basex.query.value.item
 

Methods in org.basex.query.value.item that return Type.ID
 Type.ID Item.typeId()
          Returns a type id.
 

Uses of Type.ID in org.basex.query.value.node
 

Methods in org.basex.query.value.node that return Type.ID
 Type.ID FDoc.typeId()
           
 Type.ID DBNode.typeId()
           
 

Uses of Type.ID in org.basex.query.value.type
 

Fields in org.basex.query.value.type declared as Type.ID
static Type.ID[] Type.ID.VALUES
          Cached enums (faster).
 

Methods in org.basex.query.value.type that return Type.ID
static Type.ID Type.ID.get(byte b)
          Gets the ID for the given byte value.
 Type.ID AtomType.id()
           
 Type.ID ListType.id()
           
 Type.ID FuncType.id()
           
 Type.ID NodeType.id()
           
 Type.ID Type.id()
          Returns a type id to differentiate all types.
static Type.ID Type.ID.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Type.ID[] Type.ID.values()
          Returns an array containing the constants of this enum type, in the order they are declared.