1# This file stores localized messages for the Xerces JAXP Validation API implementation.
2#
3# The messages are arranged in key and value tuples in a ListResourceBundle.
4
5# Messages for message reporting
6BadMessageKey = The error message corresponding to the message key can not be found.
7FormatFailed = An internal error occurred while formatting the following message:\n
8
9# SchemaFactory error messages
10SchemaLanguageNull = The schema language specified cannot be null.
11SchemaLanguageLengthZero = The schema language specified cannot have a length of zero characters.
12SchemaSourceArrayNull = The Source array parameter cannot be null.
13SchemaSourceArrayMemberNull = The Source array parameter cannot contain any items that are null.
14SchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not recognized this SchemaFactory.
15
16# Validator error messages
17SourceParameterNull = Source parameter cannot be null.
18SourceNotAccepted = Source parameter of type ''{0}'' is not accepted by this validator.
19SourceResultMismatch = Source parameter of type ''{0}'' is not compatible with result parameter of type ''{1}''.
20
21# TypeInfoProvider error messages
22TypeInfoProviderIllegalState = A TypeInfoProvider cannot be queried outside of a startElement callback.
23
24# General error messages
25FeatureNameNull = The feature name cannot be null.
26ProperyNameNull = The property name cannot be null.
27SAXSourceNullInputSource = The SAXSource specified contains no InputSource.
28
29