public class XSLMessages extends XPATHMessages
Constructor and Description |
---|
XSLMessages() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
createMessage(java.lang.String msgKey,
java.lang.Object[] args)
Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
static java.lang.String |
createWarning(java.lang.String msgKey,
java.lang.Object[] args)
Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
createXPATHMessage, createXPATHMsg, createXPATHWarning
createMsg, createXMLMessage, getLocale, loadResourceBundle, setLocale
public static final java.lang.String createMessage(java.lang.String msgKey, java.lang.Object[] args)
msgKey
- The key for the message text.args
- The arguments to be used as replacement text
in the message created.public static final java.lang.String createWarning(java.lang.String msgKey, java.lang.Object[] args)
msgKey
- The key for the message text.args
- The arguments to be used as replacement text
in the message created.Copyright ? 2005 Apache XML Project. All Rights Reserved.