public class XSLMessages extends XPATHMessages
BAD_CODE, fLocale, FORMAT_FAILED| Constructor and Description |
|---|
XSLMessages() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
createXPATHMessage, createXPATHMsg, createXPATHWarningcreateMsg, createXMLMessage, getLocale, setLocalepublic static String createMessage(String msgKey, Object[] args)
msgKey - The key for the message text.args - The arguments to be used as replacement text in the message
created.public static String createWarning(String msgKey, Object[] args)
msgKey - The key for the message text.args - The arguments to be used as replacement text in the message
created.Copyright © 2018–2021 mhoffrogge. All rights reserved.