|
|||||||
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_fr
public class Numberer_fr
Class Numberer_fr is a number formatter for french. This one will be activated for language="fr"
Field Summary |
---|
Fields inherited from class net.sf.saxon.number.AbstractNumberer |
---|
LOWER_CASE, TITLE_CASE, UPPER_CASE |
Constructor Summary | |
---|---|
Numberer_fr()
|
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 English words in a requested case (for example, Twentyfirst) |
String |
toWords(long number)
Show the number as words in title case. |
String |
toWords(long number,
int wordCase)
Format a number as English words with specified case options |
Methods inherited from class net.sf.saxon.number.AbstractNumberer |
---|
format, getCalendarName, getCountry, getEraName, getOrdinalSuffixForDateTime, halfDayName, setCountry, toRoman |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Numberer_fr()
Method Detail |
---|
public String toWords(long number)
AbstractNumberer
toWords
in class AbstractNumberer
number
- the number to be formatted
public String toWords(long number, int wordCase)
AbstractNumberer
toWords
in class AbstractNumberer
number
- the number to be formattedwordCase
- the required case for example AbstractNumberer.UPPER_CASE
,
AbstractNumberer.LOWER_CASE
, AbstractNumberer.TITLE_CASE
public String toOrdinalWords(String ordinalParam, long number, int wordCase)
AbstractNumberer
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)
AbstractNumberer
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)
AbstractNumberer
dayName
in interface Numberer
dayName
in class AbstractNumberer
day
- The day of the week (1=Monday, 7=Sunday)minWidth
- The minimum number of charactersmaxWidth
- The maximum number of characters
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |