⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xslterrorresources.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
    { ER_CANNOT_INIT_DEFAULT_TEMPLATES,        "Cannot initialize default templates"},    { ER_RESULT_NULL,        "Result should not be null"},    { ER_RESULT_COULD_NOT_BE_SET,        "Result could not be set"},    { ER_NO_OUTPUT_SPECIFIED,        "No output specified"},    { ER_CANNOT_TRANSFORM_TO_RESULT_TYPE,        "Can''t transform to a Result of type {0}"},    { ER_CANNOT_TRANSFORM_SOURCE_TYPE,        "Can''t transform a Source of type {0}"},    { ER_NULL_CONTENT_HANDLER,        "Null content handler"},    { ER_NULL_ERROR_HANDLER,        "Null error handler"},    { ER_CANNOT_CALL_PARSE,        "parse can not be called if the ContentHandler has not been set"},    { ER_NO_PARENT_FOR_FILTER,        "No parent for filter"},    { ER_NO_STYLESHEET_IN_MEDIA,         "No stylesheet found in: {0}, media= {1}"},    { ER_NO_STYLESHEET_PI,         "No xml-stylesheet PI found in: {0}"},    { ER_NOT_SUPPORTED,       "Not supported: {0}"},    { ER_PROPERTY_VALUE_BOOLEAN,       "Value for property {0} should be a Boolean instance"},    { ER_COULD_NOT_FIND_EXTERN_SCRIPT,         "Could not get to external script at {0}"},    { ER_RESOURCE_COULD_NOT_FIND,        "The resource [ {0} ] could not be found.\n {1}"},    { ER_OUTPUT_PROPERTY_NOT_RECOGNIZED,        "Output property not recognized: {0}"},    { ER_FAILED_CREATING_ELEMLITRSLT,        "Failed creating ElemLiteralResult instance"},  //Earlier (JDK 1.4 XALAN 2.2-D11) at key code '204' the key name was ER_PRIORITY_NOT_PARSABLE  // In latest Xalan code base key name is  ER_VALUE_SHOULD_BE_NUMBER. This should also be taken care  //in locale specific files like XSLTErrorResources_de.java, XSLTErrorResources_fr.java etc.  //NOTE: Not only the key name but message has also been changed.     { ER_VALUE_SHOULD_BE_NUMBER,        "Value for {0} should contain a parsable number"},    { ER_VALUE_SHOULD_EQUAL,        "Value for {0} should equal yes or no"},    { ER_FAILED_CALLING_METHOD,        "Failed calling {0} method"},    { ER_FAILED_CREATING_ELEMTMPL,        "Failed creating ElemTemplateElement instance"},    { ER_CHARS_NOT_ALLOWED,        "Characters are not allowed at this point in the document"},    { ER_ATTR_NOT_ALLOWED,        "\"{0}\" attribute is not allowed on the {1} element!"},    { ER_BAD_VALUE,     "{0} bad value {1} "},    { ER_ATTRIB_VALUE_NOT_FOUND,     "{0} attribute value not found "},    { ER_ATTRIB_VALUE_NOT_RECOGNIZED,     "{0} attribute value not recognized "},    { ER_NULL_URI_NAMESPACE,     "Attempting to generate a namespace prefix with a null URI"},    { ER_NUMBER_TOO_BIG,     "Attempting to format a number bigger than the largest Long integer"},    { ER_CANNOT_FIND_SAX1_DRIVER,     "Cannot find SAX1 driver class {0}"},    { ER_SAX1_DRIVER_NOT_LOADED,     "SAX1 driver class {0} found but cannot be loaded"},    { ER_SAX1_DRIVER_NOT_INSTANTIATED,     "SAX1 driver class {0} loaded but cannot be instantiated"},    { ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER,     "SAX1 driver class {0} does not implement org.xml.sax.Parser"},    { ER_PARSER_PROPERTY_NOT_SPECIFIED,     "System property org.xml.sax.parser not specified"},    { ER_PARSER_ARG_CANNOT_BE_NULL,     "Parser argument must not be null"},    { ER_FEATURE,     "Feature: {0}"},    { ER_PROPERTY,     "Property: {0}"},    { ER_NULL_ENTITY_RESOLVER,     "Null entity resolver"},    { ER_NULL_DTD_HANDLER,     "Null DTD handler"},    { ER_NO_DRIVER_NAME_SPECIFIED,     "No Driver Name Specified!"},    { ER_NO_URL_SPECIFIED,     "No URL Specified!"},    { ER_POOLSIZE_LESS_THAN_ONE,     "Pool size is less than 1!"},    { ER_INVALID_DRIVER_NAME,     "Invalid Driver Name Specified!"},    { ER_ERRORLISTENER,     "ErrorListener"},// Note to translators:  The following message should not normally be displayed//   to users.  It describes a situation in which the processor has detected//   an internal consistency problem in itself, and it provides this message//   for the developer to help diagnose the problem.  The name//   'ElemTemplateElement' is the name of a class, and should not be//   translated.    { ER_ASSERT_NO_TEMPLATE_PARENT,     "Programmer's error! The expression has no ElemTemplateElement parent!"},// Note to translators:  The following message should not normally be displayed//   to users.  It describes a situation in which the processor has detected//   an internal consistency problem in itself, and it provides this message//   for the developer to help diagnose the problem.  The substitution text//   provides further information in order to diagnose the problem.  The name//   'RedundentExprEliminator' is the name of a class, and should not be//   translated.    { ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR,     "Programmer''s assertion in RedundentExprEliminator: {0}"},    { ER_NOT_ALLOWED_IN_POSITION,     "{0} is not allowed in this position in the stylesheet!"},    { ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION,     "Non-whitespace text is not allowed in this position in the stylesheet!"},  // This code is shared with warning codes.  // SystemId Unknown    { INVALID_TCHAR,     "Illegal value: {1} used for CHAR attribute: {0}.  An attribute of type CHAR must be only 1 character!"},    // Note to translators:  The following message is used if the value of    // an attribute in a stylesheet is invalid.  "QNAME" is the XML data-type of    // the attribute, and should not be translated.  The substitution text {1} is    // the attribute value and {0} is the attribute name.  //The following codes are shared with the warning codes...    { INVALID_QNAME,     "Illegal value: {1} used for QNAME attribute: {0}"},    // Note to translators:  The following message is used if the value of    // an attribute in a stylesheet is invalid.  "ENUM" is the XML data-type of    // the attribute, and should not be translated.  The substitution text {1} is    // the attribute value, {0} is the attribute name, and {2} is a list of valid    // values.    { INVALID_ENUM,     "Illegal value: {1} used for ENUM attribute: {0}.  Valid values are: {2}."},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "NMTOKEN" is the XML data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.    { INVALID_NMTOKEN,     "Illegal value: {1} used for NMTOKEN attribute: {0} "},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "NCNAME" is the XML data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.    { INVALID_NCNAME,     "Illegal value: {1} used for NCNAME attribute: {0} "},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "boolean" is the XSLT data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.    { INVALID_BOOLEAN,     "Illegal value: {1} used for boolean attribute: {0} "},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "number" is the XSLT data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.     { INVALID_NUMBER,     "Illegal value: {1} used for number attribute: {0} "},  // End of shared codes...// Note to translators:  A "match pattern" is a special form of XPath expression// that is used for matching patterns.  The substitution text is the name of// a function.  The message indicates that when this function is referenced in// a match pattern, its argument must be a string literal (or constant.)// ER_ARG_LITERAL - new error message for bugzilla //5202    { ER_ARG_LITERAL,     "Argument to {0} in match pattern must be a literal."},// Note to translators:  The following message indicates that two definitions of// a variable.  A "global variable" is a variable that is accessible everywher// in the stylesheet.// ER_DUPLICATE_GLOBAL_VAR - new error message for bugzilla #790    { ER_DUPLICATE_GLOBAL_VAR,     "Duplicate global variable declaration."},// Note to translators:  The following message indicates that two definitions of// a variable were encountered.// ER_DUPLICATE_VAR - new error message for bugzilla #790    { ER_DUPLICATE_VAR,     "Duplicate variable declaration."},    // Note to translators:  "xsl:template, "name" and "match" are XSLT keywords    // which must not be translated.    // ER_TEMPLATE_NAME_MATCH - new error message for bugzilla #789    { ER_TEMPLATE_NAME_MATCH,     "xsl:template must have a name or match attribute (or both)"},    // Note to translators:  "exclude-result-prefixes" is an XSLT keyword which    // should not be translated.  The message indicates that a namespace prefix    // encountered as part of the value of the exclude-result-prefixes attribute    // was in error.    // ER_INVALID_PREFIX - new error message for bugzilla #788    { ER_INVALID_PREFIX,     "Prefix in exclude-result-prefixes is not valid: {0}"},    // Note to translators:  An "attribute set" is a set of attributes that can    // be added to an element in the output document as a group.  The message    // indicates that there was a reference to an attribute set named {0} that    // was never defined.    // ER_NO_ATTRIB_SET - new error message for bugzilla #782    { ER_NO_ATTRIB_SET,     "attribute-set named {0} does not exist"},         // Note to translators:  This message indicates that there was a reference    // to a function named {0} for which no function definition could be found.    { ER_FUNCTION_NOT_FOUND,     "The function named {0} does not exist"},    // Note to translators:  This message indicates that the XSLT instruction    // that is named by the substitution text {0} must not contain other XSLT    // instructions (content) or a "select" attribute.  The word "select" is    // an XSLT keyword in this case and must not be translated.    { ER_CANT_HAVE_CONTENT_AND_SELECT,     "The {0} element must not have both content and a select attribute."},    // Note to translators:  This message indicates that the value argument    // of setParameter must be a valid Java Object.    { ER_INVALID_SET_PARAM_VALUE,     "The value of param {0} must be a valid Java Object"},    { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT,      "The result-prefix attribute of an xsl:namespace-alias element has the value '#default', but there is no declaration of the default namespace in scope for the element"},    { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX,      "The result-prefix attribute of an xsl:namespace-alias element has the value ''{0}'', but there is no namespace declaration for the prefix ''{0}'' in scope for the element."},    { ER_SET_FEATURE_NULL_NAME,      "The feature name cannot be null in TransformerFactory.setFeature(String name, boolean value)."},        { ER_GET_FEATURE_NULL_NAME,      "The feature name cannot be null in TransformerFactory.getFeature(String name)."},        { ER_UNSUPPORTED_FEATURE,      "Cannot set the feature ''{0}'' on this TransformerFactory."},        { ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING,  	  "Use of the extension element ''{0}'' is not allowed when the secure processing feature is set to true."},        { ER_NAMESPACE_CONTEXT_NULL_NAMESPACE, 		      "Cannot get the prefix for a null namespace uri."},    { ER_NAMESPACE_CONTEXT_NULL_PREFIX, 		      "Cannot get the namespace uri for null prefix."},    { ER_XPATH_RESOLVER_NULL_QNAME, 		

⌨️ 快捷键说明

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