Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » util » [javadoc | source]
org.apache.xerces.util
public class: SAXMessageFormatter [javadoc | source]
java.lang.Object
   org.apache.xerces.util.SAXMessageFormatter
Used to format SAX error messages using a specified locale.
Method from org.apache.xerces.util.SAXMessageFormatter Summary:
formatMessage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.util.SAXMessageFormatter Detail:
 public static String formatMessage(Locale locale,
    String key,
    Object[] arguments) throws MissingResourceException 
    Formats a message with the specified arguments using the given locale information.