286N/A# This file stores localized messages for the Xerces
286N/A# SAX implementation.
286N/A#
286N/A# The messages are arranged in key and value tuples in a ListResourceBundle.
286N/A#
286N/A# @version $Id: SAXMessages.properties 3021 2011-03-01 00:12:28Z joehw $
286N/A
286N/A
286N/ABadMessageKey = The error message corresponding to the message key can not be found.
286N/AFormatFailed = An internal error occurred while formatting the following message:\n
286N/A
286N/A# JAXP messages
286N/Aschema-not-supported = The specified schema language is not supported.
286N/Ajaxp-order-not-supported = Property ''{0}'' must be set before setting property ''{1}''.
286N/Aschema-already-specified = Property ''{0}'' cannot be set when a non-null Schema object has already been specified.
286N/A
286N/A# feature messages
286N/Afeature-not-supported = Feature ''{0}'' is not supported.
286N/Afeature-not-recognized = Feature ''{0}'' is not recognized.
286N/Atrue-not-supported = True state for feature ''{0}'' is not supported.
286N/Afalse-not-supported = False state for feature ''{0}'' is not supported.
286N/Afeature-read-only = Feature ''{0}'' is read only.
286N/Ajaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: Cannot set the feature to false when security manager is present.
286N/A
286N/A# property messages
286N/Aproperty-not-supported = Property ''{0}'' is not supported.
286N/Aproperty-not-recognized = Property ''{0}'' is not recognized.
286N/Aproperty-read-only = Property ''{0}'' is read only.
286N/Aproperty-not-parsing-supported = Property ''{0}'' is not supported while parsing.
286N/Adom-node-read-not-supported = Cannot read DOM node property. No DOM tree exists.
286N/Aincompatible-class = The value specified for property ''{0}'' cannot be casted to {1}.
286N/A
286N/Astart-document-not-called=Property "{0}" should be called after startDocument event is thrown
286N/Anullparameter=the name parameter for "{0}" is null
286N/AerrorHandlerNotSet=Warning\: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default ErrorHandler to print the first {0} errors. Please call the 'setErrorHandler' method to fix this.
286N/AerrorHandlerDebugMsg=Error\: URI \= "{0}", Line \= "{1}", \: {2}