public class XSLMessages extends XPATHMessages
Constructor | Description |
---|---|
XSLMessages() |
Modifier and Type | Method | 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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMsg, createXMLMessage, getLocale, loadResourceBundle, setLocale
createXPATHMessage, createXPATHMsg, createXPATHWarning
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 © 2014 Apache XML Project. All Rights Reserved.