|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.expr.number.AbstractNumberer net.sf.saxon.option.local.Numberer_de
public class Numberer_de
Class Numberer_de provides localization for format-date() and xsl:number with language = "de" (German)
Field Summary |
---|
Fields inherited from class net.sf.saxon.expr.number.AbstractNumberer |
---|
cyrillicLower, cyrillicUpper, greekLower, greekUpper, hebrew, hiraganaA, hiraganaI, katakanaA, katakanaI, latinLower, latinUpper, LOWER_CASE, TITLE_CASE, UPPER_CASE, westernDigits |
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 |
protected String |
ordinalSuffix(String ordinalParam,
long number)
Construct the ordinal suffix for a number, for example "st", "nd", "rd" |
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.expr.number.AbstractNumberer |
---|
alphaDefault, format, format, getCountry, halfDayName, setCountry, toAlpha, toAlphaSequence, toJapanese, toRoman, toWords |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Numberer_de()
Method Detail |
---|
protected String ordinalSuffix(String ordinalParam, long number)
ordinalSuffix
in class AbstractNumberer
ordinalParam
- the value of the ordinal attribute (used in non-English
language implementations)number
- the number being formatted
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 characters
public 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 characters
public 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 1AD
public 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 |