net.sf.saxon.option.local
public class Numberer_it extends AbstractNumberer
See Also: Italian numbers
Italian months
Italian days
Method Summary | |
---|---|
String | dayName(int day, int minWidth, int maxWidth)
Get a day name or abbreviation |
String | monthName(int month, int minWidth, int maxWidth)
Get a month name or abbreviation |
String | toOrdinalWords(String ordinalParam, long number, int wordCase)
Show an ordinal number as Italian words in a requested case (for example, Twentyfirst) |
String | toWords(long number) |
String | toWords(long number, int wordCase) |
Parameters: day The day of the week (1=Monday, 7=Sunday) minWidth The minimum number of characters maxWidth The maximum number of characters
Parameters: month The month number (1=January, 12=December) minWidth The minimum number of characters maxWidth The maximum number of characters