|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.number.AbstractNumberer net.sf.saxon.number.Numberer_de
public class Numberer_de
Class Numberer_de is designed simply to demonstrate how to write a number formatter for a different language. This one will be activated for language="de", format="eins", letter-value="traditional"
Field Summary |
---|
Fields inherited from class net.sf.saxon.number.AbstractNumberer |
---|
LOWER_CASE, TITLE_CASE, UPPER_CASE |
Constructor Summary | |
---|---|
Numberer_de()
|
Method Summary | |
---|---|
String |
dayName(int day,
int minWidth,
int maxWidth)
Get a day name or abbreviation |
String |
getCalendarName(String code)
Get the name of a calendar |
String |
getEraName(int year)
Get the name for an era (e.g. |
String |
getOrdinalSuffixForDateTime(String component)
Get an ordinal suffix for a particular component of a date/time. |
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 German words (for example, Einundzwanzigste) |
String |
toWords(long number)
Show the number as words in title case. |
Methods inherited from class net.sf.saxon.number.AbstractNumberer |
---|
format, getCountry, halfDayName, setCountry, toRoman, toWords |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Numberer_de()
Method Detail |
---|
public String toWords(long number)
toWords
in class AbstractNumberer
number
- the number to be formatted
public String toOrdinalWords(String ordinalParam, long number, int wordCase)
toOrdinalWords
in class AbstractNumberer
ordinalParam
- the value of the "ordinal" attribute as supplied by the usernumber
- the number to be formattedwordCase
- the required case for example AbstractNumberer.UPPER_CASE
,
AbstractNumberer.LOWER_CASE
, AbstractNumberer.TITLE_CASE
public String monthName(int month, int minWidth, int maxWidth)
monthName
in interface Numberer
monthName
in class AbstractNumberer
month
- The month number (1=January, 12=December)minWidth
- The minimum number of charactersmaxWidth
- The maximum number of characterspublic String dayName(int day, int minWidth, int maxWidth)
dayName
in interface Numberer
dayName
in class AbstractNumberer
day
- The month number (1=Sunday, 7=Saturday)minWidth
- The minimum number of charactersmaxWidth
- The maximum number of characterspublic String getOrdinalSuffixForDateTime(String component)
getOrdinalSuffixForDateTime
in interface Numberer
getOrdinalSuffixForDateTime
in class AbstractNumberer
component
- the component specifier from a format-dateTime picture, for
example "M" for the month or "D" for the day.
public String getEraName(int year)
getEraName
in interface Numberer
getEraName
in class AbstractNumberer
year
- the proleptic gregorian year, using "0" for the year before 1ADpublic String getCalendarName(String code)
getCalendarName
in interface Numberer
getCalendarName
in class AbstractNumberer
code
- The code representing the calendar as in the XSLT 2.0 spec, e.g. AD for the Gregorian calendar
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |