Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.func.fn |
Functions in the fn namespace.
|
org.basex.query.util.format |
XQuery formatter utility classes.
|
org.basex.query.value.item |
Modifier and Type | Method and Description |
---|---|
protected ANum |
ParseExpr.toNumber(Expr ex,
QueryContext qc)
Checks if the specified expression yields a number or
null . |
Modifier and Type | Method and Description |
---|---|
ANum |
FnAbs.item(QueryContext qc,
InputInfo ii) |
Modifier and Type | Method and Description |
---|---|
byte[] |
DecFormatter.format(InputInfo info,
ANum number,
byte[] picture)
Returns a formatted number.
|
Modifier and Type | Class and Description |
---|---|
class |
Dbl
Double item (
xs:double ). |
class |
Dec
Decimal item (
xs:decimal ). |
class |
Flt
Float item (
xs:float ). |
class |
Int
Integer item (
xs:int , xs:integer , xs:short , etc.). |
class |
Uln
Unsigned long (
xs:unsignedLong ). |
Modifier and Type | Method and Description |
---|---|
ANum |
Uln.abs() |
abstract ANum |
ANum.abs()
Returns an absolute value.
|
abstract ANum |
ANum.ceiling()
Returns an ceiling value.
|
abstract ANum |
ANum.floor()
Returns an floor value.
|
ANum |
Uln.round(int scale,
boolean even) |
ANum |
Int.round(int scale,
boolean even) |
abstract ANum |
ANum.round(int scale,
boolean even)
Returns a rounded value.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.