jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/JAXPValidationMessages.properties
changeset 25868 686eef1e7a79
parent 12457 c348e06f0e82
child 40487 f66705eea8c7
equal deleted inserted replaced
25867:3d364c870c90 25868:686eef1e7a79
       
     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 # @version $Id: JAXPValidationMessages.properties 3021 2011-03-01 00:12:28Z joehw $
       
     6 
       
     7 # Messages for message reporting
       
     8 BadMessageKey = The error message corresponding to the message key can not be found.
       
     9 FormatFailed = An internal error occurred while formatting the following message:\n
       
    10 
       
    11 # SchemaFactory error messages
       
    12 SchemaLanguageNull = The schema language specified cannot be null.
       
    13 SchemaLanguageLengthZero = The schema language specified cannot have a length of zero characters.
       
    14 SchemaSourceArrayNull = The Source array parameter cannot be null.
       
    15 SchemaSourceArrayMemberNull = The Source array parameter cannot contain any items that are null.
       
    16 SchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not recognized this SchemaFactory.
       
    17 
       
    18 # Validator error messages
       
    19 SourceParameterNull = Source parameter cannot be null.
       
    20 SourceNotAccepted = Source parameter of type ''{0}'' is not accepted by this validator.
       
    21 SourceResultMismatch = Source parameter of type ''{0}'' is not compatible with result parameter of type ''{1}''.
       
    22 
       
    23 # TypeInfoProvider error messages
       
    24 TypeInfoProviderIllegalState = A TypeInfoProvider cannot be queried outside of a startElement callback.
       
    25 
       
    26 # General error messages
       
    27 FeatureNameNull = The feature name cannot be null.
       
    28 ProperyNameNull = The property name cannot be null.
       
    29 SAXSourceNullInputSource = The SAXSource specified contains no InputSource.
       
    30