Package com.novell.xsl.number

Interface Summary
NumberFormatter The interface used to format numbers for xsl:number.
 

Class Summary
AlphabeticNumberFormatter A class that formats integers into an alphabetic representation.
DecimalNumberFormatter A class that formats integers into a decimal representation.
NumberFormatters A non-instantiable class that keeps track of the supported format tokens and their corresponding number formatters.
RomanNumberFormatter A class that formats integers into Roman numerals.