| java.lang.Object org.apache.xml.res.XMLMessages org.apache.xpath.res.XPATHMessages
All known Subclasses: org.apache.xalan.res.XSLMessages,
XPATHMessages | public class XPATHMessages extends XMLMessages (Code) | | A utility class for issuing XPath error messages.
|
Method Summary | |
final public static String | createXPATHMessage(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. Parameters: args - The arguments to be used as replacement textin the message created. | final public static String | createXPATHMsg(ListResourceBundle fResourceBundle, String msgKey, Object args) Creates a message from the specified key and replacement
arguments, localized to the given locale.
Parameters: fResourceBundle - The resource bundle to use. Parameters: msgKey - The message key to use. Parameters: args - The arguments to be used as replacement textin the message created. | final public static String | createXPATHWarning(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. Parameters: args - The arguments to be used as replacement textin the message created. |
createXPATHMessage | final public static String createXPATHMessage(String msgKey, Object args)(Code) | | Creates a message from the specified key and replacement
arguments, localized to the given locale.
Parameters: msgKey - The key for the message text. Parameters: args - The arguments to be used as replacement textin the message created. The formatted message string. |
createXPATHMsg | final public static String createXPATHMsg(ListResourceBundle fResourceBundle, String msgKey, Object args)(Code) | | Creates a message from the specified key and replacement
arguments, localized to the given locale.
Parameters: fResourceBundle - The resource bundle to use. Parameters: msgKey - The message key to use. Parameters: args - The arguments to be used as replacement textin the message created. The formatted message string. |
createXPATHWarning | final public static String createXPATHWarning(String msgKey, Object args)(Code) | | Creates a message from the specified key and replacement
arguments, localized to the given locale.
Parameters: msgKey - The key for the message text. Parameters: args - The arguments to be used as replacement textin the message created. The formatted warning string. |
|
|