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 | 
|---|---|
| String | format(long number,
      UnicodeString picture,
      NumericGroupFormatter numGroupFormatter,
      String letterValue,
      String ordinal)Format a number into a string | 
| protected String | toTraditionalSequence(long number,
                     String groupSeparator)Convert a number to traditional Hebrew representation. | 
dayName, monthName, ordinalSuffix, setTensUnitsSeparatorCardinal, setTensUnitsSeparatorOrdinal, toOrdinalWords, toWordsalphaDefault, format, getCalendarName, getCountry, getEraName, getOrdinalSuffixForDateTime, halfDayName, setCountry, toAlpha, toAlphaSequence, toJapanese, toRoman, toWordspublic String format(long number, UnicodeString picture, NumericGroupFormatter numGroupFormatter, String letterValue, String ordinal)
format in interface Numbererformat in class AbstractNumberernumber - 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 String toTraditionalSequence(long number, String groupSeparator)
number - groupSeparator - Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.