📄 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 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -