| java.lang.Object org.apache.xerces.utils.ImplementationMessages
ImplementationMessages | public class ImplementationMessages implements XMLMessageProvider(Code) | | ImplementationMessages provides messages internal to the parser implementation
|
BAD_MAJORCODEENC4ENC5ENC6ENC7IO0VAL_BSTVAL_CMSIVAL_CSTVAL_LSTVAL_NIICMVAL_NPCDVAL_USTVAL_WCGHIINT_DCNINT_PCNFATAL_ERRORFORMAT_FAILED | final public static int BAD_MAJORCODEENC4ENC5ENC6ENC7IO0VAL_BSTVAL_CMSIVAL_CSTVAL_LSTVAL_NIICMVAL_NPCDVAL_USTVAL_WCGHIINT_DCNINT_PCNFATAL_ERRORFORMAT_FAILED(Code) | | |
XERCES_IMPLEMENTATION_DOMAIN | final public static String XERCES_IMPLEMENTATION_DOMAIN(Code) | | The domain of messages concerning the Xerces implementation.
|
createMessage | public String createMessage(Locale locale, int majorCode, int minorCode, Object args)(Code) | | Creates a message from the specified key and replacement
arguments, localized to the given locale.
Parameters: locale - The requested locale of the message to becreated. Parameters: key - The key for the message text. Parameters: args - The arguments to be used as replacement textin the message created. |
|
|