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

📄 xpatherrorresources_ko.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,       "{0}\uc744(\ub97c) \ubd80\uc6b8\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},  // 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,       "{0}\uc744(\ub97c) \ub2e8\uc77c \ub178\ub4dc\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c getter \uc740 ANY_UNORDERED_NODE_TYPE \ubc0f FIRST_ORDERED_NODE_TYPE \uc720\ud615\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4."},  // 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,       "{0} \uc720\ud615\uc5d0 \ub300\ud55c \uc2a4\ub0c5\uc0f7 \uae38\uc774\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c getter \uc740 UNORDERED_NODE_SNAPSHOT_TYPE \ubc0f ORDERED_NODE_SNAPSHOT_TYPE \uc720\ud615\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4."},  /** Field ER_NON_ITERATOR_TYPE                */  //public static final int ER_NON_ITERATOR_TYPE        = 106;  { ER_NON_ITERATOR_TYPE,       "\ube44 \ubc18\ubcf5\uae30 \uc720\ud615 {0}\uc5d0 \ub300\ud574 \ubc18\ubcf5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},  // 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,       "\uacb0\uacfc\uac00 \ub9ac\ud134\ub418\uc5c8\uc73c\ubbc0\ub85c \ubb38\uc11c\uac00 \ubcc0\uacbd\ub429\ub2c8\ub2e4. \ubc18\ubcf5\uae30\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},  /** Field ER_INVALID_XPATH_TYPE               *///  public static final int ER_INVALID_XPATH_TYPE       = 108;  { ER_INVALID_XPATH_TYPE,       "\uc798\ubabb\ub41c XPath \uc720\ud615 \uc778\uc218: {0}"},  /** Field ER_EMPTY_XPATH_RESULT                *///  public static final int ER_EMPTY_XPATH_RESULT       = 109;  { ER_EMPTY_XPATH_RESULT,       "\ube44\uc5b4 \uc788\ub294 XPath result \uc624\ube0c\uc81d\ud2b8"},  /** Field ER_INCOMPATIBLE_TYPES                *///  public static final int ER_INCOMPATIBLE_TYPES       = 110;  { ER_INCOMPATIBLE_TYPES,       "\ub9ac\ud134\ub41c \uc720\ud615 {0}\uc740(\ub294) \uc9c0\uc815\ub41c \uc720\ud615 {1}(\uc73c)\ub85c \uac15\uc81c \uc9c0\uc815\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},  /** Field ER_NULL_RESOLVER                     */ // public static final int ER_NULL_RESOLVER            = 111;  { ER_NULL_RESOLVER,       "\ub110(null) \uc811\ub450\ubd80 \ubd84\uc11d\uae30\ub85c \uc811\ub450\ubd80\ub97c \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},  // 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,       "{0}\uc744(\ub97c) \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},  // 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,       "{0} \uc720\ud615\uc5d0 \ub300\ud55c snapshotItem\uc744 \ud638\ucd9c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ubc29\ubc95\uc740 UNORDERED_NODE_SNAPSHOT_TYPE \ubc0f ORDERED_NODE_SNAPSHOT_TYPE \uc720\ud615\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4."},  // 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,       "\ucee8\ud14d\uc2a4\ud2b8 \ub178\ub4dc\ub294 \uc774 XPathEvaluator\ub85c \ubc14\uc778\ub4dc\ub418\ub294 \ubb38\uc11c\uc5d0 \ud3ec\ud568\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},  // 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,       "\ucee8\ud14d\uc2a4\ud2b8 \ub178\ub4dc \uc720\ud615\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},  /** Field ER_XPATH_ERROR                       *///  public static final int ER_XPATH_ERROR             = 116;  { ER_XPATH_ERROR,       "XPath\uc758 \uc54c \uc218 \uc5c6\ub294 \uc624\ub958."},  // Warnings...  /** Field WG_LOCALE_NAME_NOT_HANDLED          *///  public static final int WG_LOCALE_NAME_NOT_HANDLED = 1;  { WG_LOCALE_NAME_NOT_HANDLED,      "format-number \ud568\uc218\uc5d0 \uc788\ub294 \ub85c\ucf00\uc77c \uc774\ub984\uc774 \uc544\uc9c1 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4!"},  /** Field WG_PROPERTY_NOT_SUPPORTED          *///  public static final int WG_PROPERTY_NOT_SUPPORTED = 2;  { WG_PROPERTY_NOT_SUPPORTED,      "XSL \ud2b9\uc131\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: {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,      "\ud2b9\uc131\uc5d0\uc11c {0} \uc774\ub984 \uacf5\uac04\uacfc \uad00\ub828\ud558\uc5ec \ud604\uc7ac \uc544\ubb34\ub7f0 \uc791\uc5c5\ub3c4 \uc218\ud589\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: {1}"},  /** Field WG_SECURITY_EXCEPTION          */// public static final int WG_SECURITY_EXCEPTION = 4;  { WG_SECURITY_EXCEPTION,      "XSL \uc2dc\uc2a4\ud15c \ud2b9\uc131\uc5d0 \uc561\uc138\uc2a4 \uc2dc\ub3c4 \uc911 SecurityException: {0}"},  /** Field WG_QUO_NO_LONGER_DEFINED          *///  public static final int WG_QUO_NO_LONGER_DEFINED = 5;  { WG_QUO_NO_LONGER_DEFINED,      "\uc774\uc804 \uad6c\ubb38: quo(...)\uac00 \ub354 \uc774\uc0c1 XPath\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},  /** 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,      "nodeTest\ub97c \uad6c\ud604\ud558\ub824\uba74 XPath\uc5d0 \ub3c4\ucd9c\ub41c \uc624\ube0c\uc81d\ud2b8\uac00 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4!"},  /** Field WG_FUNCTION_TOKEN_NOT_FOUND          *///  public static final int WG_FUNCTION_TOKEN_NOT_FOUND = 7;  { WG_FUNCTION_TOKEN_NOT_FOUND,      "\ud568\uc218 \ud1a0\ud070\uc774 \uc5c6\uc2b5\ub2c8\ub2e4."},  /** Field WG_COULDNOT_FIND_FUNCTION          *///  public static final int WG_COULDNOT_FIND_FUNCTION = 8;  { WG_COULDNOT_FIND_FUNCTION,      "\ud568\uc218\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {0}"},  /** Field WG_CANNOT_MAKE_URL_FROM          *///  public static final int WG_CANNOT_MAKE_URL_FROM = 9;  { WG_CANNOT_MAKE_URL_FROM,      "{0}\uc5d0\uc11c URL\uc744 \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},  /** Field WG_EXPAND_ENTITIES_NOT_SUPPORTED          *///  public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED = 10;  { WG_EXPAND_ENTITIES_NOT_SUPPORTED,      "DTM \uad6c\ubb38 \ubd84\uc11d\uae30\uc5d0 \ub300\ud574 -E \uc635\uc158\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},  /** Field WG_ILLEGAL_VARIABLE_REFERENCE          *///  public static final int WG_ILLEGAL_VARIABLE_REFERENCE = 11;  { WG_ILLEGAL_VARIABLE_REFERENCE,      "\ubcc0\uc218\uc5d0 \ub300\ud574 \uc8fc\uc5b4\uc9c4 VariableReference\uac00 \ubc94\uc704\ub97c \ubc97\uc5b4\ub0ac\uac70\ub098 \uc815\uc758\uac00 \uc5c6\uc2b5\ub2c8\ub2e4! \uc774\ub984 = {0}"},  /** Field WG_UNSUPPORTED_ENCODING          *///  public static final int WG_UNSUPPORTED_ENCODING = 12;  { WG_UNSUPPORTED_ENCODING,     "\uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc778\ucf54\ub529: {0}"},  // Other miscellaneous text used inside the code...  { "ui_language", "ko"},  { "help_language", "ko"},  { "language", "ko"},  { "BAD_CODE", "createMessage\uc5d0 \ub300\ud55c \ub9e4\uac1c\ubcc0\uc218\uac00 \ubc94\uc704\ub97c \ubc97\uc5b4\ub0a8"},  { "FORMAT_FAILED", "messageFormat \ud638\ucd9c \uc911 \uc608\uc678 \ubc1c\uc0dd"},  { "version", ">>>>>>> Xalan \ubc84\uc804 "},  { "version2", "<<<<<<<"},  { "yes", "\uc608"},  { "line", "\ud589 #"},  { "column", "\uc5f4 #"},  { "xsldone", "XSLProcessor: \uc644\ub8cc"},  { "xpath_option", "xpath \uc635\uc158: "},  { "optionIN", "[-in inputXMLURL]"},  { "optionSelect", "[-select xpath expression]"},  { "optionMatch", "[-match match pattern (\uc77c\uce58 \uc9c4\ub2e8\uc744 \uc704\ud574)]"},  { "optionAnyExpr", "\ub610\ub294 xpath \ud45c\ud604\uc2dd\ub9cc\uc73c\ub85c \uc9c4\ub2e8 \ub364\ud504\uac00 \uc218\ud589\ub420 \uac83\uc785\ub2c8\ub2e4."},  { "noParsermsg1", "XSL \ud504\ub85c\uc138\uc2a4\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4."},  { "noParsermsg2", "** \uad6c\ubb38 \ubd84\uc11d\uae30\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. **"},  { "noParsermsg3", "\ud074\ub798\uc2a4 \uacbd\ub85c\ub97c \uc810\uac80\ud558\uc2ed\uc2dc\uc624."},  { "noParsermsg4", "Java\uc6a9 IBM XML \uad6c\ubb38 \ubd84\uc11d\uae30\uac00 \uc5c6\uc73c\uba74"},  { "noParsermsg5", "IBM's AlphaWorks: http://www.alphaworks.ibm.com/formula/xml \uc5d0\uc11c \ub2e4\uc6b4\ub85c\ub4dc \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4."},  { "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 = "\uc624\ub958: ";  /** Field WARNING_HEADER          */  public static final String WARNING_HEADER = "\uacbd\uace0: ";  /** 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("ko", "KR"));      }      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 + -