Uses of Class
org.basex.query.value.item.ADate

Packages that use ADate
org.basex.query.util.format XQuery formatter utility classes. 
org.basex.query.value.item   
 

Uses of ADate in org.basex.query.util.format
 

Methods in org.basex.query.util.format with parameters of type ADate
 byte[] Formatter.formatDate(ADate date, byte[] lng, byte[] pic, byte[] cal, byte[] plc, InputInfo ii)
          Formats the specified date.
 

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

Subclasses of ADate in org.basex.query.value.item
 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).
 

Constructors in org.basex.query.value.item with parameters of type ADate
Dat(ADate date)
          Constructor.
DTDur(ADate dat, ADate sub, InputInfo ii)
          Constructor.
Dtm(ADate date)
          Constructor.
GDt(ADate d, Type t)
          Constructor.
Tim(ADate time)
          Constructor.