net.sf.saxon.option.local
public class Numberer_sv extends AbstractNumberer
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 swedish 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
Parameters: ordinalParam not used. number the number to be converted to a word. wordCase UPPER_CASE or LOWER_CASE.
Returns: String representing the number in words.