Uses of Class
org.basex.query.value.item.ADate
Packages that use ADate
Package
Description
XQuery functions.
XQuery formatter utility classes.
-
Uses of ADate in org.basex.query.func
Methods in org.basex.query.func that return ADateModifier and TypeMethodDescriptionprotected final ADateStandardFunc.toDate(Item item, AtomType type, QueryContext qc) Checks if the specified item has the specified Date type. -
Uses of ADate in org.basex.query.util.format
Methods in org.basex.query.util.format with parameters of type ADateModifier and TypeMethodDescriptionfinal byte[]Formatter.formatDate(ADate date, byte[] language, byte[] picture, byte[] calendar, byte[] place, StaticContext sc, InputInfo ii) Formats the specified date. -
Uses of ADate in org.basex.query.value.item
Subclasses of ADate in org.basex.query.value.itemModifier and TypeClassDescriptionfinal classDate item (xs:date).final classDateTime item (xs:dateTime).final classSimple date item, used forxs:gYearMonth,xs:gYear,xs:gMonthDay,xs:gDayandxs:gMonth.final classTime item (xs:time).Constructors in org.basex.query.value.item with parameters of type ADate