JAXPValidationMessages.properties revision 286
0N/A# This file stores localized messages for the Xerces JAXP Validation API implementation.
0N/A#
0N/A# The messages are arranged in key and value tuples in a ListResourceBundle.
0N/A#
2362N/A# @version $Id: JAXPValidationMessages.properties 3021 2011-03-01 00:12:28Z joehw $
0N/A
0N/A# Messages for message reporting
0N/ABadMessageKey = The error message corresponding to the message key can not be found.
0N/AFormatFailed = An internal error occurred while formatting the following message:\n
2362N/A
0N/A# SchemaFactory error messages
2362N/ASchemaLanguageNull = The schema language specified cannot be null.
0N/ASchemaLanguageLengthZero = The schema language specified cannot have a length of zero characters.
0N/ASchemaSourceArrayNull = The Source array parameter cannot be null.
0N/ASchemaSourceArrayMemberNull = The Source array parameter cannot contain any items that are null.
0N/ASchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not recognized this SchemaFactory.
0N/A
0N/A# Validator error messages
0N/ASourceParameterNull = Source parameter cannot be null.
0N/ASourceNotAccepted = Source parameter of type ''{0}'' is not accepted by this validator.
0N/ASourceResultMismatch = Source parameter of type ''{0}'' is not compatible with result parameter of type ''{1}''.
0N/A
0N/A# TypeInfoProvider error messages
0N/ATypeInfoProviderIllegalState = A TypeInfoProvider cannot be queried outside of a startElement callback.
0N/A
0N/A# General error messages
0N/AFeatureNameNull = The feature name cannot be null.
0N/AProperyNameNull = The property name cannot be null.
0N/ASAXSourceNullInputSource = The SAXSource specified contains no InputSource.
0N/A
0N/A