Uses of Class
org.basex.query.value.item.ANum
Packages that use ANum
Package
Description
XQuery expressions.
XQuery formatter utility classes.
-
Uses of ANum in org.basex.query.expr
Methods in org.basex.query.expr that return ANumModifier and TypeMethodDescriptionprotected final ANumChecks if the specified, non-empty item is a double.protected final ANumParseExpr.toNumberOrNull(Expr expr, QueryContext qc) Checks if the specified expression yields a number ornull. -
Uses of ANum in org.basex.query.util.format
Methods in org.basex.query.util.format with parameters of type ANum -
Uses of ANum in org.basex.query.value.item
Subclasses of ANum in org.basex.query.value.itemModifier and TypeClassDescriptionfinal classDouble item (xs:double).final classDecimal item (xs:decimal).final classFloat item (xs:float).final classInteger item (xs:int,xs:integer,xs:short, etc.).final classUnsigned long (xs:unsignedLong).Methods in org.basex.query.value.item that return ANumModifier and TypeMethodDescriptionabstract ANumANum.abs()Returns an absolute value.Uln.abs()abstract ANumANum.ceiling()Returns an ceiling value.abstract ANumANum.floor()Returns an floor value.abstract ANumANum.round(int scale, boolean even) Returns a rounded value.Int.round(int scale, boolean even) Uln.round(int scale, boolean even)