|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.ResourceBundle
java.util.ListResourceBundle
org.apache.xml.utils.res.XResourceBundle
The default (english) resource bundle.
| Nested Class Summary |
| Nested classes inherited from class java.util.ResourceBundle |
|
| Field Summary | |
(package private) static Object[][] |
contents
The association list. |
static String |
ERROR_RESOURCES
Error resource constants |
static String |
LANG_ADDITIVE
Error resource constants |
static String |
LANG_ALPHABET
Error resource constants |
static String |
LANG_BUNDLE_NAME
Error resource constants |
static String |
LANG_LEFTTORIGHT
Error resource constants |
static String |
LANG_MULT_ADD
Error resource constants |
static String |
LANG_MULTIPLIER
Error resource constants |
static String |
LANG_MULTIPLIER_CHAR
Error resource constants |
static String |
LANG_NUM_TABLES
Error resource constants |
static String |
LANG_NUMBERGROUPS
Error resource constants |
static String |
LANG_NUMBERING
Error resource constants |
static String |
LANG_ORIENTATION
Error resource constants |
static String |
LANG_RIGHTTOLEFT
Error resource constants |
static String |
LANG_TRAD_ALPHABET
Error resource constants |
static String |
MULT_FOLLOWS
Error resource constants |
static String |
MULT_ORDER
Error resource constants |
static String |
MULT_PRECEDES
Error resource constants |
static String |
XSLT_RESOURCE
Error resource constants |
| Fields inherited from class java.util.ListResourceBundle |
|
| Fields inherited from class java.util.ResourceBundle |
parent |
| Constructor Summary | |
XResourceBundle()
|
|
| Method Summary | |
Object[][] |
getContents()
Get the association list. |
private static String |
getResourceSuffix(Locale locale)
Return the resource file suffic for the indicated locale For most locales, this will be based the language code. |
static XResourceBundle |
loadResourceBundle(String className,
Locale locale)
Return a named ResourceBundle for a particular locale. |
| Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject |
| Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String ERROR_RESOURCES
public static final String XSLT_RESOURCE
public static final String LANG_BUNDLE_NAME
public static final String MULT_ORDER
public static final String MULT_PRECEDES
public static final String MULT_FOLLOWS
public static final String LANG_ORIENTATION
public static final String LANG_RIGHTTOLEFT
public static final String LANG_LEFTTORIGHT
public static final String LANG_NUMBERING
public static final String LANG_ADDITIVE
public static final String LANG_MULT_ADD
public static final String LANG_MULTIPLIER
public static final String LANG_MULTIPLIER_CHAR
public static final String LANG_NUMBERGROUPS
public static final String LANG_NUM_TABLES
public static final String LANG_ALPHABET
public static final String LANG_TRAD_ALPHABET
static final Object[][] contents
| Constructor Detail |
public XResourceBundle()
| Method Detail |
public static final XResourceBundle loadResourceBundle(String className,
Locale locale)
throws MissingResourceException
className - Name of local-specific subclass.locale - the locale to prefer when searching for the bundle
MissingResourceExceptionprivate static final String getResourceSuffix(Locale locale)
locale - the locale
public Object[][] getContents()
getContents in class ListResourceBundle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||