jaxpvalidationmessages.properties

来自「xalan.jar XFire Web Service 开发包」· PROPERTIES 代码 · 共 31 行

PROPERTIES
31
字号
# 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 559135 2007-07-24 17:48:05Z mrglavas $# Messages for message reportingBadMessageKey = 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 messagesSchemaLanguageNull = 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 by this SchemaFactory.# Validator error messagesSourceParameterNull = 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}''.# TypeInfoProvider error messagesTypeInfoProviderIllegalState = A TypeInfoProvider cannot be queried outside of a startElement callback.# General error messagesFeatureNameNull = The feature name cannot be null.ProperyNameNull = The property name cannot be null.SAXSourceNullInputSource = The SAXSource specified contains no InputSource.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?