Uses of Class
org.basex.query.value.type.AtomType

Packages that use AtomType
org.basex.query.value.item   
org.basex.query.value.type   
 

Uses of AtomType in org.basex.query.value.item
 

Constructors in org.basex.query.value.item with parameters of type AtomType
AStr(AtomType t)
          Constructor, specifying a type.
Str(byte[] v, AtomType t)
          Constructor.
 

Uses of AtomType in org.basex.query.value.type
 

Fields in org.basex.query.value.type declared as AtomType
 AtomType MapType.keyType
          Key type of the map.
 AtomType AtomType.par
          Parent type.
static AtomType[] AtomType.VALUES
          Cached enums (faster).
 

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

Methods in org.basex.query.value.type with parameters of type AtomType
protected static Value ListType.create(Item it, QueryContext ctx, InputInfo ii, AtomType type)
          Creates a sequence with the resulting list items.
static MapType MapType.get(AtomType key, SeqType val)
          Creates a new map type.