Uses of Enum Class
org.basex.query.value.type.AtomType
Packages that use AtomType
Package
Description
XQuery expressions.
XQuery functions.
-
Uses of AtomType in org.basex.query.expr
Methods in org.basex.query.expr with parameters of type AtomTypeModifier and TypeMethodDescriptionprotected final ItemParseExpr.checkType(Expr expr, QueryContext qc, AtomType type) Checks if the specified expression yields an item of the specified atomic type. -
Uses of AtomType in org.basex.query.func
Methods in org.basex.query.func with parameters of type AtomTypeModifier and TypeMethodDescriptionprotected final ADateStandardFunc.toDate(Item item, AtomType type, QueryContext qc) Checks if the specified item has the specified Date type. -
Uses of AtomType in org.basex.query.value.item
Constructors in org.basex.query.value.item with parameters of type AtomType -
Uses of AtomType in org.basex.query.value.type
Fields in org.basex.query.value.type declared as AtomTypeMethods in org.basex.query.value.type that return AtomTypeModifier and TypeMethodDescriptionfinal AtomTypeAtomType.atomic()final AtomTypeFuncType.atomic()final AtomTypeListType.atomic()final AtomTypeNodeType.atomic()Type.atomic()Returns the atomic type.static AtomTypeFinds and returns the specified type.MapType.keyType()Returns the key type.static AtomTypeReturns the enum constant of this class with the specified name.static AtomType[]AtomType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.query.value.type with parameters of type AtomType