Modifier and Type | Field and Description |
---|---|
private Locale | |
private ResourceBundle | |
public static final String | XML_DOMAIN
The domain of messages concerning the XML 1.0 specification. |
public static final String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | Returns: Returns the formatted message.The locale of the message. locale, String The message key. key, Object[] The message replacement text arguments. The order
of the arguments must match that of the placeholders
in the actual message. arguments)Implements com. Formats a message with the specified arguments using the given locale information. |
fLocale | back to summary |
---|---|
private Locale fLocale |
fResourceBundle | back to summary |
---|---|
private ResourceBundle fResourceBundle |
XML_DOMAIN | back to summary |
---|---|
public static final String XML_DOMAIN The domain of messages concerning the XML 1.0 specification. |
XMLNS_DOMAIN | back to summary |
---|---|
public static final String XMLNS_DOMAIN |
XMLMessageFormatter_ja | back to summary |
---|---|
public XMLMessageFormatter_ja() |
formatMessage | back to summary |
---|---|
public String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException Implements com. Formats a message with the specified arguments using the given locale information.
|