Modifier and Type | Field and Description |
---|---|
private Locale | |
private ResourceBundle | |
public static final String | SCHEMA_DOMAIN
The domain of messages concerning the XML Schema: Structures specification. |
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 |
SCHEMA_DOMAIN | back to summary |
---|---|
public static final String SCHEMA_DOMAIN The domain of messages concerning the XML Schema: Structures specification. |
XSMessageFormatter | back to summary |
---|---|
public XSMessageFormatter() |
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.
|