Package | Description |
---|---|
org.basex.query.util.format |
XQuery formatter utility classes.
|
org.basex.query.value.item |
Modifier and Type | Method and Description |
---|---|
byte[] |
Formatter.formatDate(ADate date,
byte[] lng,
byte[] pic,
byte[] cal,
byte[] plc,
InputInfo ii)
Formats the specified date.
|
Modifier and Type | Class and Description |
---|---|
class |
Dat
Date item (
xs:date ). |
class |
Dtm
DateTime item (
xs:dateTime ). |
class |
GDt
Simple date item, used for
xs:gYearMonth , xs:gYear ,
xs:gMonthDay , xs:gDay and xs:gMonth . |
class |
Tim
Time item (
xs:time ). |
Constructor and Description |
---|
Dat(ADate value)
Constructor.
|
DTDur(ADate dat,
ADate sub,
InputInfo ii)
Constructor.
|
Dtm(ADate date)
Constructor.
|
GDt(ADate date,
Type type)
Constructor.
|
Tim(ADate value)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.