com.icl.saxon.number
public class Numberer_de extends Numberer_en
cyrillicLower, cyrillicUpper, englishTens, englishUnits, greekLower, greekUpper, hebrew, hiraganaA, hiraganaI, kanjiDigits, katakanaA, katakanaI, latinLower, latinUpper, westernDigits
Constructor and Description |
---|
Numberer_de() |
Modifier and Type | Method and Description |
---|---|
String |
format(int number,
String picture,
int groupSize,
String groupSeparator,
String letterValue)
Format a number into a string
|
alphaDefault, toAlpha, toAlphaSequence, toRadical, toRoman, toWords
public String format(int number, String picture, int groupSize, String groupSeparator, String letterValue)
format
in interface Numberer
format
in class Numberer_en
number
- The number to be formattedpicture
- The format specification. This is a single component of the format attribute
of xsl:number, e.g. "1", "01", "i", or "a"groupSize
- number of digits per group (0 implies no grouping)groupSeparator
- string to appear between groups of digitsletterValue
- as defined in xsl:number ("alphabetic" or "traditional" or "")