public class LSPMessageFormatter extends Object implements org.apache.xerces.util.MessageFormatter
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEMA_DOMAIN
The domain of messages concerning the XML Schema: Structures specification.
|
| Constructor and Description |
|---|
LSPMessageFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
enumeration_valid_solution(Object[] arguments) |
String |
formatMessage(Locale locale,
String key,
Object[] arguments)
Formats a message with the specified arguments using the given locale
information.
|
static Object[] |
reformatSchemaArguments(XMLSchemaErrorCode code,
Object[] arguments)
Modifies the schema message arguments to a cleaned down format
|
public static final String SCHEMA_DOMAIN
public String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException
formatMessage in interface org.apache.xerces.util.MessageFormatterlocale - The locale of the message.key - The message key.arguments - The message replacement text arguments. The order of the
arguments must match that of the placeholders in the actual
message.MissingResourceException - Thrown if the message with the specified key
cannot be found.public static Object[] reformatSchemaArguments(XMLSchemaErrorCode code, Object[] arguments)
code - message - Copyright © 2020. All rights reserved.