org.apache.xalan.res
Class XSLMessages
Sets things up for issuing error messages. This class is misnamed, and
should be called XalanMessages, or some such.
static String | createMessage(String msgKey, args[] )- Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
static String | createWarning(String msgKey, args[] )- Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
createMessage
public static final String createMessage(String msgKey,
args[] ) Creates a message from the specified key and replacement
arguments, localized to the given locale.
msgKey - The key for the message text.
- The formatted message string.
createWarning
public static final String createWarning(String msgKey,
args[] ) Creates a message from the specified key and replacement
arguments, localized to the given locale.
msgKey - The key for the message text.
- The formatted warning string.
Copyright B) 2005 Apache XML Project. All Rights Reserved.