| |
|
| java.lang.Object org.apache.xerces.validators.schema.SchemaMessageProvider
SchemaMessageProvider | public class SchemaMessageProvider implements XMLMessageProvider(Code) | | SchemaMessageProvider implements an XMLMessageProvider that
provides localizable error messages for the W3C XML Schema Language
|
MSG_BAD_MAJORCODEMSG_FORMAT_FAILURENoValidatorForIncorrectDatatypeAttMissingTypeNotADatatypeTextOnlyContentWithTypeFeatureUnsupportedNestedOnlyInElemOnlyEltRefOnlyInMixedElemOnlyOnlyInEltContentOrderIsAllDatatypeWithTypeDatatypeQualUnsupportedGroupContentRestrictedUnknownBaseDatatypeBadAttWithRefNoContentForRefIncorrectDefaultTypeIllegalAttContentValueNotIntegerDatatypeErrorTypeAlreadySetGenericErrorUnclassifiedErrorContentErrorAnnotationErrorListUnionRestrictionErrorProhibitedAttributePresentUniqueNotEnoughValuesKeyNotEnoughValuesKeyRefNotEnoughValuesDuplicateFieldDuplicateUniqueDuplicateKeyKeyNotFoundUnknownFieldKeyRefReferNotFoundFixedDiffersFromActualInvalidBaseTypeFieldMultipleMatchKeyRefOutOfScopeAbsentKeyValueKeyMatchesNillableBadMinMaxForAllElemBadMinMaxForGroupWithAllSeqChoiceContentRestrictedAllContentRestrictedAllContentLimitedMinMaxOnGroupChildBadMinMaxForAllGpSchemaLocationUniqueParticleAttributionCon3X3ElementAppearanceCon3X3AttributeAppearanceCon3X3AttributeMustAppearCon3X3AttributeInvalidValueCardinalityNotEqualMSG_MAX_CODE | final public static int MSG_BAD_MAJORCODEMSG_FORMAT_FAILURENoValidatorForIncorrectDatatypeAttMissingTypeNotADatatypeTextOnlyContentWithTypeFeatureUnsupportedNestedOnlyInElemOnlyEltRefOnlyInMixedElemOnlyOnlyInEltContentOrderIsAllDatatypeWithTypeDatatypeQualUnsupportedGroupContentRestrictedUnknownBaseDatatypeBadAttWithRefNoContentForRefIncorrectDefaultTypeIllegalAttContentValueNotIntegerDatatypeErrorTypeAlreadySetGenericErrorUnclassifiedErrorContentErrorAnnotationErrorListUnionRestrictionErrorProhibitedAttributePresentUniqueNotEnoughValuesKeyNotEnoughValuesKeyRefNotEnoughValuesDuplicateFieldDuplicateUniqueDuplicateKeyKeyNotFoundUnknownFieldKeyRefReferNotFoundFixedDiffersFromActualInvalidBaseTypeFieldMultipleMatchKeyRefOutOfScopeAbsentKeyValueKeyMatchesNillableBadMinMaxForAllElemBadMinMaxForGroupWithAllSeqChoiceContentRestrictedAllContentRestrictedAllContentLimitedMinMaxOnGroupChildBadMinMaxForAllGpSchemaLocationUniqueParticleAttributionCon3X3ElementAppearanceCon3X3AttributeAppearanceCon3X3AttributeMustAppearCon3X3AttributeInvalidValueCardinalityNotEqualMSG_MAX_CODE(Code) | | |
MSG_NONE | final public static int MSG_NONE(Code) | | |
SCHEMA_DOMAIN | final public static String SCHEMA_DOMAIN(Code) | | The domain of messages concerning the XML Schema: Structures specification.
|
fgMessageKeys | final public static String[] fgMessageKeys(Code) | | |
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. |
|
|
|