public class XMLMessageFormatter extends Object implements MessageFormatter
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_DOMAIN
The domain of messages concerning the XML 1.0 specification.
|
static String |
XMLNS_DOMAIN |
| Constructor and Description |
|---|
XMLMessageFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
formatMessage(String key,
Object[] arguments)
Formats a message with the specified arguments.
|
public static final String XML_DOMAIN
public static final String XMLNS_DOMAIN
public String formatMessage(String key, Object[] arguments) throws MissingResourceException
formatMessage in interface MessageFormatterkey - The message key.arguments - The message replacement text arguments. The order
of the arguments must match that of the placeholders
in the actual message.MissingResourceException - Thrown if the message with the
specified key cannot be found.Copyright © 2023 Gargoyle Software Inc.. All rights reserved.