net.sf.saxon.option.local
public class Numberer_nlBE extends AbstractNumberer
See Also: http://woordenlijst.org/leidraad/6/9/#r6n
http://taaladvies.net/taal/advies/popup.php?id=88
http://www.vlaanderen.be/servlet/Satellite?c=Page&cid=1120536021990&pagename=taaltelefoon%2FPage%2FHomePageMIN
Method Summary | |
---|---|
String | dayName(int day, int minWidth, int maxWidth)
Get a day name or abbreviation |
String | getEraName(int year)
Get the name for an era (e.g. |
String | halfDayName(int minutes, int minWidth, int maxWidth)
Get an am/pm indicator |
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 dutch 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: year the proleptic gregorian year, using "0" for the year before 1AD
Parameters: minutes the minutes within the day minWidth minimum width of output maxWidth maximum width of output
Returns: the AM or PM indicator
Parameters: month The month number (1=January, 12=December) minWidth The minimum number of characters maxWidth The maximum number of characters