Modifier and Type | Field and Description |
---|---|
private static final String | XSLT_ERROR_RESOURCES
The class name of the Xalan error message string table. |
private static ResourceBundle | XSLTBundle
The language specific resource object for Xalan messages. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static String | Returns: The formatted message string.The key for the message text. msgKey, Object[] The arguments to be used as replacement text in the message
created. args)Creates a message from the specified key and replacement arguments, localized to the given locale. |
public static String | Returns: The formatted warning string.The key for the message text. msgKey, Object[] The arguments to be used as replacement text in the message
created. args)Creates a message from the specified key and replacement arguments, localized to the given locale. |
XSLT_ERROR_RESOURCES | back to summary |
---|---|
private static final String XSLT_ERROR_RESOURCES The class name of the Xalan error message string table. |
XSLTBundle | back to summary |
---|---|
private static ResourceBundle XSLTBundle The language specific resource object for Xalan messages. |
XSLMessages | back to summary |
---|---|
public XSLMessages() |
createMessage | back to summary |
---|---|
public static String createMessage(String msgKey, Object[] args) Creates a message from the specified key and replacement arguments, localized to the given locale. |
createWarning | back to summary |
---|---|
public static String createWarning(String msgKey, Object[] args) Creates a message from the specified key and replacement arguments, localized to the given locale. |