mrglavas 2005/05/23 19:14:40
Added: java/src/org/apache/xerces/impl/msg
JAXPValidationMessages.properties
Log:
Message file for JAXP 1.3 Validation API errors.
Revision Changes Path
1.1
xml-xerces/java/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties
Index: JAXPValidationMessages.properties
===================================================================
# This file stores localized messages for the Xerces JAXP Validation API
implementation.
#
# The messages are arranged in key and value tuples in a ListResourceBundle.
#
# @version $Id: JAXPValidationMessages.properties,v 1.1 2005/05/24 02:14:40
mrglavas Exp $
# Messages for message reporting
BadMessageKey = The error message corresponding to the message key can not be
found.
FormatFailed = An internal error occurred while formatting the following
message:\n
# SchemaFactory error messages
SchemaLanguageNull = The schema language specified cannot be null.
SchemaLanguageLengthZero = The schema language specified cannot have a length
of zero characters.
SchemaSourceArrayNull = The Source array parameter cannot be null.
SchemaSourceArrayMemberNull = The Source array parameter cannot contain any
items that are null.
SchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not
recognized this SchemaFactory.
# Validator error messages
SourceParameterNull = Source parameter cannot be null.
SourceNotAccepted = Source parameter of type ''{0}'' is not accepted by this
validator.
SourceResultMismatch = Source parameter of type ''{0}'' is not compatible
with result parameter of type ''{1}''.
# General error messages
FeatureNameNull = The feature name cannot be null.
ProperyNameNull = The property name cannot be null.
SAXSourceNullInputSource = The SAXSource specified contains no InputSource.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]