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

📄 xpatherrorresources_zh_tw.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
  //{ ER_ARG_LOCALNAME_INVALID,  //     "Localname in QNAME should be a valid NCName"},  // Note to translators:  A QNAME has the syntactic form [NCName:]NCName  // The prefix is the portion before the optional colon; the message indicates  // that there is a problem with that part of the QNAME.  /** prefix in QNAME should be a valid NCName */ // public static final int ER_ARG_PREFIX_INVALID = 102;  //{ ER_ARG_PREFIX_INVALID,   //    "Prefix in QNAME should be a valid NCName"},  // Note to translators:  The substitution text is the name of a data type.  The  // message indicates that a value of a particular type could not be converted  // to a value of type string.  /** Field ER_CANT_CONVERT_TO_BOOLEAN          *///  public static final int ER_CANT_CONVERT_TO_BOOLEAN = 103;  { ER_CANT_CONVERT_TO_BOOLEAN,       "\u7121\u6cd5\u5c07 {0} \u8f49\u63db\u70ba boolean\u3002"},  // Note to translators: Do not translate ANY_UNORDERED_NODE_TYPE and  // FIRST_ORDERED_NODE_TYPE.  /** Field ER_CANT_CONVERT_TO_SINGLENODE       */  //public static final int ER_CANT_CONVERT_TO_SINGLENODE = 104;  { ER_CANT_CONVERT_TO_SINGLENODE,       "\u7121\u6cd5\u5c07 {0} \u8f49\u63db\u70ba\u55ae\u4e00\u7bc0\u9ede\u3002\u6b64\u53d6\u5f97\u5143\u9069\u7528\u65bc ANY_UNORDERED_NODE_TYPE \u548c FIRST_ORDERED_NODE_TYPE \u5169\u7a2e\u985e\u578b\u3002"},  // Note to translators: Do not translate UNORDERED_NODE_SNAPSHOT_TYPE and  // ORDERED_NODE_SNAPSHOT_TYPE.  /** Field ER_CANT_GET_SNAPSHOT_LENGTH         *///  public static final int ER_CANT_GET_SNAPSHOT_LENGTH = 105;  { ER_CANT_GET_SNAPSHOT_LENGTH,       "\u7121\u6cd5\u53d6\u5f97\u985e\u578b {0} \u7684\u77ac\u9593\u5feb\u7167\u9577\u5ea6\u3002\u6b64\u53d6\u5f97\u5143\u9069\u7528\u65bc UNORDERED_NODE_SNAPSHOT_TYPE \u548c ORDERED_NODE_SNAPSHOT_TYPE \u5169\u7a2e\u985e\u578b\u3002"},  /** Field ER_NON_ITERATOR_TYPE                */  //public static final int ER_NON_ITERATOR_TYPE        = 106;  { ER_NON_ITERATOR_TYPE,       "\u7121\u6cd5\u758a\u4ee3\u975e\u758a\u4ee3\u985e\u578b\uff1a{0}"},  // Note to translators: This message indicates that the document being operated  // upon changed, so the iterator object that was being used to traverse the  // document has now become invalid.  /** Field ER_DOC_MUTATED                      *///  public static final int ER_DOC_MUTATED              = 107;  { ER_DOC_MUTATED,       "\u81ea\u50b3\u56de\u7d50\u679c\u4e4b\u5f8c\uff0c\u6587\u4ef6\u5df2\u7522\u751f\u8b8a\u5316\u3002\u91cd\u8907\u9805\u76ee\u7121\u6548\u3002"},  /** Field ER_INVALID_XPATH_TYPE               *///  public static final int ER_INVALID_XPATH_TYPE       = 108;  { ER_INVALID_XPATH_TYPE,       "XPath \u985e\u578b\u5f15\u6578 {0} \u7121\u6548"},  /** Field ER_EMPTY_XPATH_RESULT                *///  public static final int ER_EMPTY_XPATH_RESULT       = 109;  { ER_EMPTY_XPATH_RESULT,       "XPath \u7d50\u679c\u7269\u4ef6\u7a7a\u767d"},  /** Field ER_INCOMPATIBLE_TYPES                *///  public static final int ER_INCOMPATIBLE_TYPES       = 110;  { ER_INCOMPATIBLE_TYPES,       "\u50b3\u56de\u985e\u578b\uff1a{0} \u7121\u6cd5\u5f37\u5236\u6210\u70ba\u6307\u5b9a\u7684\u985e\u578b\uff1a{1}"},  /** Field ER_NULL_RESOLVER                     */ // public static final int ER_NULL_RESOLVER            = 111;  { ER_NULL_RESOLVER,       "\u7121\u6cd5\u89e3\u6790\u542b\u7a7a\u503c\u5b57\u9996\u89e3\u6790\u5668\u7684\u5b57\u9996\u3002"},  // Note to translators:  The substitution text is the name of a data type.  The  // message indicates that a value of a particular type could not be converted  // to a value of type string.  /** Field ER_CANT_CONVERT_TO_STRING            *///  public static final int ER_CANT_CONVERT_TO_STRING   = 112;  { ER_CANT_CONVERT_TO_STRING,       "\u7121\u6cd5\u5c07 {0} \u8f49\u63db\u70ba\u5b57\u4e32\u3002"},  // Note to translators: Do not translate snapshotItem,  // UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE.  /** Field ER_NON_SNAPSHOT_TYPE                 *///  public static final int ER_NON_SNAPSHOT_TYPE       = 113;  { ER_NON_SNAPSHOT_TYPE,       "\u7121\u6cd5\u547c\u53eb snapshotItem \u985e\u578b\uff1a{0}\u3002\u6b64\u65b9\u6cd5\u9069\u7528\u65bc UNORDERED_NODE_SNAPSHOT_TYPE \u548c ORDERED_NODE_SNAPSHOT_TYPE \u5169\u7a2e\u985e\u578b\u3002"},  // Note to translators:  XPathEvaluator is a Java interface name.  An  // XPathEvaluator is created with respect to a particular XML document, and in  // this case the expression represented by this object was being evaluated with  // respect to a context node from a different document.  /** Field ER_WRONG_DOCUMENT                    *///  public static final int ER_WRONG_DOCUMENT          = 114;  { ER_WRONG_DOCUMENT,       "\u74b0\u5883\u5b9a\u7fa9\u7bc0\u9ede\u4e0d\u5c6c\u65bc\u548c\u6b64 XPathEvaluator \u9023\u7d50\u7684\u6587\u4ef6\u3002"},  // Note to translators:  The XPath expression cannot be evaluated with respect  // to this type of node.  /** Field ER_WRONG_NODETYPE                    *///  public static final int ER_WRONG_NODETYPE          = 115;  { ER_WRONG_NODETYPE,       "\u74b0\u5883\u5b9a\u7fa9\u7bc0\u9ede\u985e\u578b\u672a\u53d7\u652f\u63f4\u3002"},  /** Field ER_XPATH_ERROR                       *///  public static final int ER_XPATH_ERROR             = 116;  { ER_XPATH_ERROR,       "XPath \u767c\u751f\u4e0d\u660e\u932f\u8aa4\u3002"},  // Warnings...  /** Field WG_LOCALE_NAME_NOT_HANDLED          *///  public static final int WG_LOCALE_NAME_NOT_HANDLED = 1;  { WG_LOCALE_NAME_NOT_HANDLED,      "format-number \u51fd\u6578\u4e2d\u7684\u8a9e\u8a00\u74b0\u5883\u540d\u7a31\u5c1a\u672a\u8655\u7406\uff01"},  /** Field WG_PROPERTY_NOT_SUPPORTED          *///  public static final int WG_PROPERTY_NOT_SUPPORTED = 2;  { WG_PROPERTY_NOT_SUPPORTED,      "XSL \u5167\u5bb9\u672a\u53d7\u652f\u63f4\uff1a{0}"},  /** Field WG_DONT_DO_ANYTHING_WITH_NS          *///  public static final int WG_DONT_DO_ANYTHING_WITH_NS = 3;  { WG_DONT_DO_ANYTHING_WITH_NS,      "\u76ee\u524d\u4e0d\u8981\u5c0d\u5167\u5bb9\uff1a{1} \u4e2d\u7684\u540d\u7a31\u7a7a\u9593 {0} \u505a\u4efb\u4f55\u52d5\u4f5c"},  /** Field WG_SECURITY_EXCEPTION          */// public static final int WG_SECURITY_EXCEPTION = 4;  { WG_SECURITY_EXCEPTION,      "\u5617\u8a66\u5b58\u53d6 XSL \u7cfb\u7d71\u5167\u5bb9\uff1a{0} \u6642\u767c\u751f SecurityException"},  /** Field WG_QUO_NO_LONGER_DEFINED          *///  public static final int WG_QUO_NO_LONGER_DEFINED = 5;  { WG_QUO_NO_LONGER_DEFINED,      "XPath \u4e2d\u5df2\u4e0d\u518d\u5b9a\u7fa9\u820a\u8a9e\u6cd5\uff1aquo(...)\u3002"},  /** Field WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST          */// public static final int WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST = 6;  { WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST,      "XPath \u9700\u8981\u884d\u751f\u7269\u4ef6\u4f86\u5be6\u4f5c nodeTest\uff01"},  /** Field WG_FUNCTION_TOKEN_NOT_FOUND          *///  public static final int WG_FUNCTION_TOKEN_NOT_FOUND = 7;  { WG_FUNCTION_TOKEN_NOT_FOUND,      "\u627e\u4e0d\u5230\u51fd\u6578\u8a18\u865f\u3002"},  /** Field WG_COULDNOT_FIND_FUNCTION          *///  public static final int WG_COULDNOT_FIND_FUNCTION = 8;  { WG_COULDNOT_FIND_FUNCTION,      "\u627e\u4e0d\u5230\u51fd\u6578\uff1a{0}"},  /** Field WG_CANNOT_MAKE_URL_FROM          *///  public static final int WG_CANNOT_MAKE_URL_FROM = 9;  { WG_CANNOT_MAKE_URL_FROM,      "\u7121\u6cd5\u5f9e\uff1a{0} \u7522\u751f URL"},  /** Field WG_EXPAND_ENTITIES_NOT_SUPPORTED          *///  public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED = 10;  { WG_EXPAND_ENTITIES_NOT_SUPPORTED,      "-E \u9078\u9805\u4e0d\u53d7 DTM \u5256\u6790\u5668\u652f\u63f4"},  /** Field WG_ILLEGAL_VARIABLE_REFERENCE          *///  public static final int WG_ILLEGAL_VARIABLE_REFERENCE = 11;  { WG_ILLEGAL_VARIABLE_REFERENCE,      "\u63d0\u4f9b\u7d66\u8b8a\u6578\u7684 VariableReference \u8d85\u51fa\u74b0\u5883\u5b9a\u7fa9\u6216\u6c92\u6709\u5b9a\u7fa9\uff01\u540d\u7a31 = {0}"},  /** Field WG_UNSUPPORTED_ENCODING          *///  public static final int WG_UNSUPPORTED_ENCODING = 12;  { WG_UNSUPPORTED_ENCODING,     "\u4e0d\u652f\u63f4\u7de8\u78bc\uff1a{0}"},  // Other miscellaneous text used inside the code...  { "ui_language", "zh"},  { "help_language", "zh"},  { "language", "zh"},  { "BAD_CODE", "createMessage \u7684\u53c3\u6578\u8d85\u51fa\u754c\u9650"},  { "FORMAT_FAILED", "\u5728 messageFormat \u547c\u53eb\u671f\u9593\u64f2\u51fa\u7570\u5e38"},  { "version", ">>>>>>> Xalan \u7248\u672c"},  { "version2", "<<<<<<<"},  { "yes", "yes"},  { "line", "\u884c\u865f"},  { "column", "\u6b04\u865f"},  { "xsldone", "XSLProcessor\uff1a\u5b8c\u6210"},  { "xpath_option", "xpath \u9078\u9805\uff1a"},  { "optionIN", "[-in inputXMLURL]"},  { "optionSelect", "[-select xpath \u8868\u793a\u5f0f]"},  { "optionMatch", "[-match \u7b26\u5408\u578b\u6a23\uff08\u7528\u65bc\u6bd4\u5c0d\u8a3a\u65b7\uff09]"},  { "optionAnyExpr", "\u6216\u53ea\u6709\u4e00\u500b xpath \u8868\u793a\u5f0f\u6703\u57f7\u884c\u8a3a\u65b7\u50be\u51fa"},  { "noParsermsg1", "XSL \u7a0b\u5e8f\u6c92\u6709\u9806\u5229\u5b8c\u6210\u3002"},  { "noParsermsg2", "** \u627e\u4e0d\u5230\u5256\u6790\u5668 **"},  { "noParsermsg3", "\u8acb\u6aa2\u67e5\u985e\u5225\u8def\u5f91\u3002"},  { "noParsermsg4", "\u5982\u679c\u60a8\u6c92\u6709 IBM \u7684 XML Parser for Java\uff0c\u53ef\u81ea\u4ee5\u4e0b\u7db2\u5740\u4e0b\u8f09"},  { "noParsermsg5", "IBM \u7684 AlphaWorks\uff1ahttp://www.alphaworks.ibm.com/formula/xml"},  { "gtone", ">1" },  { "zero", "0" },  { "one", "1" },  { "two" , "2" },  { "three", "3" }  };  }  /** Field BAD_CODE          */  public static final String BAD_CODE = "BAD_CODE";  /** Field FORMAT_FAILED          */  public static final String FORMAT_FAILED = "FORMAT_FAILED";  /** Field ERROR_RESOURCES          */  public static final String ERROR_RESOURCES =    "com.sun.org.apache.xpath.internal.res.XPATHErrorResources";  /** Field ERROR_STRING          */  public static final String ERROR_STRING = "#error";  /** Field ERROR_HEADER          */  public static final String ERROR_HEADER = "\u932f\u8aa4\uff1a";  /** Field WARNING_HEADER          */  public static final String WARNING_HEADER = "\u8b66\u544a\uff1a";  /** Field XSL_HEADER          */  public static final String XSL_HEADER = "XSL ";  /** Field XML_HEADER          */  public static final String XML_HEADER = "XML ";  /** Field QUERY_HEADER          */  public static final String QUERY_HEADER = "PATTERN ";  /**   * Return a named ResourceBundle for a particular locale.  This method mimics the behavior   * of ResourceBundle.getBundle().   *   * @param className Name of local-specific subclass.   * @return the ResourceBundle   * @throws MissingResourceException   */  public static final XPATHErrorResources loadResourceBundle(String className)          throws MissingResourceException  {    Locale locale = Locale.getDefault();    String suffix = getResourceSuffix(locale);    try    {      // first try with the given locale      return (XPATHErrorResources) ResourceBundle.getBundle(className              + suffix, locale);    }    catch (MissingResourceException e)    {      try  // try to fall back to en_US if we can't load      {        // Since we can't find the localized property file,        // fall back to en_US.        return (XPATHErrorResources) ResourceBundle.getBundle(className,                new Locale("zh", "TW"));      }      catch (MissingResourceException e2)      {        // Now we are really in trouble.        // very bad, definitely very bad...not going to get very far        throw new MissingResourceException(          "Could not load any resource bundles.", className, "");      }    }  }  /**   * Return the resource file suffic for the indicated locale   * For most locales, this will be based the language code.  However   * for Chinese, we do distinguish between Taiwan and PRC   *   * @param locale the locale   * @return an String suffix which canbe appended to a resource name   */  private static final String getResourceSuffix(Locale locale)  {    String suffix = "_" + locale.getLanguage();    String country = locale.getCountry();    if (country.equals("TW"))      suffix += "_" + country;    return suffix;  }}

⌨️ 快捷键说明

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