public class Numberer_he extends Numberer_en
cyrillicLower, cyrillicUpper, greekLower, greekUpper, hebrew, hiraganaA, hiraganaI, katakanaA, katakanaI, latinLower, latinUpper, LOWER_CASE, TITLE_CASE, UPPER_CASE, westernDigits
Constructor and Description |
---|
Numberer_he() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(long number,
UnicodeString picture,
NumericGroupFormatter numGroupFormatter,
java.lang.String letterValue,
java.lang.String ordinal)
Format a number into a string
|
protected java.lang.String |
toTraditionalSequence(long number,
java.lang.String groupSeparator)
Convert a number to traditional Hebrew representation.
|
dayName, monthName, ordinalSuffix, setTensUnitsSeparatorCardinal, setTensUnitsSeparatorOrdinal, toOrdinalWords, toWords
alphaDefault, convertDigitSystem, defaultedLocale, format, getCalendarName, getCountry, getEraName, getOrdinalSuffixForDateTime, halfDayName, setCountry, toAlpha, toAlphaSequence, toJapanese, toRoman, toWords
public java.lang.String format(long number, UnicodeString picture, NumericGroupFormatter numGroupFormatter, java.lang.String letterValue, java.lang.String ordinal)
format
in interface Numberer
format
in class AbstractNumberer
number
- The number to be formattedpicture
- The format token. This is a single component of the format attribute
of xsl:number, e.g. "1", "01", "i", or "a"numGroupFormatter
- object contains separators to appear between groups of digitsletterValue
- The letter-value specified to xsl:number: "alphabetic" or
"traditional". Can also be an empty string or null.ordinal
- The value of the ordinal attribute specified to xsl:number
The value "yes" indicates that ordinal numbers should be used; "" or null indicates
that cardinal numbersprotected java.lang.String toTraditionalSequence(long number, java.lang.String groupSeparator)
number
- groupSeparator
- Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.