org.apache.xpath.res
Class XPATHMessages
public class XPATHMessages
A utility class for issuing XPath error messages.
static String | createXPATHMessage(String msgKey, args[] )- Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
static String | createXPATHMsg(ListResourceBundle fResourceBundle, String msgKey, args[] )- Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
static String | createXPATHWarning(String msgKey, args[] )- Creates a message from the specified key and replacement
arguments, localized to the given locale.
|
createXPATHMessage
public static final String createXPATHMessage(String msgKey,
args[] ) Creates a message from the specified key and replacement
arguments, localized to the given locale.
- The formatted message string.
createXPATHMsg
public static final String createXPATHMsg(ListResourceBundle fResourceBundle,
String msgKey,
args[] ) Creates a message from the specified key and replacement
arguments, localized to the given locale.
fResourceBundle - The resource bundle to use.msgKey - The message key to use.
- The formatted message string.
createXPATHWarning
public static final String createXPATHWarning(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) 2004 Apache XML Project. All Rights Reserved.