|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xerces.utils
Class XMLMessages

java.lang.Objectorg.apache.xerces.utils.XMLMessages
- All Implemented Interfaces:
- XMLMessageProvider
- public class XMLMessages
- extends java.lang.Object
- implements XMLMessageProvider
- extends java.lang.Object
XMLMessages provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation
| Constructor Summary | |
XMLMessages()
|
|
| Method Summary | |
java.lang.String |
createMessage(java.util.Locale locale,
int majorCode,
int minorCode,
java.lang.Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given locale. |
java.util.Locale |
getLocale()
Get the locale being used for error messages |
void |
setLocale(java.util.Locale locale)
Set the locale to be used for error messages |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
XML_DOMAIN
public static final java.lang.String XML_DOMAIN
- The domain of messages concerning the XML 1.0 specification.
- See Also:
- Constant Field Values
XMLNS_DOMAIN
public static final java.lang.String XMLNS_DOMAIN
- See Also:
- Constant Field Values
fLocale
private java.util.Locale fLocale
fResourceBundle
private java.util.ResourceBundle fResourceBundle
MSG_BAD_MAJORCODE
public static final int MSG_BAD_MAJORCODE
- See Also:
- Constant Field Values
MSG_FORMAT_FAILURE
public static final int MSG_FORMAT_FAILURE
- See Also:
- Constant Field Values
MSG_LESSTHAN_IN_ATTVALUE
public static final int MSG_LESSTHAN_IN_ATTVALUE
- See Also:
- Constant Field Values
JAVADOC
org.apache.xerces.utils.XMLMessages