org.apache.xalan.res
public class XSLMessages extends XPATHMessages
UNKNOWN: internal
Method Summary | |
---|---|
static String | createMessage(String msgKey, Object[] args)
Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
static String | createWarning(String msgKey, Object[] args)
Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
Parameters: msgKey The key for the message text. args The arguments to be used as replacement text in the message created.
Returns: The formatted message string.
Parameters: msgKey The key for the message text. args The arguments to be used as replacement text in the message created.
Returns: The formatted warning string.