| java.lang.Object org.apache.xerces.xpointer.XPointerMessageFormatter
XPointerMessageFormatter | class XPointerMessageFormatter implements MessageFormatter(Code) | | XPointerMessageFormatter provides error messages for the XPointer Framework
and element() Scheme Recommendations.
version: $Id: XPointerMessageFormatter.java 447248 2006-09-18 05:25:21Z 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. |
XPOINTER_DOMAIN | final public static String XPOINTER_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 order of thearguments must match that of the placeholders in the actualmessage. Returns the formatted message. throws: MissingResourceException - Thrown if the message with the specified key cannot be found. |
|
|