| java.lang.Object org.apache.xerces.xinclude.XIncludeMessageFormatter
XIncludeMessageFormatter | public class XIncludeMessageFormatter implements MessageFormatter(Code) | | XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
author: Peter McCracken, IBM version: $Id: XIncludeMessageFormatter.java 447243 2006-09-18 05:15:27Z mrglavas $ |
Method Summary | |
public String | formatMessage(Locale locale, String key, Object[] arguments) Formats a message with the specified arguments using the given
locale information.
Parameters: locale - The locale of the message. Parameters: key - The message key. Parameters: arguments - The message replacement text arguments. |
XINCLUDE_DOMAIN | final public static String XINCLUDE_DOMAIN(Code) | | |
formatMessage | public String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException(Code) | | Formats a message with the specified arguments using the given
locale information.
Parameters: locale - The locale of the message. Parameters: key - The message key. Parameters: arguments - The message replacement text arguments. The orderof the arguments must match that of the placeholdersin the actual message. Returns the formatted message. throws: MissingResourceException - Thrown if the message with thespecified key cannot be found. |
|
|