Class XPATHMessages

java.lang.Object
org.loboevolution.apache.xpath.res.XPATHMessages

public class XPATHMessages extends Object
A utility class for issuing XPath error messages.
  • Constructor Details

    • XPATHMessages

      public XPATHMessages()
  • Method Details

    • createXPATHMessage

      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.
      args - The arguments to be used as replacement text in the message created.
      Returns:
      The formatted message string.