1. /*
  2. * @(#)XPATHErrorResources_ko.java 1.3 03/04/28
  3. * The Apache Software License, Version 1.1
  4. *
  5. *
  6. * Copyright (c) 1999 The Apache Software Foundation. All rights
  7. * reserved.
  8. *
  9. * Redistribution and use in source and binary forms, with or without
  10. * modification, are permitted provided that the following conditions
  11. * are met:
  12. *
  13. * 1. Redistributions of source code must retain the above copyright
  14. * notice, this list of conditions and the following disclaimer.
  15. *
  16. * 2. Redistributions in binary form must reproduce the above copyright
  17. * notice, this list of conditions and the following disclaimer in
  18. * the documentation and/or other materials provided with the
  19. * distribution.
  20. *
  21. * 3. The end-user documentation included with the redistribution,
  22. * if any, must include the following acknowledgment:
  23. * "This product includes software developed by the
  24. * Apache Software Foundation (http://www.apache.org/)."
  25. * Alternately, this acknowledgment may appear in the software itself,
  26. * if and wherever such third-party acknowledgments normally appear.
  27. *
  28. * 4. The names "Xalan" and "Apache Software Foundation" must
  29. * not be used to endorse or promote products derived from this
  30. * software without prior written permission. For written
  31. * permission, please contact apache@apache.org.
  32. *
  33. * 5. Products derived from this software may not be called "Apache",
  34. * nor may "Apache" appear in their name, without prior written
  35. * permission of the Apache Software Foundation.
  36. *
  37. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  38. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  39. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  40. * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  41. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  42. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  43. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  44. * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  45. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  46. * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  47. * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  48. * SUCH DAMAGE.
  49. * ====================================================================
  50. *
  51. * This software consists of voluntary contributions made by many
  52. * individuals on behalf of the Apache Software Foundation and was
  53. * originally based on software copyright (c) 2002, Sun Microsystems,
  54. * Inc., http://www.sun.com. For more
  55. * information on the Apache Software Foundation, please see
  56. * <http://www.apache.org/>.
  57. */
  58. package org.apache.xpath.res;
  59. import org.apache.xml.utils.res.XResourceBundleBase;
  60. import java.util.*;
  61. import java.text.DecimalFormat;
  62. /**
  63. * <meta name="usage" content="advanced"/>
  64. * Set up error messages.
  65. * We build a two dimensional array of message keys and
  66. * message strings. In order to add a new message here,
  67. * you need to first add a Static string constant for the
  68. * Key and update the contents array with Key, Value pair
  69. * Also you need to update the count of messages(MAX_CODE)or
  70. * the count of warnings(MAX_WARNING) [ Information purpose only]
  71. */
  72. public class XPATHErrorResources_ko extends XPATHErrorResources
  73. {
  74. /** Field MAX_CODE */
  75. public static final int MAX_CODE = 116; // this is needed to keep track of the number of messages
  76. /** Field MAX_WARNING */
  77. public static final int MAX_WARNING = 11; // this is needed to keep track of the number of warnings
  78. /** Field MAX_OTHERS */
  79. public static final int MAX_OTHERS = 20;
  80. /** Field MAX_MESSAGES */
  81. public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
  82. //\uc0bd\uc785 \uc2dc\uc791
  83. public static final String ERROR0000 = "ERROR0000";
  84. public static final String ER_CURRENT_NOT_ALLOWED_IN_MATCH =
  85. "ER_CURRENT_NOT_ALLOWED_IN_MATCH";
  86. public static final String ER_CURRENT_TAKES_NO_ARGS =
  87. "ER_CURRENT_TAKES_NO_ARGS";
  88. public static final String ER_DOCUMENT_REPLACED = "ER_DOCUMENT_REPLACED";
  89. public static final String ER_CONTEXT_HAS_NO_OWNERDOC =
  90. "ER_CONTEXT_HAS_NO_OWNERDOC";
  91. public static final String ER_LOCALNAME_HAS_TOO_MANY_ARGS =
  92. "ER_LOCALNAME_HAS_TOO_MANY_ARGS";
  93. public static final String ER_NAMESPACEURI_HAS_TOO_MANY_ARGS =
  94. "ER_NAMESPACEURI_HAS_TOO_MANY_ARGS";
  95. public static final String ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS =
  96. "ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS";
  97. public static final String ER_NUMBER_HAS_TOO_MANY_ARGS =
  98. "ER_NUMBER_HAS_TOO_MANY_ARGS";
  99. public static final String ER_NAME_HAS_TOO_MANY_ARGS =
  100. "ER_NAME_HAS_TOO_MANY_ARGS";
  101. public static final String ER_STRING_HAS_TOO_MANY_ARGS =
  102. "ER_STRING_HAS_TOO_MANY_ARGS";
  103. public static final String ER_STRINGLENGTH_HAS_TOO_MANY_ARGS =
  104. "ER_STRINGLENGTH_HAS_TOO_MANY_ARGS";
  105. public static final String ER_TRANSLATE_TAKES_3_ARGS =
  106. "ER_TRANSLATE_TAKES_3_ARGS";
  107. public static final String ER_UNPARSEDENTITYURI_TAKES_1_ARG =
  108. "ER_UNPARSEDENTITYURI_TAKES_1_ARG";
  109. public static final String ER_NAMESPACEAXIS_NOT_IMPLEMENTED =
  110. "ER_NAMESPACEAXIS_NOT_IMPLEMENTED";
  111. public static final String ER_UNKNOWN_AXIS = "ER_UNKNOWN_AXIS";
  112. public static final String ER_UNKNOWN_MATCH_OPERATION =
  113. "ER_UNKNOWN_MATCH_OPERATION";
  114. public static final String ER_INCORRECT_ARG_LENGTH ="ER_INCORRECT_ARG_LENGTH";
  115. public static final String ER_CANT_CONVERT_TO_NUMBER =
  116. "ER_CANT_CONVERT_TO_NUMBER";
  117. public static final String ER_CANT_CONVERT_TO_NODELIST =
  118. "ER_CANT_CONVERT_TO_NODELIST";
  119. public static final String ER_CANT_CONVERT_TO_MUTABLENODELIST =
  120. "ER_CANT_CONVERT_TO_MUTABLENODELIST";
  121. public static final String ER_CANT_CONVERT_TO_TYPE ="ER_CANT_CONVERT_TO_TYPE";
  122. public static final String ER_EXPECTED_MATCH_PATTERN =
  123. "ER_EXPECTED_MATCH_PATTERN";
  124. public static final String ER_COULDNOT_GET_VAR_NAMED =
  125. "ER_COULDNOT_GET_VAR_NAMED";
  126. public static final String ER_UNKNOWN_OPCODE = "ER_UNKNOWN_OPCODE";
  127. public static final String ER_EXTRA_ILLEGAL_TOKENS ="ER_EXTRA_ILLEGAL_TOKENS";
  128. public static final String ER_EXPECTED_DOUBLE_QUOTE =
  129. "ER_EXPECTED_DOUBLE_QUOTE";
  130. public static final String ER_EXPECTED_SINGLE_QUOTE =
  131. "ER_EXPECTED_SINGLE_QUOTE";
  132. public static final String ER_EMPTY_EXPRESSION = "ER_EMPTY_EXPRESSION";
  133. public static final String ER_EXPECTED_BUT_FOUND = "ER_EXPECTED_BUT_FOUND";
  134. public static final String ER_INCORRECT_PROGRAMMER_ASSERTION =
  135. "ER_INCORRECT_PROGRAMMER_ASSERTION";
  136. public static final String ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL =
  137. "ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL";
  138. public static final String ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG =
  139. "ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG";
  140. public static final String ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG =
  141. "ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG";
  142. public static final String ER_PREDICATE_ILLEGAL_SYNTAX =
  143. "ER_PREDICATE_ILLEGAL_SYNTAX";
  144. public static final String ER_ILLEGAL_AXIS_NAME = "ER_ILLEGAL_AXIS_NAME";
  145. public static final String ER_UNKNOWN_NODETYPE = "ER_UNKNOWN_NODETYPE";
  146. public static final String ER_PATTERN_LITERAL_NEEDS_BE_QUOTED =
  147. "ER_PATTERN_LITERAL_NEEDS_BE_QUOTED";
  148. public static final String ER_COULDNOT_BE_FORMATTED_TO_NUMBER =
  149. "ER_COULDNOT_BE_FORMATTED_TO_NUMBER";
  150. public static final String ER_COULDNOT_CREATE_XMLPROCESSORLIAISON =
  151. "ER_COULDNOT_CREATE_XMLPROCESSORLIAISON";
  152. public static final String ER_DIDNOT_FIND_XPATH_SELECT_EXP =
  153. "ER_DIDNOT_FIND_XPATH_SELECT_EXP";
  154. public static final String ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH =
  155. "ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH";
  156. public static final String ER_ERROR_OCCURED = "ER_ERROR_OCCURED";
  157. public static final String ER_ILLEGAL_VARIABLE_REFERENCE =
  158. "ER_ILLEGAL_VARIABLE_REFERENCE";
  159. public static final String ER_AXES_NOT_ALLOWED = "ER_AXES_NOT_ALLOWED";
  160. public static final String ER_KEY_HAS_TOO_MANY_ARGS =
  161. "ER_KEY_HAS_TOO_MANY_ARGS";
  162. public static final String ER_COUNT_TAKES_1_ARG = "ER_COUNT_TAKES_1_ARG";
  163. public static final String ER_COULDNOT_FIND_FUNCTION =
  164. "ER_COULDNOT_FIND_FUNCTION";
  165. public static final String ER_UNSUPPORTED_ENCODING ="ER_UNSUPPORTED_ENCODING";
  166. public static final String ER_PROBLEM_IN_DTM_NEXTSIBLING =
  167. "ER_PROBLEM_IN_DTM_NEXTSIBLING";
  168. public static final String ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL =
  169. "ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL";
  170. public static final String ER_SETDOMFACTORY_NOT_SUPPORTED =
  171. "ER_SETDOMFACTORY_NOT_SUPPORTED";
  172. public static final String ER_PREFIX_MUST_RESOLVE = "ER_PREFIX_MUST_RESOLVE";
  173. public static final String ER_PARSE_NOT_SUPPORTED = "ER_PARSE_NOT_SUPPORTED";
  174. public static final String ER_CREATEDOCUMENT_NOT_SUPPORTED =
  175. "ER_CREATEDOCUMENT_NOT_SUPPORTED";
  176. public static final String ER_CHILD_HAS_NO_OWNER_DOCUMENT =
  177. "ER_CHILD_HAS_NO_OWNER_DOCUMENT";
  178. public static final String ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT =
  179. "ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT";
  180. public static final String ER_SAX_API_NOT_HANDLED = "ER_SAX_API_NOT_HANDLED";
  181. public static final String ER_IGNORABLE_WHITESPACE_NOT_HANDLED =
  182. "ER_IGNORABLE_WHITESPACE_NOT_HANDLED";
  183. public static final String ER_DTM_CANNOT_HANDLE_NODES =
  184. "ER_DTM_CANNOT_HANDLE_NODES";
  185. public static final String ER_XERCES_CANNOT_HANDLE_NODES =
  186. "ER_XERCES_CANNOT_HANDLE_NODES";
  187. public static final String ER_XERCES_PARSE_ERROR_DETAILS =
  188. "ER_XERCES_PARSE_ERROR_DETAILS";
  189. public static final String ER_XERCES_PARSE_ERROR = "ER_XERCES_PARSE_ERROR";
  190. public static final String ER_CANT_OUTPUT_TEXT_BEFORE_DOC =
  191. "ER_CANT_OUTPUT_TEXT_BEFORE_DOC";
  192. public static final String ER_CANT_HAVE_MORE_THAN_ONE_ROOT =
  193. "ER_CANT_HAVE_MORE_THAN_ONE_ROOT";
  194. public static final String ER_INVALID_UTF16_SURROGATE =
  195. "ER_INVALID_UTF16_SURROGATE";
  196. public static final String ER_OIERROR = "ER_OIERROR";
  197. public static final String ER_CANNOT_CREATE_URL = "ER_CANNOT_CREATE_URL";
  198. public static final String ER_XPATH_READOBJECT = "ER_XPATH_READOBJECT";
  199. public static final String ER_FUNCTION_TOKEN_NOT_FOUND =
  200. "ER_FUNCTION_TOKEN_NOT_FOUND";
  201. public static final String ER_ARG_LOCALNAME_NULL = "ER_ARG_LOCALNAME_NULL";
  202. public static final String ER_CANNOT_DEAL_XPATH_TYPE =
  203. "ER_CANNOT_DEAL_XPATH_TYPE";
  204. public static final String ER_NODESET_NOT_MUTABLE = "ER_NODESET_NOT_MUTABLE";
  205. public static final String ER_NODESETDTM_NOT_MUTABLE =
  206. "ER_NODESETDTM_NOT_MUTABLE";
  207. /** Variable not resolvable: */
  208. public static final String ER_VAR_NOT_RESOLVABLE = "ER_VAR_NOT_RESOLVABLE";
  209. /** Null error handler */
  210. public static final String ER_NULL_ERROR_HANDLER = "ER_NULL_ERROR_HANDLER";
  211. /** Programmer's assertion: unknown opcode */
  212. public static final String ER_PROG_ASSERT_UNKNOWN_OPCODE =
  213. "ER_PROG_ASSERT_UNKNOWN_OPCODE";
  214. /** 0 or 1 */
  215. public static final String ER_ZERO_OR_ONE = "ER_ZERO_OR_ONE";
  216. /** rtf() not supported by XRTreeFragSelectWrapper */
  217. public static final String ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER =
  218. "ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER";
  219. /** asNodeIterator() not supported by XRTreeFragSelectWrapper */
  220. public static final String ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = "ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER";
  221. /** fsb() not supported for XStringForChars */
  222. public static final String ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS =
  223. "ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS";
  224. /** Could not find variable with the name of */
  225. public static final String ER_COULD_NOT_FIND_VAR = "ER_COULD_NOT_FIND_VAR";
  226. /** XStringForChars can not take a string for an argument */
  227. public static final String ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING =
  228. "ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING";
  229. /** The FastStringBuffer argument can not be null */
  230. public static final String ER_FASTSTRINGBUFFER_CANNOT_BE_NULL =
  231. "ER_FASTSTRINGBUFFER_CANNOT_BE_NULL";
  232. /** 2 or 3 */
  233. public static final String ER_TWO_OR_THREE = "ER_TWO_OR_THREE";
  234. /** Variable accessed before it is bound! */
  235. public static final String ER_VARIABLE_ACCESSED_BEFORE_BIND =
  236. "ER_VARIABLE_ACCESSED_BEFORE_BIND";
  237. /** XStringForFSB can not take a string for an argument! */
  238. public static final String ER_FSB_CANNOT_TAKE_STRING =
  239. "ER_FSB_CANNOT_TAKE_STRING";
  240. /** Error! Setting the root of a walker to null! */
  241. public static final String ER_SETTING_WALKER_ROOT_TO_NULL =
  242. "ER_SETTING_WALKER_ROOT_TO_NULL";
  243. /** This NodeSetDTM can not iterate to a previous node! */
  244. public static final String ER_NODESETDTM_CANNOT_ITERATE =
  245. "ER_NODESETDTM_CANNOT_ITERATE";
  246. /** This NodeSet can not iterate to a previous node! */
  247. public static final String ER_NODESET_CANNOT_ITERATE =
  248. "ER_NODESET_CANNOT_ITERATE";
  249. /** This NodeSetDTM can not do indexing or counting functions! */
  250. public static final String ER_NODESETDTM_CANNOT_INDEX =
  251. "ER_NODESETDTM_CANNOT_INDEX";
  252. /** This NodeSet can not do indexing or counting functions! */
  253. public static final String ER_NODESET_CANNOT_INDEX =
  254. "ER_NODESET_CANNOT_INDEX";
  255. /** Can not call setShouldCacheNodes after nextNode has been called! */
  256. public static final String ER_CANNOT_CALL_SETSHOULDCACHENODE =
  257. "ER_CANNOT_CALL_SETSHOULDCACHENODE";
  258. /** {0} only allows {1} arguments */
  259. public static final String ER_ONLY_ALLOWS = "ER_ONLY_ALLOWS";
  260. /** Programmer's assertion in getNextStepPos: unknown stepType: {0} */
  261. public static final String ER_UNKNOWN_STEP = "ER_UNKNOWN_STEP";
  262. /** Problem with RelativeLocationPath */
  263. public static final String ER_EXPECTED_REL_LOC_PATH =
  264. "ER_EXPECTED_REL_LOC_PATH";
  265. /** Problem with LocationPath */
  266. public static final String ER_EXPECTED_LOC_PATH = "ER_EXPECTED_LOC_PATH";
  267. /** Problem with Step */
  268. public static final String ER_EXPECTED_LOC_STEP = "ER_EXPECTED_LOC_STEP";
  269. /** Problem with NodeTest */
  270. public static final String ER_EXPECTED_NODE_TEST = "ER_EXPECTED_NODE_TEST";
  271. /** Expected step pattern */
  272. public static final String ER_EXPECTED_STEP_PATTERN =
  273. "ER_EXPECTED_STEP_PATTERN";
  274. /** Expected relative path pattern */
  275. public static final String ER_EXPECTED_REL_PATH_PATTERN =
  276. "ER_EXPECTED_REL_PATH_PATTERN";
  277. /** localname in QNAME should be a valid NCName */
  278. public static final String ER_ARG_LOCALNAME_INVALID =
  279. "ER_ARG_LOCALNAME_INVALID";
  280. /** prefix in QNAME should be a valid NCName */
  281. public static final String ER_ARG_PREFIX_INVALID = "ER_ARG_PREFIX_INVALID";
  282. /** Field ER_CANT_CONVERT_TO_BOOLEAN */
  283. public static final String ER_CANT_CONVERT_TO_BOOLEAN =
  284. "ER_CANT_CONVERT_TO_BOOLEAN";
  285. /** Field ER_CANT_CONVERT_TO_SINGLENODE */
  286. public static final String ER_CANT_CONVERT_TO_SINGLENODE =
  287. "ER_CANT_CONVERT_TO_SINGLENODE";
  288. /** Field ER_CANT_GET_SNAPSHOT_LENGTH */
  289. public static final String ER_CANT_GET_SNAPSHOT_LENGTH =
  290. "ER_CANT_GET_SNAPSHOT_LENGTH";
  291. /** Field ER_NON_ITERATOR_TYPE */
  292. public static final String ER_NON_ITERATOR_TYPE = "ER_NON_ITERATOR_TYPE";
  293. /** Field ER_DOC_MUTATED */
  294. public static final String ER_DOC_MUTATED = "ER_DOC_MUTATED";
  295. public static final String ER_INVALID_XPATH_TYPE = "ER_INVALID_XPATH_TYPE";
  296. public static final String ER_EMPTY_XPATH_RESULT = "ER_EMPTY_XPATH_RESULT";
  297. public static final String ER_INCOMPATIBLE_TYPES = "ER_INCOMPATIBLE_TYPES";
  298. public static final String ER_NULL_RESOLVER = "ER_NULL_RESOLVER";
  299. public static final String ER_CANT_CONVERT_TO_STRING =
  300. "ER_CANT_CONVERT_TO_STRING";
  301. public static final String ER_NON_SNAPSHOT_TYPE = "ER_NON_SNAPSHOT_TYPE";
  302. public static final String ER_WRONG_DOCUMENT = "ER_WRONG_DOCUMENT";
  303. /* Note to translators: The XPath expression cannot be evaluated with respect
  304. * to this type of node.
  305. */
  306. /** Field ER_WRONG_NODETYPE */
  307. public static final String ER_WRONG_NODETYPE = "ER_WRONG_NODETYPE";
  308. public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
  309. public static final String WG_LOCALE_NAME_NOT_HANDLED =
  310. "WG_LOCALE_NAME_NOT_HANDLED";
  311. public static final String WG_PROPERTY_NOT_SUPPORTED =
  312. "WG_PROPERTY_NOT_SUPPORTED";
  313. public static final String WG_DONT_DO_ANYTHING_WITH_NS =
  314. "WG_DONT_DO_ANYTHING_WITH_NS";
  315. public static final String WG_SECURITY_EXCEPTION = "WG_SECURITY_EXCEPTION";
  316. public static final String WG_QUO_NO_LONGER_DEFINED =
  317. "WG_QUO_NO_LONGER_DEFINED";
  318. public static final String WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST =
  319. "WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST";
  320. public static final String WG_FUNCTION_TOKEN_NOT_FOUND =
  321. "WG_FUNCTION_TOKEN_NOT_FOUND";
  322. public static final String WG_COULDNOT_FIND_FUNCTION =
  323. "WG_COULDNOT_FIND_FUNCTION";
  324. public static final String WG_CANNOT_MAKE_URL_FROM ="WG_CANNOT_MAKE_URL_FROM";
  325. public static final String WG_EXPAND_ENTITIES_NOT_SUPPORTED =
  326. "WG_EXPAND_ENTITIES_NOT_SUPPORTED";
  327. public static final String WG_ILLEGAL_VARIABLE_REFERENCE =
  328. "WG_ILLEGAL_VARIABLE_REFERENCE";
  329. public static final String WG_UNSUPPORTED_ENCODING ="WG_UNSUPPORTED_ENCODING";
  330. //\uc0bd\uc785 \ub05d
  331. // Error messages...
  332. public static final Object[][] contents = {
  333. /** Field ERROR0000 */
  334. //public static final int ERROR0000 = 0;
  335. {
  336. "ERROR0000", "{0}"},
  337. /** Field ER_CURRENT_NOT_ALLOWED_IN_MATCH */
  338. //public static final int ER_CURRENT_NOT_ALLOWED_IN_MATCH = 1;
  339. {
  340. ER_CURRENT_NOT_ALLOWED_IN_MATCH,
  341. "current() \ud568\uc218\ub294 \uc77c\uce58 \ud328\ud134\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  342. /** Field ER_CURRENT_TAKES_NO_ARGS */
  343. //public static final int ER_CURRENT_TAKES_NO_ARGS = 2;
  344. {
  345. ER_CURRENT_TAKES_NO_ARGS,
  346. "current() \ud568\uc218\uc5d0\ub294 \uc778\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  347. /** Field ER_DOCUMENT_REPLACED */
  348. //public static final int ER_DOCUMENT_REPLACED = 3;
  349. {
  350. ER_DOCUMENT_REPLACED,
  351. "document() \ud568\uc218 \uad6c\ud604\uc740 org.apache.xalan.xslt.FuncDocument\ub85c \ub300\uccb4\ub418\uc5c8\uc2b5\ub2c8\ub2e4!"},
  352. /** Field ER_CONTEXT_HAS_NO_OWNERDOC */
  353. //public static final int ER_CONTEXT_HAS_NO_OWNERDOC = 4;
  354. {
  355. ER_CONTEXT_HAS_NO_OWNERDOC,
  356. "\ucee8\ud14d\uc2a4\ud2b8\uc5d0 \uc18c\uc720\uc790 \ubb38\uc11c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4."},
  357. /** Field ER_LOCALNAME_HAS_TOO_MANY_ARGS */
  358. //public static final int ER_LOCALNAME_HAS_TOO_MANY_ARGS = 5;
  359. {
  360. ER_LOCALNAME_HAS_TOO_MANY_ARGS,
  361. "local-name()\uc758 \uc778\uc790\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4."},
  362. /** Field ER_NAMESPACEURI_HAS_TOO_MANY_ARGS */
  363. //public static final int ER_NAMESPACEURI_HAS_TOO_MANY_ARGS = 6;
  364. {
  365. ER_NAMESPACEURI_HAS_TOO_MANY_ARGS,
  366. "namespace-uri()\uc758 \uc778\uc790\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4."},
  367. /** Field ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS */
  368. //public static final int ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS = 7;
  369. {
  370. ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS,
  371. "normalize-space()\uc758 \uc778\uc790\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4."},
  372. /** Field ER_NUMBER_HAS_TOO_MANY_ARGS */
  373. //public static final int ER_NUMBER_HAS_TOO_MANY_ARGS = 8;
  374. {
  375. ER_NUMBER_HAS_TOO_MANY_ARGS,
  376. "number()\uc758 \uc778\uc790\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4."},
  377. /** Field ER_NAME_HAS_TOO_MANY_ARGS */
  378. //public static final int ER_NAME_HAS_TOO_MANY_ARGS = 9;
  379. {
  380. ER_NAME_HAS_TOO_MANY_ARGS, "name()\uc758 \uc778\uc790\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4."},
  381. /** Field ER_STRING_HAS_TOO_MANY_ARGS */
  382. //public static final int ER_STRING_HAS_TOO_MANY_ARGS = 10;
  383. {
  384. ER_STRING_HAS_TOO_MANY_ARGS,
  385. "string()\uc758 \uc778\uc790\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4."},
  386. /** Field ER_STRINGLENGTH_HAS_TOO_MANY_ARGS */
  387. //public static final int ER_STRINGLENGTH_HAS_TOO_MANY_ARGS = 11;
  388. {
  389. ER_STRINGLENGTH_HAS_TOO_MANY_ARGS,
  390. "string-length()\uc758 \uc778\uc790\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4."},
  391. /** Field ER_TRANSLATE_TAKES_3_ARGS */
  392. //public static final int ER_TRANSLATE_TAKES_3_ARGS = 12;
  393. {
  394. ER_TRANSLATE_TAKES_3_ARGS,
  395. "translate() \ud568\uc218\uc5d0\ub294 \uc138 \uac1c\uc758 \uc778\uc790\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4!"},
  396. /** Field ER_UNPARSEDENTITYURI_TAKES_1_ARG */
  397. //public static final int ER_UNPARSEDENTITYURI_TAKES_1_ARG = 13;
  398. {
  399. ER_UNPARSEDENTITYURI_TAKES_1_ARG,
  400. "unparsed-entity-uri \ud568\uc218\ub294 \ud558\ub098\uc758 \uc778\uc790\ub9cc\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4!"},
  401. /** Field ER_NAMESPACEAXIS_NOT_IMPLEMENTED */
  402. //public static final int ER_NAMESPACEAXIS_NOT_IMPLEMENTED = 14;
  403. {
  404. ER_NAMESPACEAXIS_NOT_IMPLEMENTED,
  405. "\uc774\ub984 \uacf5\uac04 \ucd95\uc774 \uc544\uc9c1 \uad6c\ud604\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4!"},
  406. /** Field ER_UNKNOWN_AXIS */
  407. //public static final int ER_UNKNOWN_AXIS = 15;
  408. {
  409. ER_UNKNOWN_AXIS, "{0}\uc740(\ub294) \uc54c \uc218 \uc5c6\ub294 \ucd95\uc785\ub2c8\ub2e4."},
  410. /** Field ER_UNKNOWN_MATCH_OPERATION */
  411. //public static final int ER_UNKNOWN_MATCH_OPERATION = 16;
  412. {
  413. ER_UNKNOWN_MATCH_OPERATION, "\uc54c \uc218 \uc5c6\ub294 \uc77c\uce58 \uc5f0\uc0b0\uc785\ub2c8\ub2e4!"},
  414. /** Field ER_INCORRECT_ARG_LENGTH */
  415. //public static final int ER_INCORRECT_ARG_LENGTH = 17;
  416. {
  417. ER_INCORRECT_ARG_LENGTH,
  418. "processing-instruction() \ub178\ub4dc \uac80\uc0ac\uc758 \uc778\uc790 \uae38\uc774\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4!"},
  419. /** Field ER_CANT_CONVERT_TO_NUMBER */
  420. //public static final int ER_CANT_CONVERT_TO_NUMBER = 18;
  421. {
  422. ER_CANT_CONVERT_TO_NUMBER,
  423. "{0}\uc744(\ub97c) \uc22b\uc790\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  424. /** Field ER_CANT_CONVERT_TO_NODELIST */
  425. //public static final int ER_CANT_CONVERT_TO_NODELIST = 19;
  426. {
  427. ER_CANT_CONVERT_TO_NODELIST,
  428. "{0}\uc744(\ub97c) NodeList\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  429. /** Field ER_CANT_CONVERT_TO_MUTABLENODELIST */
  430. //public static final int ER_CANT_CONVERT_TO_MUTABLENODELIST = 20;
  431. {
  432. ER_CANT_CONVERT_TO_MUTABLENODELIST,
  433. "{0}\uc744(\ub97c) NodeSetDTM\uc73c\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  434. /** Field ER_CANT_CONVERT_TO_TYPE */
  435. //public static final int ER_CANT_CONVERT_TO_TYPE = 21;
  436. {
  437. ER_CANT_CONVERT_TO_TYPE,
  438. "{0}\uc744(\ub97c) type//{1}(\uc73c)\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  439. /** Field ER_EXPECTED_MATCH_PATTERN */
  440. //public static final int ER_EXPECTED_MATCH_PATTERN = 22;
  441. {
  442. ER_EXPECTED_MATCH_PATTERN,
  443. "getMatchScore\uc5d0 \uc77c\uce58 \ud328\ud134\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4!"},
  444. /** Field ER_COULDNOT_GET_VAR_NAMED */
  445. //public static final int ER_COULDNOT_GET_VAR_NAMED = 23;
  446. {
  447. ER_COULDNOT_GET_VAR_NAMED,
  448. "{0} \ubcc0\uc218\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  449. /** Field ER_UNKNOWN_OPCODE */
  450. //public static final int ER_UNKNOWN_OPCODE = 24;
  451. {
  452. ER_UNKNOWN_OPCODE, "\uc624\ub958! \uc54c \uc218 \uc5c6\ub294 \uc5f0\uc0b0 \ucf54\ub4dc: {0}"},
  453. /** Field ER_EXTRA_ILLEGAL_TOKENS */
  454. //public static final int ER_EXTRA_ILLEGAL_TOKENS = 25;
  455. {
  456. ER_EXTRA_ILLEGAL_TOKENS, "\uc798\ubabb\ub41c \ud1a0\ud070: {0}"},
  457. /** Field ER_EXPECTED_DOUBLE_QUOTE */
  458. //public static final int ER_EXPECTED_DOUBLE_QUOTE = 26;
  459. {
  460. ER_EXPECTED_DOUBLE_QUOTE,
  461. "\ub9ac\ud130\ub7f4\uc758 \uc778\uc6a9\ubd80\ud638\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4... \ud070\ub530\uc634\ud45c\uac00 \ub098\uc640\uc57c \ud569\ub2c8\ub2e4!"},
  462. /** Field ER_EXPECTED_SINGLE_QUOTE */
  463. //public static final int ER_EXPECTED_SINGLE_QUOTE = 27;
  464. {
  465. ER_EXPECTED_SINGLE_QUOTE,
  466. "\ub9ac\ud130\ub7f4\uc758 \uc778\uc6a9\ubd80\ud638\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4... \ub2e8\uc77c \uc778\uc6a9\ubd80\ud638\uac00 \ub098\uc640\uc57c \ud569\ub2c8\ub2e4!"},
  467. /** Field ER_EMPTY_EXPRESSION */
  468. //public static final int ER_EMPTY_EXPRESSION = 28;
  469. {
  470. ER_EMPTY_EXPRESSION, "\ud45c\ud604\uc2dd\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4!"},
  471. /** Field ER_EXPECTED_BUT_FOUND */
  472. //public static final int ER_EXPECTED_BUT_FOUND = 29;
  473. {
  474. ER_EXPECTED_BUT_FOUND, "{0}\uc744(\ub97c) \uc608\uc0c1\ud588\uc9c0\ub9cc {1}\uc744(\ub97c) \ucc3e\uc558\uc2b5\ub2c8\ub2e4."},
  475. /** Field ER_INCORRECT_PROGRAMMER_ASSERTION */
  476. //public static final int ER_INCORRECT_PROGRAMMER_ASSERTION = 30;
  477. {
  478. ER_INCORRECT_PROGRAMMER_ASSERTION,
  479. "\ud504\ub85c\uadf8\ub798\uba38 \uba85\uc81c\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4! - {0}"},
  480. /** Field ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL */
  481. //public static final int ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL = 31;
  482. {
  483. ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL,
  484. "\ubd80\uc6b8(...) \uc778\uc790\ub294 19990709 XPath \ub4dc\ub798\ud504\ud2b8\uc640 \ud568\uaed8 \ub354 \uc774\uc0c1 \uc120\ud0dd \uc778\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4."},
  485. /** Field ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG */
  486. //public static final int ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG = 32;
  487. {
  488. ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG,
  489. "','\ub97c \ucc3e\uc558\uc73c\ub098 \uc120\ud589 \uc778\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4!"},
  490. /** Field ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG */
  491. //public static final int ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG = 33;
  492. {
  493. ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG,
  494. "','\ub97c \ucc3e\uc558\uc73c\ub098 \ud6c4\ubbf8 \uc778\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4!"},
  495. /** Field ER_PREDICATE_ILLEGAL_SYNTAX */
  496. //public static final int ER_PREDICATE_ILLEGAL_SYNTAX = 34;
  497. {
  498. ER_PREDICATE_ILLEGAL_SYNTAX,
  499. "'..[predicate]' \ub610\ub294 '.[predicate]'\ub294 \uc798\ubabb\ub41c \uad6c\ubb38\uc785\ub2c8\ub2e4. \ub300\uc2e0 'self::node()[predicate]'\uc744 \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. "},
  500. /** Field ER_ILLEGAL_AXIS_NAME */
  501. //public static final int ER_ILLEGAL_AXIS_NAME = 35;
  502. {
  503. ER_ILLEGAL_AXIS_NAME, "\uc798\ubabb\ub41c \ucd95 \uc774\ub984: {0}"},
  504. /** Field ER_UNKNOWN_NODETYPE */
  505. //public static final int ER_UNKNOWN_NODETYPE = 36;
  506. {
  507. ER_UNKNOWN_NODETYPE, "\uc54c \uc218 \uc5c6\ub294 \ub178\ub4dc \uc720\ud615: {0}"},
  508. /** Field ER_PATTERN_LITERAL_NEEDS_BE_QUOTED */
  509. //public static final int ER_PATTERN_LITERAL_NEEDS_BE_QUOTED = 37;
  510. {
  511. ER_PATTERN_LITERAL_NEEDS_BE_QUOTED,
  512. "\ud328\ud134 \ub9ac\ud130\ub7f4({0})\uc5d0 \uc778\uc6a9\ubd80\ud638\uac00 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4!"},
  513. /** Field ER_COULDNOT_BE_FORMATTED_TO_NUMBER */
  514. //public static final int ER_COULDNOT_BE_FORMATTED_TO_NUMBER = 38;
  515. {
  516. ER_COULDNOT_BE_FORMATTED_TO_NUMBER,
  517. "{0}\uc744(\ub97c) \uc22b\uc790\ub85c \ud3ec\ub9f7\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  518. /** Field ER_COULDNOT_CREATE_XMLPROCESSORLIAISON */
  519. //public static final int ER_COULDNOT_CREATE_XMLPROCESSORLIAISON = 39;
  520. {
  521. ER_COULDNOT_CREATE_XMLPROCESSORLIAISON,
  522. "XML TransformerFactory Liaison {0}\uc744(\ub97c) \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  523. /** Field ER_DIDNOT_FIND_XPATH_SELECT_EXP */
  524. //public static final int ER_DIDNOT_FIND_XPATH_SELECT_EXP = 40;
  525. {
  526. ER_DIDNOT_FIND_XPATH_SELECT_EXP,
  527. "\uc624\ub958! xpath \uc120\ud0dd \ud45c\ud604\uc2dd(-select)\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  528. /** Field ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH */
  529. //public static final int ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH = 41;
  530. {
  531. ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH,
  532. "\uc624\ub958! OP_LOCATIONPATH \ub2e4\uc74c\uc5d0 ENDOP\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  533. /** Field ER_ERROR_OCCURED */
  534. //public static final int ER_ERROR_OCCURED = 42;
  535. {
  536. ER_ERROR_OCCURED, "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4!"},
  537. /** Field ER_ILLEGAL_VARIABLE_REFERENCE */
  538. //public static final int ER_ILLEGAL_VARIABLE_REFERENCE = 43;
  539. {
  540. ER_ILLEGAL_VARIABLE_REFERENCE,
  541. "VariableReference\uac00 \ucee8\ud14d\uc2a4\ud2b8\ub97c \ubc97\uc5b4\ub0ac\uac70\ub098 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ubcc0\uc218\uc5d0 \uc9c0\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4! \uc774\ub984 = {0}"},
  542. /** Field ER_AXES_NOT_ALLOWED */
  543. //public static final int ER_AXES_NOT_ALLOWED = 44;
  544. {
  545. ER_AXES_NOT_ALLOWED,
  546. "\uc77c\uce58 \ud328\ud134\uc5d0\uc11c\ub294 \ud558\ub098\uc758 child:: \ubc0f attribute:: \ucd95\uc774 \ud5c8\uc6a9\ub429\ub2c8\ub2e4. \uc704\ubc18 \ucd95 = {0}"},
  547. /** Field ER_KEY_HAS_TOO_MANY_ARGS */
  548. //public static final int ER_KEY_HAS_TOO_MANY_ARGS = 45;
  549. {
  550. ER_KEY_HAS_TOO_MANY_ARGS,
  551. "key()\uc758 \uc778\uc790 \uc218\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4."},
  552. /** Field ER_COUNT_TAKES_1_ARG */
  553. //public static final int ER_COUNT_TAKES_1_ARG = 46;
  554. {
  555. ER_COUNT_TAKES_1_ARG,
  556. "\uce74\uc6b4\ud2b8 \ud568\uc218\ub294 \ud558\ub098\uc758 \uc778\uc790\ub9cc\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4!"},
  557. /** Field ER_COULDNOT_FIND_FUNCTION */
  558. //public static final int ER_COULDNOT_FIND_FUNCTION = 47;
  559. {
  560. ER_COULDNOT_FIND_FUNCTION, "\ud568\uc218 {0}\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  561. /** Field ER_UNSUPPORTED_ENCODING */
  562. //public static final int ER_UNSUPPORTED_ENCODING = 48;
  563. {
  564. ER_UNSUPPORTED_ENCODING, "\uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ucf54\ub4dc\ud654: {0}"},
  565. /** Field ER_PROBLEM_IN_DTM_NEXTSIBLING */
  566. //public static final int ER_PROBLEM_IN_DTM_NEXTSIBLING = 49;
  567. {
  568. ER_PROBLEM_IN_DTM_NEXTSIBLING,
  569. "getNextSibling\uc758 DTM\uc5d0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4... \ubcf5\uad6c\ub97c \uc2dc\ub3c4 \uc911\uc785\ub2c8\ub2e4."},
  570. /** Field ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL */
  571. //public static final int ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL = 50;
  572. {
  573. ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL,
  574. "\ud504\ub85c\uadf8\ub798\uba38 \uc624\ub958: EmptyNodeList\uc5d0\ub294 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  575. /** Field ER_SETDOMFACTORY_NOT_SUPPORTED */
  576. //public static final int ER_SETDOMFACTORY_NOT_SUPPORTED = 51;
  577. {
  578. ER_SETDOMFACTORY_NOT_SUPPORTED,
  579. "setDOMFactory\ub294 XPathContext\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4!"},
  580. /** Field ER_PREFIX_MUST_RESOLVE */
  581. //public static final int ER_PREFIX_MUST_RESOLVE = 52;
  582. {
  583. ER_PREFIX_MUST_RESOLVE,
  584. "\uc811\ub450\uc5b4\uac00 \uc774\ub984 \uacf5\uac04 {0}(\uc73c)\ub85c \uacb0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4."},
  585. /** Field ER_PARSE_NOT_SUPPORTED */
  586. //public static final int ER_PARSE_NOT_SUPPORTED = 53;
  587. {
  588. ER_PARSE_NOT_SUPPORTED,
  589. "\uad6c\ubb38 \ubd84\uc11d(InputSource \uc18c\uc2a4)\uc740 XPathContext\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4! {0}\uc744(\ub97c) \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  590. /** Field ER_CREATEDOCUMENT_NOT_SUPPORTED */
  591. //public static final int ER_CREATEDOCUMENT_NOT_SUPPORTED = 54;
  592. {
  593. ER_CREATEDOCUMENT_NOT_SUPPORTED,
  594. "createDocument()\ub294 XPathContext\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4!"},
  595. /** Field ER_CHILD_HAS_NO_OWNER_DOCUMENT */
  596. //public static final int ER_CHILD_HAS_NO_OWNER_DOCUMENT = 55;
  597. {
  598. ER_CHILD_HAS_NO_OWNER_DOCUMENT,
  599. "\uc790\uc2dd \uc18d\uc131\uc5d0 \uc18c\uc720\uc790 \ubb38\uc11c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  600. /** Field ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT */
  601. //public static final int ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT = 56;
  602. {
  603. ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT,
  604. "\uc790\uc2dd \uc18d\uc131\uc5d0 \uc18c\uc720\uc790 \ubb38\uc11c \uc694\uc18c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  605. /** Field ER_SAX_API_NOT_HANDLED */
  606. //public static final int ER_SAX_API_NOT_HANDLED = 57;
  607. {
  608. ER_SAX_API_NOT_HANDLED,
  609. "SAX API \ubb38\uc790(char ch[]...\ub294 DTM\uc5d0 \uc758\ud574 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4!"},
  610. /** Field ER_IGNORABLE_WHITESPACE_NOT_HANDLED */
  611. //public static final int ER_IGNORABLE_WHITESPACE_NOT_HANDLED = 58;
  612. {
  613. ER_IGNORABLE_WHITESPACE_NOT_HANDLED,
  614. "ignorableWhitespace(char ch[]...\ub294 DTM\uc5d0 \uc758\ud574 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4!"},
  615. /** Field ER_DTM_CANNOT_HANDLE_NODES */
  616. //public static final int ER_DTM_CANNOT_HANDLE_NODES = 59;
  617. {
  618. ER_DTM_CANNOT_HANDLE_NODES,
  619. "DTMLiaison\uc740 {0} \uc720\ud615\uc758 \ub178\ub4dc\ub97c \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  620. /** Field ER_XERCES_CANNOT_HANDLE_NODES */
  621. //public static final int ER_XERCES_CANNOT_HANDLE_NODES = 60;
  622. {
  623. ER_XERCES_CANNOT_HANDLE_NODES,
  624. "DOM2Helper\ub294 {0} \uc720\ud615\uc758 \ub178\ub4dc\ub97c \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  625. /** Field ER_XERCES_PARSE_ERROR_DETAILS */
  626. //public static final int ER_XERCES_PARSE_ERROR_DETAILS = 61;
  627. {
  628. ER_XERCES_PARSE_ERROR_DETAILS,
  629. "DOM2Helper.parse \uc624\ub958: SystemID - {0} \ud589 - {1}"},
  630. /** Field ER_XERCES_PARSE_ERROR */
  631. //public static final int ER_XERCES_PARSE_ERROR = 62;
  632. {
  633. ER_XERCES_PARSE_ERROR, "DOM2Helper.parse \uc624\ub958"},
  634. /** Field ER_CANT_OUTPUT_TEXT_BEFORE_DOC */
  635. //public static final int ER_CANT_OUTPUT_TEXT_BEFORE_DOC = 63;
  636. {
  637. ER_CANT_OUTPUT_TEXT_BEFORE_DOC,
  638. "\uacbd\uace0: \ubb38\uc11c \uc694\uc18c \uc804\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd9c\ub825\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4! \ubb34\uc2dc\ub429\ub2c8\ub2e4..."},
  639. /** Field ER_CANT_HAVE_MORE_THAN_ONE_ROOT */
  640. //public static final int ER_CANT_HAVE_MORE_THAN_ONE_ROOT = 64;
  641. {
  642. ER_CANT_HAVE_MORE_THAN_ONE_ROOT,
  643. "DOM\uc5d0 \ub450 \uac1c \uc774\uc0c1\uc758 \ub8e8\ud2b8\ub97c \uac00\uc9c8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  644. /** Field ER_INVALID_UTF16_SURROGATE */
  645. //public static final int ER_INVALID_UTF16_SURROGATE = 65;
  646. {
  647. ER_INVALID_UTF16_SURROGATE,
  648. "\uc798\ubabb\ub41c UTF-16 \ub300\ub9ac\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4: {0} ?"},
  649. /** Field ER_OIERROR */
  650. //public static final int ER_OIERROR = 66;
  651. {
  652. ER_OIERROR, "IO \uc624\ub958"},
  653. /** Field ER_CANNOT_CREATE_URL */
  654. //public static final int ER_CANNOT_CREATE_URL = 67;
  655. {
  656. ER_CANNOT_CREATE_URL, "{0}\uc5d0 \ub300\ud55c url\uc744 \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  657. /** Field ER_XPATH_READOBJECT */
  658. //public static final int ER_XPATH_READOBJECT = 68;
  659. {
  660. ER_XPATH_READOBJECT, "XPath.readObject\uc5d0: {0}"},
  661. /** Field ER_XPATH_READOBJECT */
  662. //public static final int ER_FUNCTION_TOKEN_NOT_FOUND = 69;
  663. {
  664. ER_FUNCTION_TOKEN_NOT_FOUND,
  665. "\uae30\ub2a5 \ud1a0\ud070\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  666. /** Argument 'localName' is null */
  667. //public static final int ER_ARG_LOCALNAME_NULL = 70;
  668. {
  669. ER_ARG_LOCALNAME_NULL,
  670. "'localName' \uc778\uc790\uac00 \ub110\uc785\ub2c8\ub2e4."},
  671. /** Can not deal with XPath type: */
  672. //public static final int ER_CANNOT_DEAL_XPATH_TYPE = 71;
  673. {
  674. ER_CANNOT_DEAL_XPATH_TYPE,
  675. "XPath \uc720\ud615\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {0} "},
  676. /** This NodeSet is not mutable */
  677. //public static final int ER_NODESET_NOT_MUTABLE = 72;
  678. {
  679. ER_NODESET_NOT_MUTABLE,
  680. "NodeSet\uc740 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  681. /** This NodeSetDTM is not mutable */
  682. //public static final int ER_NODESETDTM_NOT_MUTABLE = 73;
  683. {
  684. ER_NODESETDTM_NOT_MUTABLE,
  685. "NodeSetDTM\uc740 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  686. /** Variable not resolvable: */
  687. //public static final int ER_VAR_NOT_RESOLVABLE = 74;
  688. {
  689. ER_VAR_NOT_RESOLVABLE,
  690. "\ubcc0\uc218\ub97c \uacb0\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {0}"},
  691. /** Null error handler */
  692. //public static final int ER_NULL_ERROR_HANDLER = 75;
  693. {
  694. ER_NULL_ERROR_HANDLER,
  695. "\uc624\ub958 \ucc98\ub9ac\uae30\uac00 \ub110\uc785\ub2c8\ub2e4."},
  696. /** Programmer's assertion: unknown opcode */
  697. //public static final int ER_PROG_ASSERT_UNKNOWN_OPCODE = 76;
  698. {
  699. ER_PROG_ASSERT_UNKNOWN_OPCODE,
  700. "\ud504\ub85c\uadf8\ub798\uba38 \uba85\uc81c: \uc54c \uc218 \uc5c6\ub294 opcode: {0}"},
  701. /** 0 or 1 */
  702. //public static final int ER_ZERO_OR_ONE = 77;
  703. {
  704. ER_ZERO_OR_ONE,
  705. "0 \ub610\ub294 1"},
  706. /** rtf() not supported by XRTreeFragSelectWrapper */
  707. //public static final int ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 78;
  708. {
  709. ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,
  710. "XRTreeFragSelectWrapper\uac00 rtf()\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  711. /** asNodeIterator() not supported by XRTreeFragSelectWrapper */
  712. //public static final int ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 79;
  713. {
  714. ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,
  715. "XRTreeFragSelectWrapper\uac00 asNodeIterator()\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  716. /** fsb() not supported for XStringForChars */
  717. //public static final int ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS = 80;
  718. {
  719. ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS,
  720. "fsb()\uac00 XStringForChars\uc5d0 \ub300\ud574 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  721. /** Could not find variable with the name of */
  722. //public static final int ER_COULD_NOT_FIND_VAR = 81;
  723. {
  724. ER_COULD_NOT_FIND_VAR,
  725. "\uc774\ub984\uc774 {0}\uc778 \ubcc0\uc218\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. "},
  726. /** XStringForChars can not take a string for an argument */
  727. //public static final int ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING = 82;
  728. {
  729. ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING,
  730. "XStringForChars\uac00 \uc778\uc790\uc5d0 \ub300\ud55c \ubb38\uc790\uc5f4\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  731. /** The FastStringBuffer argument can not be null */
  732. //public static final int ER_FASTSTRINGBUFFER_CANNOT_BE_NULL = 83;
  733. {
  734. ER_FASTSTRINGBUFFER_CANNOT_BE_NULL,
  735. "FastStringBuffer \uc778\uc790\ub294 \ub110\uc774 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  736. /* MANTIS_XALAN CHANGE: BEGIN */
  737. /** 2 or 3 */
  738. //public static final int ER_TWO_OR_THREE = 84;
  739. {
  740. ER_TWO_OR_THREE,
  741. "2 \ub610\ub294 3"},
  742. /** Variable accessed before it is bound! */
  743. //public static final int ER_VARIABLE_ACCESSED_BEFORE_BIND = 85;
  744. {
  745. ER_VARIABLE_ACCESSED_BEFORE_BIND,
  746. "\ubcc0\uc218\uac00 \ubc14\uc6b4\ub529\ub418\uae30 \uc804\uc5d0 \uc561\uc138\uc2a4\ub418\uc5c8\uc2b5\ub2c8\ub2e4."},
  747. /** XStringForFSB can not take a string for an argument! */
  748. //public static final int ER_FSB_CANNOT_TAKE_STRING = 86;
  749. {
  750. ER_FSB_CANNOT_TAKE_STRING,
  751. "XStringForFSB\uac00 \uc778\uc790\uc5d0 \ub300\ud55c \ubb38\uc790\uc5f4\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  752. /** Error! Setting the root of a walker to null! */
  753. //public static final int ER_SETTING_WALKER_ROOT_TO_NULL = 87;
  754. {
  755. ER_SETTING_WALKER_ROOT_TO_NULL,
  756. "\n !!!! \uc624\ub958! walker\uc758 \ub8e8\ud2b8\ub97c \ub110\ub85c \uc124\uc815\ud588\uc2b5\ub2c8\ub2e4!!!"},
  757. /** This NodeSetDTM can not iterate to a previous node! */
  758. //public static final int ER_NODESETDTM_CANNOT_ITERATE = 88;
  759. {
  760. ER_NODESETDTM_CANNOT_ITERATE,
  761. "\uc774 NodeSetDTM\uc774 \uc774\uc804 \ub178\ub4dc\ub85c \ubc18\ubcf5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  762. /** This NodeSet can not iterate to a previous node! */
  763. //public static final int ER_NODESET_CANNOT_ITERATE = 89;
  764. {
  765. ER_NODESET_CANNOT_ITERATE,
  766. "\uc774 NodeSet\uc774 \uc774\uc804 \ub178\ub4dc\ub85c \ubc18\ubcf5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  767. /** This NodeSetDTM can not do indexing or counting functions! */
  768. //public static final int ER_NODESETDTM_CANNOT_INDEX = 90;
  769. {
  770. ER_NODESETDTM_CANNOT_INDEX,
  771. "\uc774 NodeSetDTM\uc774 \uc778\ub371\uc2a4 \ub610\ub294 \uce74\uc6b4\ud305 \uae30\ub2a5\uc744 \uc218\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  772. /** This NodeSet can not do indexing or counting functions! */
  773. //public static final int ER_NODESET_CANNOT_INDEX = 91;
  774. {
  775. ER_NODESET_CANNOT_INDEX,
  776. "\uc774 NodeSet\uc774 \uc778\ub371\uc2a4 \ub610\ub294 \uce74\uc6b4\ud305 \uae30\ub2a5\uc744 \uc218\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  777. /** Can not call setShouldCacheNodes after nextNode has been called! */
  778. //public static final int ER_CANNOT_CALL_SETSHOULDCACHENODE = 92;
  779. {
  780. ER_CANNOT_CALL_SETSHOULDCACHENODE,
  781. "nextNode\uac00 \ud638\ucd9c\ub41c \ub2e4\uc74c\uc5d0 setShouldCacheNodeshas\ub97c \ud638\ucd9c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4!"},
  782. /** {0} only allows {1} arguments */
  783. //public static final int ER_ONLY_ALLOWS = 93;
  784. {
  785. ER_ONLY_ALLOWS,
  786. "{0}\uc740(\ub294) {1} \uc778\uc790\ub9cc \ud5c8\uc6a9\ud569\ub2c8\ub2e4."},
  787. /** Programmer's assertion in getNextStepPos: unknown stepType: {0} */
  788. //public static final int ER_UNKNOWN_STEP = 94;
  789. {
  790. ER_UNKNOWN_STEP,
  791. "getNextStepPos\uc5d0\uc11c \ud504\ub85c\uadf8\ub798\uba38 \uba85\uc81c: \uc54c \uc218 \uc5c6\ub294 stepType: {0}"},
  792. //Note to translators: A relative location path is a form of XPath expression.
  793. // The message indicates that such an expression was expected following the
  794. // characters '/' or '//', but was not found.
  795. /** Problem with RelativeLocationPath */
  796. //public static final int ER_EXPECTED_REL_LOC_PATH = 95;
  797. {
  798. ER_EXPECTED_REL_LOC_PATH,
  799. "\uc0c1\ub300 \uc704\uce58 \uacbd\ub85c\ub294 '/' \ub610\ub294 '//' \ub4a4\uc5d0 \ub098\uc640\uc57c \ud569\ub2c8\ub2e4."},
  800. // Note to translators: A location path is a form of XPath expression.
  801. // The message indicates that syntactically such an expression was expected,but
  802. // the characters specified by the substitution text were encountered instead.
  803. /** Problem with LocationPath */
  804. //public static final int ER_EXPECTED_LOC_PATH = 96;
  805. {
  806. ER_EXPECTED_LOC_PATH,
  807. "\uc0c1\ub300 \uc704\uce58 \uacbd\ub85c\uac00 \uc640\uc57c \ud558\uc9c0\ub9cc \ub300\uc2e0 \ub2e4\uc74c \ud1a0\ud070\uc774 \ubc1c\uacac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.: {0}"},
  808. // Note to translators: A location step is part of an XPath expression.
  809. // The message indicates that syntactically such an expression was expected
  810. // following the specified characters.
  811. /** Problem with Step */
  812. //public static final int ER_EXPECTED_LOC_STEP = 97;
  813. {
  814. ER_EXPECTED_LOC_STEP,
  815. "\uc704\uce58 \ub2e8\uacc4\ub294 '/' \ub610\ub294 '//' \ub2e4\uc74c\uc5d0 \ub098\uc640\uc57c \ud569\ub2c8\ub2e4."},
  816. // Note to translators: A node test is part of an XPath expression that is
  817. // used to test for particular kinds of nodes. In this case, a node test that
  818. // consists of an NCName followed by a colon and an asterisk or that consists
  819. // of a QName was expected, but was not found.
  820. /** Problem with NodeTest */
  821. //public static final int ER_EXPECTED_NODE_TEST = 98;
  822. {
  823. ER_EXPECTED_NODE_TEST,
  824. "NCName:* \ub610\ub294 QName\uacfc \uc77c\uce58\ud558\ub294 \ub178\ub4dc \ud14c\uc2a4\ud2b8\uac00 \uc640\uc57c \ud569\ub2c8\ub2e4."},
  825. // Note to translators: A step pattern is part of an XPath expression.
  826. // The message indicates that syntactically such an expression was expected,
  827. // but the specified character was found in the expression instead.
  828. /** Expected step pattern */
  829. //public static final int ER_EXPECTED_STEP_PATTERN = 99;
  830. {
  831. ER_EXPECTED_STEP_PATTERN,
  832. "\ub2e8\uacc4 \ud328\ud134\uc774 \uc640\uc57c \ud558\uc9c0\ub9cc \ub300\uc2e0 '/'\ub97c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4."},
  833. // Note to translators: A relative path pattern is part of an XPath expression.
  834. // The message indicates that syntactically such an expression was expected,
  835. // but was not found.
  836. /** Expected relative path pattern */
  837. //public static final int ER_EXPECTED_REL_PATH_PATTERN = 100;
  838. {
  839. ER_EXPECTED_REL_PATH_PATTERN,
  840. "\uc0c1\ub300 \uacbd\ub85c \ud328\ud134\uc774 \uc640\uc57c \ud569\ub2c8\ub2e4."},
  841. // Note to translators: A QNAME has the syntactic form [NCName:]NCName
  842. // The localname is the portion after the optional colon; the message indicates
  843. // that there is a problem with that part of the QNAME.
  844. /** localname in QNAME should be a valid NCName */
  845. //public static final int ER_ARG_LOCALNAME_INVALID = 101;
  846. {
  847. ER_ARG_LOCALNAME_INVALID,
  848. "QNAME\uc758 \ub85c\uceec \uc774\ub984\uc740 \uc720\ud6a8\ud55c NCName\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4."},
  849. // Note to translators: A QNAME has the syntactic form [NCName:]NCName
  850. // The prefix is the portion before the optional colon; the message indicates
  851. // that there is a problem with that part of the QNAME.
  852. /** prefix in QNAME should be a valid NCName */
  853. //public static final int ER_ARG_PREFIX_INVALID = 102;
  854. {
  855. ER_ARG_PREFIX_INVALID,
  856. "QNAME\uc758 \uc811\ub450\uc5b4\ub294 \uc720\ud6a8\ud55c NCName\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4."},
  857. // Note to translators: The substitution text is the name of a data type. The
  858. // message indicates that a value of a particular type could not be converted
  859. // to a value of type string.
  860. /** Field ER_CANT_CONVERT_TO_BOOLEAN */
  861. //public static final int ER_CANT_CONVERT_TO_BOOLEAN = 103;
  862. {
  863. ER_CANT_CONVERT_TO_BOOLEAN,
  864. "{0}\uc744(\ub97c) \ubd80\uc6b8\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  865. // Note to translators: Do not translate ANY_UNORDERED_NODE_TYPE and
  866. // FIRST_ORDERED_NODE_TYPE.
  867. /** Field ER_CANT_CONVERT_TO_SINGLENODE */
  868. //public static final int ER_CANT_CONVERT_TO_SINGLENODE = 104;
  869. {
  870. ER_CANT_CONVERT_TO_SINGLENODE,
  871. "{0}\uc744(\ub97c) \ub2e8\uc77c \ub178\ub4dc\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 getter\ub294 ANY_UNORDERED_NODE_TYPE \uc720\ud615\uacfc FIRST_ORDERED_NODE_TYPE \uc720\ud615\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4."},
  872. // Note to translators: Do not translate UNORDERED_NODE_SNAPSHOT_TYPE and
  873. // ORDERED_NODE_SNAPSHOT_TYPE.
  874. /** Field ER_CANT_GET_SNAPSHOT_LENGTH */
  875. //public static final int ER_CANT_GET_SNAPSHOT_LENGTH = 105;
  876. {
  877. ER_CANT_GET_SNAPSHOT_LENGTH,
  878. "\uc720\ud615 {0}\uc5d0\uc11c \uc2a4\ub0c5\uc0f7 \uae38\uc774\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 getter\ub294 UNORDERED_NODE_SNAPSHOT_TYPE \uc720\ud615\uacfc ORDERED_NODE_SNAPSHOT_TYPE \uc720\ud615\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4."},
  879. /** Field ER_NON_ITERATOR_TYPE */
  880. //public static final int ER_NON_ITERATOR_TYPE = 106;
  881. {
  882. ER_NON_ITERATOR_TYPE,
  883. "\ube44\ubc18\ubcf5 \uc720\ud615 {0}\uc5d0 \ub300\ud574 \ubc18\ubcf5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  884. // Note to translators: This message indicates that the document being operated
  885. // upon changed, so the iterator object that was being used to traverse the
  886. // document has now become invalid.
  887. /** Field ER_DOC_MUTATED */
  888. //public static final int ER_DOC_MUTATED = 107;
  889. {
  890. ER_DOC_MUTATED,
  891. "\uacb0\uacfc \uc774\ud6c4\ub85c \ubcc0\uacbd\ub41c \ubb38\uc11c\uac00 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubc18\ubcf5\uc790\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4."},
  892. /** Field ER_INVALID_XPATH_TYPE */
  893. //public static final int ER_INVALID_XPATH_TYPE = 108;
  894. {
  895. ER_INVALID_XPATH_TYPE,
  896. "\uc798\ubabb\ub41c XPath \uc720\ud615 \uc778\uc790: {0}"},
  897. /** Field ER_EMPTY_XPATH_RESULT */
  898. //public static final int ER_EMPTY_XPATH_RESULT = 109;
  899. {
  900. ER_EMPTY_XPATH_RESULT,
  901. "\ube48 XPath \uacb0\uacfc \uac1d\uccb4"},
  902. /** Field ER_INCOMPATIBLE_TYPES */
  903. //public static final int ER_INCOMPATIBLE_TYPES = 110;
  904. {
  905. ER_INCOMPATIBLE_TYPES,
  906. "\ubc18\ud658\ub41c \uc720\ud615: {0}\uc744(\ub97c) \uc9c0\uc815\ud55c \uc720\ud615\uc73c\ub85c \uac15\uc81c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {1}"},
  907. /** Field ER_NULL_RESOLVER */
  908. //public static final int ER_NULL_RESOLVER = 111;
  909. {
  910. ER_NULL_RESOLVER,
  911. "\ub110 \uc811\ub450\uc5b4 \ud574\uacb0\uc790\ub85c \uc811\ub450\uc5b4\ub97c \ud574\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  912. // Note to translators: The substitution text is the name of a data type. The
  913. // message indicates that a value of a particular type could not be converted
  914. // to a value of type string.
  915. /** Field ER_CANT_CONVERT_TO_STRING */
  916. //public static final int ER_CANT_CONVERT_TO_STRING = 112;
  917. {
  918. ER_CANT_CONVERT_TO_STRING,
  919. "{0}\uc744(\ub97c) \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  920. // Note to translators: Do not translate snapshotItem,
  921. // UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE.
  922. /** Field ER_NON_SNAPSHOT_TYPE */
  923. //public static final int ER_NON_SNAPSHOT_TYPE = 113;
  924. {
  925. ER_NON_SNAPSHOT_TYPE,
  926. "\uc720\ud615 {0}\uc5d0\uc11c snapshotItem\uc744 \ud638\ucd9c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \uba54\uc18c\ub4dc\ub294 UNORDERED_NODE_SNAPSHOT_TYPE \uc720\ud615\uacfc ORDERED_NODE_SNAPSHOT_TYPE \uc720\ud615\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4."},
  927. // Note to translators: XPathEvaluator is a Java interface name. An
  928. // XPathEvaluator is created with respect to a particular XML document, and in
  929. // this case the expression represented by this object was being evaluated with
  930. // respect to a context node from a different document.
  931. /** Field ER_WRONG_DOCUMENT */
  932. //public static final int ER_WRONG_DOCUMENT = 114;
  933. {
  934. ER_WRONG_DOCUMENT,
  935. "\ucee8\ud14d\uc2a4\ud2b8 \ub178\ub4dc\uac00 \uc774 XPathEvaluator\uc5d0 \ubc14\uc6b4\ub529\ub41c \ubb38\uc11c\uc5d0 \uc18d\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  936. // Note to translators: The XPath expression cannot be evaluated with respect
  937. // to this type of node.
  938. /** Field ER_WRONG_NODETYPE */
  939. //public static final int ER_WRONG_NODETYPE = 115;
  940. {
  941. ER_WRONG_NODETYPE ,
  942. "\ucee8\ud14d\uc2a4\ud2b8 \ub178\ub4dc \uc720\ud615\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  943. /** Field ER_XPATH_ERROR */
  944. //public static final int ER_XPATH_ERROR = 116;
  945. {
  946. ER_XPATH_ERROR ,
  947. "XPath\uc5d0 \uc54c \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4."},
  948. // Warnings...
  949. /** Field WG_LOCALE_NAME_NOT_HANDLED */
  950. //public static final int WG_LOCALE_NAME_NOT_HANDLED = 1;
  951. {
  952. WG_LOCALE_NAME_NOT_HANDLED,
  953. "format-number \uae30\ub2a5\uc758 \ub85c\ucf00\uc77c \uc774\ub984\uc774 \uc544\uc9c1 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4."},
  954. /** Field WG_PROPERTY_NOT_SUPPORTED */
  955. //public static final int WG_PROPERTY_NOT_SUPPORTED = 2;
  956. {
  957. WG_PROPERTY_NOT_SUPPORTED,
  958. "XSL \ud2b9\uc131\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: {0}"},
  959. /** Field WG_DONT_DO_ANYTHING_WITH_NS */
  960. //public static final int WG_DONT_DO_ANYTHING_WITH_NS = 3;
  961. {
  962. WG_DONT_DO_ANYTHING_WITH_NS,
  963. "\ud2b9\uc131 {1}\uc758 \uc774\ub984 \uacf5\uac04 {0}\uc5d0 \uc544\ubb34 \uac83\ub3c4 \uc218\ud589\ud558\uc9c0 \ub9c8\uc2ed\uc2dc\uc624."},
  964. /** Field WG_SECURITY_EXCEPTION */
  965. //public static final int WG_SECURITY_EXCEPTION = 4;
  966. {
  967. WG_SECURITY_EXCEPTION,
  968. "XSL \uc2dc\uc2a4\ud15c \ud2b9\uc131 {0}\uc5d0 \uc561\uc138\uc2a4\ud558\ub824\uace0 \ud560 \ub54c SecurityException\uc774 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. "},
  969. /** Field WG_QUO_NO_LONGER_DEFINED */
  970. //public static final int WG_QUO_NO_LONGER_DEFINED = 5;
  971. {
  972. WG_QUO_NO_LONGER_DEFINED,
  973. "\uc774\uc804 \uad6c\ubb38: quo(...)\ub294 \ub354 \uc774\uc0c1 XPath\uc5d0\uc11c \uc815\uc758\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  974. /** Field WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST */
  975. //public static final int WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST = 6;
  976. {
  977. WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST,
  978. "XPath\ub294 nodeTest \uad6c\ud604\uc744 \uc704\ud574 \ud30c\uc0dd\ub41c \uac1d\uccb4\uac00 \ud544\uc694\ud569\ub2c8\ub2e4!"},
  979. /** Field WG_FUNCTION_TOKEN_NOT_FOUND */
  980. //public static final int WG_FUNCTION_TOKEN_NOT_FOUND = 7;
  981. {
  982. WG_FUNCTION_TOKEN_NOT_FOUND,
  983. "\uae30\ub2a5 \ud1a0\ud070\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  984. /** Field WG_COULDNOT_FIND_FUNCTION */
  985. //public static final int WG_COULDNOT_FIND_FUNCTION = 8;
  986. {
  987. WG_COULDNOT_FIND_FUNCTION,
  988. "\ud568\uc218 {0}\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  989. /** Field WG_CANNOT_MAKE_URL_FROM */
  990. //public static final int WG_CANNOT_MAKE_URL_FROM = 9;
  991. {
  992. WG_CANNOT_MAKE_URL_FROM,
  993. "{0}\uc5d0\uc11c URL\uc744 \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."},
  994. /** Field WG_EXPAND_ENTITIES_NOT_SUPPORTED */
  995. //public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED = 10;
  996. {
  997. WG_EXPAND_ENTITIES_NOT_SUPPORTED,
  998. "-E \uc635\uc158\uc740 DTM \uad6c\ubb38 \ubd84\uc11d\uae30\uc5d0 \ub300\ud574 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4."},
  999. /** Field WG_ILLEGAL_VARIABLE_REFERENCE */
  1000. //public static final int WG_ILLEGAL_VARIABLE_REFERENCE = 11;
  1001. {
  1002. WG_ILLEGAL_VARIABLE_REFERENCE,
  1003. "VariableReference\uac00 \ucee8\ud14d\uc2a4\ud2b8\ub97c \ubc97\uc5b4\ub0ac\uac70\ub098 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ubcc0\uc218\uc5d0 \uc9c0\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4! \uc774\ub984 = {0}"},
  1004. /** Field WG_UNSUPPORTED_ENCODING */
  1005. //public static final int WG_UNSUPPORTED_ENCODING = 12;
  1006. {
  1007. WG_UNSUPPORTED_ENCODING, "\uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ucf54\ub4dc\ud654: {0}"},
  1008. // Other miscellaneous text used inside the code...
  1009. { "ui_language", "ko"},
  1010. { "help_language", "ko"},
  1011. { "language", "ko"},
  1012. { "BAD_CODE",
  1013. "createMessage\uc758 \ub9e4\uac1c\ubcc0\uc218\uac00 \ubc14\uc6b4\ub4dc\ub97c \ubc97\uc5b4\ub0ac\uc2b5\ub2c8\ub2e4."},
  1014. { "FORMAT_FAILED",
  1015. "messageFormat \ud638\ucd9c \uc2dc \uc608\uc678 \ubc1c\uc0dd"},
  1016. { "version", ">>>>>>> Xalan \ubc84\uc804 "},
  1017. { "version2", "<<<<<<<"},
  1018. { "yes", "\uc608"},
  1019. { "line", "\ud589 //"},
  1020. { "column", "\uc5f4 //"},
  1021. { "xsldone", "XSLProcessor: \uc644\ub8cc"},
  1022. { "xpath_option", "xpath \uc635\uc158: "},
  1023. { "optionIN", " [-in inputXMLURL]"},
  1024. { "optionSelect", " [-select xpath expression]"},
  1025. { "optionMatch",
  1026. " [-match \uc77c\uce58 \ud328\ud134 (\uc77c\uce58 \uc9c4\ub2e8\uc5d0 \ub300\ud55c)]"},
  1027. { "optionAnyExpr",
  1028. "\ub610\ub294 xpath \ud45c\ud604\uc2dd\uc774 \uc9c4\ub2e8 \ub364\ud504\ub97c \uc218\ud589\ud569\ub2c8\ub2e4."},
  1029. { "noParsermsg1",
  1030. "XSL \ud504\ub85c\uc138\uc2a4\uac00 \uc131\uacf5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4."},
  1031. { "noParsermsg2",
  1032. "** \uad6c\ubb38 \ubd84\uc11d\uae30\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 **"},
  1033. { "noParsermsg3",
  1034. "\ud074\ub798\uc2a4 \uacbd\ub85c\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624."},
  1035. { "noParsermsg4",
  1036. "Java\uc6a9 IBM XML \uad6c\ubb38 \ubd84\uc11d\uae30\uac00 \uc5c6\ub294 \uacbd\uc6b0 \ub2e4\uc74c\uc5d0\uc11c \ub2e4\uc6b4\ub85c\ub4dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4."},
  1037. { "noParsermsg5",
  1038. "IBM AlphaWorks: http://www.alphaworks.ibm.com/formula/xml"},
  1039. { "gtone", ">1" },
  1040. { "zero", "0" },
  1041. { "one", "1" },
  1042. { "two" , "2" },
  1043. { "three", "3" }
  1044. };
  1045. // ================= INFRASTRUCTURE ======================
  1046. /** Field BAD_CODE */
  1047. public static final String BAD_CODE = "BAD_CODE";
  1048. /** Field FORMAT_FAILED */
  1049. public static final String FORMAT_FAILED = "FORMAT_FAILED";
  1050. /** Field ERROR_RESOURCES */
  1051. public static final String ERROR_RESOURCES =
  1052. "org.apache.xpath.res.XPATHErrorResources";
  1053. /** Field ERROR_STRING */
  1054. public static final String ERROR_STRING = "//error";
  1055. /** Field ERROR_HEADER */
  1056. public static final String ERROR_HEADER = "\uc624\ub958: ";
  1057. /** Field WARNING_HEADER */
  1058. public static final String WARNING_HEADER = "\uacbd\uace0: ";
  1059. /** Field XSL_HEADER */
  1060. public static final String XSL_HEADER = "XSL ";
  1061. /** Field XML_HEADER */
  1062. public static final String XML_HEADER = "XML ";
  1063. /** Field QUERY_HEADER */
  1064. public static final String QUERY_HEADER = "PATTERN ";
  1065. /**
  1066. * Get the association list.
  1067. *
  1068. * @return The association list.
  1069. */
  1070. public Object[][] getContents()
  1071. {
  1072. return contents;
  1073. }
  1074. }