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