Uses of Class
org.basex.query.util.format.FormatParser

Packages that use FormatParser
org.basex.query.util.format XQuery formatter utility classes. 
 

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

Subclasses of FormatParser in org.basex.query.util.format
 class DateFormat
          Parser for formatting integers in dates and times.
 class IntFormat
          Parser for formatting integers.
 

Methods in org.basex.query.util.format with parameters of type FormatParser
 byte[] Formatter.formatInt(long num, FormatParser fp)
          Returns a formatted integer.
 byte[] Formatter.formatZone(int num, FormatParser fp, byte[] marker)
          Returns a formatted timezone.