Uses of Class
org.apache.xml.utils.res.XResourceBundle
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.utils.res |
-
Uses of XResourceBundle in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type XResourceBundle Modifier and Type Method Description protected StringElemNumber. tradAlphaCount(long val, XResourceBundle thisBundle)Convert a long integer into traditional alphabetic counting, in other words count using the traditional numbering. -
Uses of XResourceBundle in org.apache.xml.utils.res
Subclasses of XResourceBundle in org.apache.xml.utils.res Modifier and Type Class Description classXResources_cyThe Cyrillic resource bundle.classXResources_deThe German resource bundle.classXResources_elThe Greek resource bundle.classXResources_enThe English resource bundle.classXResources_esThe Spanish resource bundle.classXResources_frThe French resource bundle.classXResources_heThe Hebrew resource bundle.classXResources_hyThe Armenian resource bundle.classXResources_itThe Italian resource bundle.classXResources_ja_JP_AThe Japanese (Katakana) resource bundle.classXResources_ja_JP_HAThe Japanese (Hiragana) resource bundle.classXResources_ja_JP_HIThe Japanese (Hiragana) resource bundle.classXResources_ja_JP_IThe Japanese (Katakana) resource bundle.classXResources_kaThe Georgian resource bundle.classXResources_koThe Korean resource bundle.classXResources_svThe Swedish resource bundle.classXResources_zh_CNThe Chinese resource bundle.classXResources_zh_TWThe Chinese(Taiwan) resource bundle.Methods in org.apache.xml.utils.res that return XResourceBundle Modifier and Type Method Description static XResourceBundleXResourceBundle. loadResourceBundle(String className, Locale locale)Return a named ResourceBundle for a particular locale.