public class XMLModelMessageFormatter extends Object implements org.apache.xerces.util.MessageFormatter
This class is a copy/paste of Xerces org.apache.xerces.impl.msg.XMLMessageFormatter class.
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_MODEL_DOMAIN
The domain of messages concerning the XML 1.0 specification.
|
| Constructor and Description |
|---|
XMLModelMessageFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
formatMessage(Locale locale,
String key,
Object[] arguments)
Formats a message with the specified arguments using the given locale
information.
|
public static final String XML_MODEL_DOMAIN
public String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException
formatMessage in interface org.apache.xerces.util.MessageFormatterlocale - The locale of the message.key - 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 © 2024. All rights reserved.