1. /*
  2. * @(#)XSLTErrorResources_zh_CN.java 1.8 01/12/04
  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.xalan.res;
  59. import org.apache.xml.utils.res.XResourceBundleBase;
  60. import java.util.MissingResourceException;
  61. import java.util.Locale;
  62. import java.util.ResourceBundle;
  63. import java.text.DecimalFormat;
  64. import org.apache.xalan.templates.Constants;
  65. /**
  66. * Set up error messages.
  67. * We build a two dimensional array of message keys and
  68. * message strings. In order to add a new message here,
  69. * you need to first add a String constant. And
  70. * you need to enter key , value pair as part of contents
  71. * Array. You also need to update MAX_CODE for error strings
  72. * and MAX_WARNING for warnings ( Needed for only information
  73. * purpose )
  74. */
  75. public class XSLTErrorResources_zh_CN extends XSLTErrorResources
  76. {
  77. /** Maximum error messages, this is needed to keep track of the number of messages. */
  78. public static final int MAX_CODE = 253;
  79. /** Maximum warnings, this is needed to keep track of the number of warnings. */
  80. public static final int MAX_WARNING = 29;
  81. /** Maximum misc strings. */
  82. public static final int MAX_OTHERS = 55;
  83. /** Maximum total warnings and error messages. */
  84. public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
  85. /** The lookup table for error messages. */
  86. public static final Object[][] contents = {
  87. /** Error message ID that has a null message, but takes in a single object. */
  88. //public static final int ERROR0000 = 0;
  89. {
  90. "ERROR0000", "{0}"},
  91. /** ER_NO_CURLYBRACE */
  92. //public static final int ER_NO_CURLYBRACE = 1;
  93. {
  94. ER_NO_CURLYBRACE,
  95. "\u9519\u8bef\uff1a\u8868\u8fbe\u5f0f\u4e2d\u4e0d\u80fd\u51fa\u73b0 '{'"},
  96. /** ER_ILLEGAL_ATTRIBUTE */
  97. //public static final int ER_ILLEGAL_ATTRIBUTE = 2;
  98. {
  99. ER_ILLEGAL_ATTRIBUTE, "{0} \u5b58\u5728\u4e00\u4e2a\u975e\u6cd5\u5c5e\u6027\uff1a {1}"},
  100. /** ER_NULL_SOURCENODE_APPLYIMPORTS */
  101. //public static final int ER_NULL_SOURCENODE_APPLYIMPORTS = 3;
  102. {
  103. ER_NULL_SOURCENODE_APPLYIMPORTS,
  104. "sourceNode \u5728 xsl:apply-imports \u4e3a\u7a7a\uff01 "},
  105. /** ER_CANNOT_ADD */
  106. //public static final int ER_CANNOT_ADD = 4;
  107. {
  108. ER_CANNOT_ADD, "\u65e0\u6cd5\u5c06 {0} \u6dfb\u52a0\u5230 {1} \u4e2d "},
  109. /** ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES */
  110. //public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES = 5;
  111. {
  112. ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES,
  113. "sourceNode \u5728 handleApplyTemplatesInstruction \u4e3a\u7a7a\uff01 "},
  114. /** ER_NO_NAME_ATTRIB */
  115. //public static final int ER_NO_NAME_ATTRIB = 6;
  116. {
  117. ER_NO_NAME_ATTRIB, "{0} \u5fc5\u987b\u5177\u6709\u4e00\u4e2a\u540d\u79f0\u5c5e\u6027\u3002 "},
  118. /** ER_TEMPLATE_NOT_FOUND */
  119. //public static final int ER_TEMPLATE_NOT_FOUND = 7;
  120. {
  121. ER_TEMPLATE_NOT_FOUND, "\u672a\u627e\u5230\u547d\u540d\u7684\u6a21\u677f\uff1a {0}"},
  122. /** ER_CANT_RESOLVE_NAME_AVT */
  123. //public static final int ER_CANT_RESOLVE_NAME_AVT = 8;
  124. {
  125. ER_CANT_RESOLVE_NAME_AVT,
  126. "\u65e0\u6cd5\u5728 xsl:call-template \u89e3\u6790\u540d\u79f0 AVI\u3002 "},
  127. /** ER_REQUIRES_ATTRIB */
  128. //public static final int ER_REQUIRES_ATTRIB = 9;
  129. {
  130. ER_REQUIRES_ATTRIB, "{0} \u8981\u6c42\u5c5e\u6027\uff1a {1}"},
  131. /** ER_MUST_HAVE_TEST_ATTRIB */
  132. //public static final int ER_MUST_HAVE_TEST_ATTRIB = 10;
  133. {
  134. ER_MUST_HAVE_TEST_ATTRIB,
  135. "{0} \u5fc5\u987b\u5177\u6709\u4e00\u4e2a ''test'' \u5c5e\u6027\u3002 "},
  136. /** ER_BAD_VAL_ON_LEVEL_ATTRIB */
  137. //public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB = 11;
  138. {
  139. ER_BAD_VAL_ON_LEVEL_ATTRIB,
  140. "\u5728\u7ea7\u522b\u5c5e\u6027\u4e2d\u51fa\u73b0\u9519\u8bef\u6570\u503c\uff1a {0}"},
  141. /** ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML */
  142. //public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 12;
  143. {
  144. ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML,
  145. "processing-instruction \u540d\u79f0\u4e0d\u80fd\u4e3a 'xml'"},
  146. /** ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME */
  147. //public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 13;
  148. {
  149. ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME,
  150. "processing-instruction \u540d\u79f0\u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684 NCName\uff1a {0}"},
  151. /** ER_NEED_MATCH_ATTRIB */
  152. //public static final int ER_NEED_MATCH_ATTRIB = 14;
  153. {
  154. ER_NEED_MATCH_ATTRIB,
  155. "{0} \u5fc5\u987b\u5177\u6709\u4e00\u4e2a\u4e0e\u6a21\u5f0f\u76f8\u5339\u914d\u7684\u5c5e\u6027\u3002 "},
  156. /** ER_NEED_NAME_OR_MATCH_ATTRIB */
  157. //public static final int ER_NEED_NAME_OR_MATCH_ATTRIB = 15;
  158. {
  159. ER_NEED_NAME_OR_MATCH_ATTRIB,
  160. "{0} \u9700\u8981\u4e00\u4e2a\u540d\u79f0\u6216\u5339\u914d\u5c5e\u6027\u3002 "},
  161. /** ER_CANT_RESOLVE_NSPREFIX */
  162. //public static final int ER_CANT_RESOLVE_NSPREFIX = 16;
  163. {
  164. ER_CANT_RESOLVE_NSPREFIX,
  165. "\u65e0\u6cd5\u89e3\u6790\u540d\u79f0\u7a7a\u95f4\u524d\u7f00\uff1a {0}"},
  166. /** ER_ILLEGAL_VALUE */
  167. //public static final int ER_ILLEGAL_VALUE = 17;
  168. {
  169. ER_ILLEGAL_VALUE, "xml:space \u5b58\u5728\u4e00\u4e2a\u975e\u6cd5\u6570\u503c\uff1a {0}"},
  170. /** ER_NO_OWNERDOC */
  171. //public static final int ER_NO_OWNERDOC = 18;
  172. {
  173. ER_NO_OWNERDOC,
  174. "\u5b50\u8282\u70b9\u6ca1\u6709\u4e00\u4e2a\u5c5e\u4e3b\u6587\u6863\uff01 "},
  175. /** ER_ELEMTEMPLATEELEM_ERR */
  176. //public static final int ER_ELEMTEMPLATEELEM_ERR = 19;
  177. {
  178. ER_ELEMTEMPLATEELEM_ERR, "ElemTemplateElement \u9519\u8bef\uff1a {0}"},
  179. /** ER_NULL_CHILD */
  180. //public static final int ER_NULL_CHILD = 20;
  181. {
  182. ER_NULL_CHILD, "\u6b63\u5728\u5c1d\u8bd5\u6dfb\u52a0\u4e00\u4e2a\u7a7a\u7684\u5b50\u8282\u70b9\uff01 "},
  183. /** ER_NEED_SELECT_ATTRIB */
  184. //public static final int ER_NEED_SELECT_ATTRIB = 21;
  185. {
  186. ER_NEED_SELECT_ATTRIB, "{0} \u9700\u8981\u4e00\u4e2a\u9009\u62e9\u5c5e\u6027\u3002 "},
  187. /** ER_NEED_TEST_ATTRIB */
  188. //public static final int ER_NEED_TEST_ATTRIB = 22;
  189. {
  190. ER_NEED_TEST_ATTRIB,
  191. "xsl:when \u5fc5\u987b\u5177\u6709\u4e00\u4e2a 'test' \u5c5e\u6027\u3002 "},
  192. /** ER_NEED_NAME_ATTRIB */
  193. //public static final int ER_NEED_NAME_ATTRIB = 23;
  194. {
  195. ER_NEED_NAME_ATTRIB,
  196. "xsl:with-param \u5fc5\u987b\u5177\u6709\u4e00\u4e2a 'name' \u5c5e\u6027\u3002 "},
  197. /** ER_NO_CONTEXT_OWNERDOC */
  198. //public static final int ER_NO_CONTEXT_OWNERDOC = 24;
  199. {
  200. ER_NO_CONTEXT_OWNERDOC,
  201. "\u4e0a\u4e0b\u6587\u6ca1\u6709\u4e00\u4e2a\u5c5e\u4e3b\u6587\u6863\uff01 "},
  202. /** ER_COULD_NOT_CREATE_XML_PROC_LIAISON */
  203. //public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON = 25;
  204. {
  205. ER_COULD_NOT_CREATE_XML_PROC_LIAISON,
  206. "\u65e0\u6cd5\u521b\u5efa XML TransformerFactory Liaison\uff1a {0}"},
  207. /** ER_PROCESS_NOT_SUCCESSFUL */
  208. //public static final int ER_PROCESS_NOT_SUCCESSFUL = 26;
  209. {
  210. ER_PROCESS_NOT_SUCCESSFUL,
  211. "Xalan: \u8fd0\u884c\u4e0d\u6210\u529f\u3002 "},
  212. /** ER_NOT_SUCCESSFUL */
  213. //public static final int ER_NOT_SUCCESSFUL = 27;
  214. {
  215. ER_NOT_SUCCESSFUL, "Xalan: \u4e0d\u6210\u529f\u3002 "},
  216. /** ER_ENCODING_NOT_SUPPORTED */
  217. //public static final int ER_ENCODING_NOT_SUPPORTED = 28;
  218. {
  219. ER_ENCODING_NOT_SUPPORTED, "\u4e0d\u53d7\u652f\u6301\u7684\u7f16\u7801\uff1a {0}"},
  220. /** ER_COULD_NOT_CREATE_TRACELISTENER */
  221. //public static final int ER_COULD_NOT_CREATE_TRACELISTENER = 29;
  222. {
  223. ER_COULD_NOT_CREATE_TRACELISTENER,
  224. "\u65e0\u6cd5\u521b\u5efa TraceListener\uff1a {0}"},
  225. /** ER_KEY_REQUIRES_NAME_ATTRIB */
  226. //public static final int ER_KEY_REQUIRES_NAME_ATTRIB = 30;
  227. {
  228. ER_KEY_REQUIRES_NAME_ATTRIB,
  229. "xsl:key \u9700\u8981\u4e00\u4e2a 'name' \u5c5e\u6027\uff01 "},
  230. /** ER_KEY_REQUIRES_MATCH_ATTRIB */
  231. //public static final int ER_KEY_REQUIRES_MATCH_ATTRIB = 31;
  232. {
  233. ER_KEY_REQUIRES_MATCH_ATTRIB,
  234. "xsl:key \u9700\u8981\u4e00\u4e2a 'match' \u5c5e\u6027\uff01 "},
  235. /** ER_KEY_REQUIRES_USE_ATTRIB */
  236. //public static final int ER_KEY_REQUIRES_USE_ATTRIB = 32;
  237. {
  238. ER_KEY_REQUIRES_USE_ATTRIB,
  239. "xsl:key \u9700\u8981\u4e00\u4e2a 'use' \u5c5e\u6027\uff01 "},
  240. /** ER_REQUIRES_ELEMENTS_ATTRIB */
  241. //public static final int ER_REQUIRES_ELEMENTS_ATTRIB = 33;
  242. {
  243. ER_REQUIRES_ELEMENTS_ATTRIB,
  244. "(StylesheetHandler) {0} \u9700\u8981\u4e00\u4e2a ''elements'' \u5c5e\u6027\uff01 "},
  245. /** ER_MISSING_PREFIX_ATTRIB */
  246. //public static final int ER_MISSING_PREFIX_ATTRIB = 34;
  247. {
  248. ER_MISSING_PREFIX_ATTRIB,
  249. "(StylesheetHandler) {0} \u7f3a\u5c11 ''prefix'' \u5c5e\u6027 "},
  250. /** ER_BAD_STYLESHEET_URL */
  251. //public static final int ER_BAD_STYLESHEET_URL = 35;
  252. {
  253. ER_BAD_STYLESHEET_URL, "\u5f0f\u6837\u8868\u5355\u7684 URL \u9519\u8bef\uff1a {0}"},
  254. /** ER_FILE_NOT_FOUND */
  255. //public static final int ER_FILE_NOT_FOUND = 36;
  256. {
  257. ER_FILE_NOT_FOUND, "\u672a\u627e\u5230\u5f0f\u6837\u8868\u5355\u6587\u4ef6\uff1a {0}"},
  258. /** ER_IOEXCEPTION */
  259. //public static final int ER_IOEXCEPTION = 37;
  260. {
  261. ER_IOEXCEPTION,
  262. "\u5f0f\u6837\u8868\u5355\u6587\u4ef6\u4e2d\u5b58\u5728 IO \u5f02\u5e38\uff1a {0}"},
  263. /** ER_NO_HREF_ATTRIB */
  264. //public static final int ER_NO_HREF_ATTRIB = 38;
  265. {
  266. ER_NO_HREF_ATTRIB,
  267. "(StylesheetHandler) \u65e0\u6cd5\u5728 {0} \u4e2d\u627e\u5230 href \u5c5e\u6027 "},
  268. /** ER_STYLESHEET_INCLUDES_ITSELF */
  269. //public static final int ER_STYLESHEET_INCLUDES_ITSELF = 39;
  270. {
  271. ER_STYLESHEET_INCLUDES_ITSELF,
  272. "(StylesheetHandler) {0} \u76f4\u63a5\u6216\u95f4\u63a5\u5305\u542b\u81ea\u8eab\uff01 "},
  273. /** ER_PROCESSINCLUDE_ERROR */
  274. //public static final int ER_PROCESSINCLUDE_ERROR = 40;
  275. {
  276. ER_PROCESSINCLUDE_ERROR,
  277. "StylesheetHandler.processInclude \u9519\u8bef\uff0c {0}"},
  278. /** ER_MISSING_LANG_ATTRIB */
  279. //public static final int ER_MISSING_LANG_ATTRIB = 41;
  280. {
  281. ER_MISSING_LANG_ATTRIB,
  282. "(StylesheetHandler) {0} \u7f3a\u5c11 ''lang'' \u5c5e\u6027 "},
  283. /** ER_MISSING_CONTAINER_ELEMENT_COMPONENT */
  284. //public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT = 42;
  285. {
  286. ER_MISSING_CONTAINER_ELEMENT_COMPONENT,
  287. "(StylesheetHandler) \u5c06 {0} \u5143\u7d20\u653e\u9519\u4f4d\u7f6e\uff1f\uff1f container \u7f3a\u5c11 ''component'' \u5143\u7d20 "},
  288. /** ER_CAN_ONLY_OUTPUT_TO_ELEMENT */
  289. //public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT = 43;
  290. {
  291. ER_CAN_ONLY_OUTPUT_TO_ELEMENT,
  292. "\u4ec5\u80fd\u8f93\u51fa\u5230 Element\u3001 DocumentFragment\u3001 Document \u6216 PrintWriter\u3002 "},
  293. /** ER_PROCESS_ERROR */
  294. //public static final int ER_PROCESS_ERROR = 44;
  295. {
  296. ER_PROCESS_ERROR, "StylesheetRoot.process \u9519\u8bef "},
  297. /** ER_UNIMPLNODE_ERROR */
  298. //public static final int ER_UNIMPLNODE_ERROR = 45;
  299. {
  300. ER_UNIMPLNODE_ERROR, "UnImplNode \u9519\u8bef\uff1a {0}"},
  301. /** ER_NO_SELECT_EXPRESSION */
  302. //public static final int ER_NO_SELECT_EXPRESSION = 46;
  303. {
  304. ER_NO_SELECT_EXPRESSION,
  305. "\u9519\u8bef\uff01\u672a\u627e\u5230 xpath \u9009\u62e9\u8868\u8fbe\u5f0f (-select)\u3002 "},
  306. /** ER_CANNOT_SERIALIZE_XSLPROCESSOR */
  307. //public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR = 47;
  308. {
  309. ER_CANNOT_SERIALIZE_XSLPROCESSOR,
  310. "\u65e0\u6cd5\u4e32\u884c\u5316\u4e00\u4e2a XSLProcessor\uff01 "},
  311. /** ER_NO_INPUT_STYLESHEET */
  312. //public static final int ER_NO_INPUT_STYLESHEET = 48;
  313. {
  314. ER_NO_INPUT_STYLESHEET,
  315. "\u672a\u6307\u5b9a\u5f0f\u6837\u8868\u5355\u8f93\u5165\uff01 "},
  316. /** ER_FAILED_PROCESS_STYLESHEET */
  317. //public static final int ER_FAILED_PROCESS_STYLESHEET = 49;
  318. {
  319. ER_FAILED_PROCESS_STYLESHEET,
  320. "\u8fd0\u884c\u5f0f\u6837\u8868\u5355\u9519\u8bef\uff01 "},
  321. /** ER_COULDNT_PARSE_DOC */
  322. //public static final int ER_COULDNT_PARSE_DOC = 50;
  323. {
  324. ER_COULDNT_PARSE_DOC, "\u65e0\u6cd5\u5206\u6790 {0} \u6587\u6863\uff01 "},
  325. /** ER_COULDNT_FIND_FRAGMENT */
  326. //public static final int ER_COULDNT_FIND_FRAGMENT = 51;
  327. {
  328. ER_COULDNT_FIND_FRAGMENT, "\u672a\u627e\u5230\u6bb5\uff1a {0}"},
  329. /** ER_NODE_NOT_ELEMENT */
  330. //public static final int ER_NODE_NOT_ELEMENT = 52;
  331. {
  332. ER_NODE_NOT_ELEMENT,
  333. "\u6bb5\u6807\u8bc6\u7b26\u6307\u5411\u7684\u8282\u70b9\u4e0d\u662f\u4e00\u4e2a\u5143\u7d20\uff1a {0}"},
  334. /** ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB */
  335. //public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = 53;
  336. {
  337. ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB,
  338. "\u6bcf\u4e2a\u8282\u70b9\u5fc5\u987b\u5177\u6709\u4e00\u4e2a\u5339\u914d\u6216\u540d\u79f0\u5c5e\u6027 "},
  339. /** ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB */
  340. //public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = 54;
  341. {
  342. ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB,
  343. "\u6a21\u677f\u5fc5\u987b\u5177\u6709\u4e00\u4e2a\u5339\u914d\u6216\u540d\u79f0\u5c5e\u6027 "},
  344. /** ER_NO_CLONE_OF_DOCUMENT_FRAG */
  345. //public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG = 55;
  346. {
  347. ER_NO_CLONE_OF_DOCUMENT_FRAG,
  348. "\u65e0\u6cd5\u590d\u5236\u6587\u6863\u6846\u67b6\uff01 "},
  349. /** ER_CANT_CREATE_ITEM */
  350. //public static final int ER_CANT_CREATE_ITEM = 56;
  351. {
  352. ER_CANT_CREATE_ITEM,
  353. "\u65e0\u6cd5\u5728\u7ed3\u679c\u6811\u4e2d\u521b\u5efa\u9879\uff1a {0}"},
  354. /** ER_XMLSPACE_ILLEGAL_VALUE */
  355. //public static final int ER_XMLSPACE_ILLEGAL_VALUE = 57;
  356. {
  357. ER_XMLSPACE_ILLEGAL_VALUE,
  358. "xml:space \u5728\u6e90 XML \u4e2d\u5b58\u5728\u4e00\u4e2a\u975e\u6cd5\u6570\u503c\uff1a {0}"},
  359. /** ER_NO_XSLKEY_DECLARATION */
  360. //public static final int ER_NO_XSLKEY_DECLARATION = 58;
  361. {
  362. ER_NO_XSLKEY_DECLARATION,
  363. "\u5728 {0} \u4e2d\u672a\u58f0\u660e xsl:key\uff01 "},
  364. /** ER_CANT_CREATE_URL */
  365. //public static final int ER_CANT_CREATE_URL = 59;
  366. {
  367. ER_CANT_CREATE_URL, "\u9519\u8bef\uff01\u65e0\u6cd5\u5728\u4ee5\u4e0b\u7684 {0} \u4e2d\u521b\u5efa url\uff1a "},
  368. /** ER_XSLFUNCTIONS_UNSUPPORTED */
  369. //public static final int ER_XSLFUNCTIONS_UNSUPPORTED = 60;
  370. {
  371. ER_XSLFUNCTIONS_UNSUPPORTED, "\u4e0d\u652f\u6301 xsl:functions"},
  372. /** ER_PROCESSOR_ERROR */
  373. //public static final int ER_PROCESSOR_ERROR = 61;
  374. {
  375. ER_PROCESSOR_ERROR, "XSLT TransformerFactory \u9519\u8bef "},
  376. /** ER_NOT_ALLOWED_INSIDE_STYLESHEET */
  377. //public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET = 62;
  378. {
  379. ER_NOT_ALLOWED_INSIDE_STYLESHEET,
  380. "\u4e0d\u5141\u8bb8 (StylesheetHandler) {0} \u5728 stylesheet \u7684\u5185\u90e8\uff01 "},
  381. /** ER_RESULTNS_NOT_SUPPORTED */
  382. //public static final int ER_RESULTNS_NOT_SUPPORTED = 63;
  383. {
  384. ER_RESULTNS_NOT_SUPPORTED,
  385. "\u4e0d\u518d\u652f\u6301 result-ns\uff01\u8bf7\u4f7f\u7528 xsl:output \u66ff\u6362\u3002 "},
  386. /** ER_DEFAULTSPACE_NOT_SUPPORTED */
  387. //public static final int ER_DEFAULTSPACE_NOT_SUPPORTED = 64;
  388. {
  389. ER_DEFAULTSPACE_NOT_SUPPORTED,
  390. "\u4e0d\u518d\u652f\u6301 default-space\uff01\u8bf7\u4f7f\u7528 xsl:strip-space \u6216 xsl:preserve-space \u66ff\u6362\u3002 "},
  391. /** ER_INDENTRESULT_NOT_SUPPORTED */
  392. //public static final int ER_INDENTRESULT_NOT_SUPPORTED = 65;
  393. {
  394. ER_INDENTRESULT_NOT_SUPPORTED,
  395. "\u4e0d\u518d\u652f\u6301 indent-result\uff01\u8bf7\u4f7f\u7528 xsl:output \u66ff\u6362\u3002 "},
  396. /** ER_ILLEGAL_ATTRIB */
  397. //public static final int ER_ILLEGAL_ATTRIB = 66;
  398. {
  399. ER_ILLEGAL_ATTRIB,
  400. "(StylesheetHandler) {0} \u5b58\u5728\u4e00\u4e2a\u975e\u6cd5\u5c5e\u6027\uff1a {1}"},
  401. /** ER_UNKNOWN_XSL_ELEM */
  402. //public static final int ER_UNKNOWN_XSL_ELEM = 67;
  403. {
  404. ER_UNKNOWN_XSL_ELEM, "\u672a\u77e5\u7684 XSL \u5143\u7d20\uff1a {0}"},
  405. /** ER_BAD_XSLSORT_USE */
  406. //public static final int ER_BAD_XSLSORT_USE = 68;
  407. {
  408. ER_BAD_XSLSORT_USE,
  409. "(StylesheetHandler) xsl:sort \u4ec5\u80fd\u4e0e xsl:apply-templates \u6216 xsl:for-each \u4e00\u8d77\u4f7f\u7528\u3002 "},
  410. /** ER_MISPLACED_XSLWHEN */
  411. //public static final int ER_MISPLACED_XSLWHEN = 69;
  412. {
  413. ER_MISPLACED_XSLWHEN,
  414. "(StylesheetHandler) \u5c06 xsl:when \u653e\u9519\u4f4d\u7f6e\uff01 "},
  415. /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE */
  416. //public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70;
  417. {
  418. ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE,
  419. "(StylesheetHandler) xsl:when \u4e0d\u662f xsl:choose \u7684\u7236\u8f88\uff01 "},
  420. /** ER_MISPLACED_XSLOTHERWISE */
  421. //public static final int ER_MISPLACED_XSLOTHERWISE = 71;
  422. {
  423. ER_MISPLACED_XSLOTHERWISE,
  424. "(StylesheetHandler) \u5c06 xsl:otherwise \u653e\u9519\u4f4d\u7f6e\uff01 "},
  425. /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE */
  426. //public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72;
  427. {
  428. ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE,
  429. "(StylesheetHandler) xsl:otherwise \u4e0d\u662f xsl:choose \u7684\u7236\u8f88\uff01 "},
  430. /** ER_NOT_ALLOWED_INSIDE_TEMPLATE */
  431. //public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73;
  432. {
  433. ER_NOT_ALLOWED_INSIDE_TEMPLATE,
  434. "\u4e0d\u5141\u8bb8 (StylesheetHandler) {0} \u5728\u6a21\u677f\u7684\u5185\u90e8\uff01 "},
  435. /** ER_UNKNOWN_EXT_NS_PREFIX */
  436. //public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74;
  437. {
  438. ER_UNKNOWN_EXT_NS_PREFIX,
  439. "(StylesheetHandler) {0} \u6269\u5c55\u540d\u79f0\u7a7a\u95f4\u524d\u7f00 {1} \u672a\u77e5 "},
  440. /** ER_IMPORTS_AS_FIRST_ELEM */
  441. //public static final int ER_IMPORTS_AS_FIRST_ELEM = 75;
  442. {
  443. ER_IMPORTS_AS_FIRST_ELEM,
  444. "(StylesheetHandler) \u5bfc\u5165\u4ec5\u80fd\u5728\u5f0f\u6837\u8868\u5355\u4e2d\u4f5c\u4e3a\u7b2c\u4e00\u4e2a\u5143\u7d20\u51fa\u73b0\uff01 "},
  445. /** ER_IMPORTING_ITSELF */
  446. //public static final int ER_IMPORTING_ITSELF = 76;
  447. {
  448. ER_IMPORTING_ITSELF,
  449. "(StylesheetHandler) {0} \u76f4\u63a5\u6216\u95f4\u63a5\u8f93\u5165\u81ea\u8eab\uff01 "},
  450. /** ER_XMLSPACE_ILLEGAL_VAL */
  451. //public static final int ER_XMLSPACE_ILLEGAL_VAL = 77;
  452. {
  453. ER_XMLSPACE_ILLEGAL_VAL,
  454. "(StylesheetHandler) " + "xml:space \u5b58\u5728\u4e00\u4e2a\u975e\u6cd5\u6570\u503c\uff1a {0}"},
  455. /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL */
  456. //public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
  457. {
  458. ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL,
  459. "processStylesheet \u4e0d\u6210\u529f\uff01 "},
  460. /** ER_SAX_EXCEPTION */
  461. //public static final int ER_SAX_EXCEPTION = 79;
  462. {
  463. ER_SAX_EXCEPTION, "SAX \u5f02\u5e38 "},
  464. /** ER_FUNCTION_NOT_SUPPORTED */
  465. //public static final int ER_FUNCTION_NOT_SUPPORTED = 80;
  466. {
  467. ER_FUNCTION_NOT_SUPPORTED, "\u51fd\u6570\u4e0d\u53d7\u652f\u6301\uff01 "},
  468. /** ER_XSLT_ERROR */
  469. //public static final int ER_XSLT_ERROR = 81;
  470. {
  471. ER_XSLT_ERROR, "XSLT \u9519\u8bef "},
  472. /** ER_CURRENCY_SIGN_ILLEGAL */
  473. //public static final int ER_CURRENCY_SIGN_ILLEGAL = 82;
  474. {
  475. ER_CURRENCY_SIGN_ILLEGAL,
  476. "\u5728\u683c\u5f0f\u6a21\u5f0f\u5b57\u7b26\u4e32\u4e2d\u4e0d\u5141\u8bb8\u51fa\u73b0\u8d27\u5e01\u7b26\u53f7 "},
  477. /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM */
  478. //public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83;
  479. {
  480. ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM,
  481. "\u5728 Stylesheet DOM \u4e2d\u4e0d\u652f\u6301\u6587\u6863\u51fd\u6570\uff01 "},
  482. /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER */
  483. //public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84;
  484. {
  485. ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER,
  486. "\u65e0\u6cd5\u5206\u6790\u65e0\u524d\u7f00\u5206\u6790\u5668\u7684\u524d\u7f00\uff01 "},
  487. /** ER_REDIRECT_COULDNT_GET_FILENAME */
  488. //public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85;
  489. {
  490. ER_REDIRECT_COULDNT_GET_FILENAME,
  491. "\u91cd\u5b9a\u5411\u6269\u5c55\uff1a\u65e0\u6cd5\u5f97\u5230\u6587\u4ef6 - \u6587\u4ef6\u6216\u9009\u62e9\u5c5e\u6027\u5fc5\u987b\u8fd4\u56de\u6709\u6548\u7684\u5b57\u7b26\u4e32\u3002 "},
  492. /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT */
  493. //public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86;
  494. {
  495. ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT,
  496. "\u65e0\u6cd5\u5728\u91cd\u5b9a\u5411\u6269\u5c55\u4e2d\u6784\u5efa FormatterListener\uff01 "},
  497. /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX */
  498. //public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87;
  499. {
  500. ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX,
  501. "\u5728 exclude-result-prefixes \u4e2d\u7684\u524d\u7f00\u4e0d\u662f\u6709\u6548\u7684\uff1a {0}"},
  502. /** ER_MISSING_NS_URI */
  503. //public static final int ER_MISSING_NS_URI = 88;
  504. {
  505. ER_MISSING_NS_URI,
  506. "\u5728\u6307\u5b9a\u7684\u524d\u7f00\u4e2d\u7f3a\u5c11 URI \u7684\u540d\u79f0\u7a7a\u95f4 "},
  507. /** ER_MISSING_ARG_FOR_OPTION */
  508. //public static final int ER_MISSING_ARG_FOR_OPTION = 89;
  509. {
  510. ER_MISSING_ARG_FOR_OPTION,
  511. "\u5728\u9009\u9879 {0} \u4e2d\u7f3a\u5c11\u53c2\u6570\uff1a "},
  512. /** ER_INVALID_OPTION */
  513. //public static final int ER_INVALID_OPTION = 90;
  514. {
  515. ER_INVALID_OPTION, "\u65e0\u6548\u7684\u9009\u9879\uff1a {0}"},
  516. /** ER_MALFORMED_FORMAT_STRING */
  517. //public static final int ER_MALFORMED_FORMAT_STRING = 91;
  518. {
  519. ER_MALFORMED_FORMAT_STRING, "\u683c\u5f0f\u4e0d\u6b63\u786e\u7684\u5b57\u7b26\u4e32\uff1a {0}"},
  520. /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB */
  521. //public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92;
  522. {
  523. ER_STYLESHEET_REQUIRES_VERSION_ATTRIB,
  524. "xsl:stylesheet \u9700\u8981\u4e00\u4e2a 'version' \u5c5e\u6027\uff01 "},
  525. /** ER_ILLEGAL_ATTRIBUTE_VALUE */
  526. //public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93;
  527. {
  528. ER_ILLEGAL_ATTRIBUTE_VALUE,
  529. "\u5c5e\u6027\uff1a {0} \u5b58\u5728\u4e00\u4e2a\u975e\u6cd5\u6570\u503c\uff1a {1}"},
  530. /** ER_CHOOSE_REQUIRES_WHEN */
  531. //public static final int ER_CHOOSE_REQUIRES_WHEN = 94;
  532. {
  533. ER_CHOOSE_REQUIRES_WHEN, "xsl:choose \u9700\u8981 xsl:when"},
  534. /** ER_NO_APPLY_IMPORT_IN_FOR_EACH */
  535. //public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;
  536. {
  537. ER_NO_APPLY_IMPORT_IN_FOR_EACH,
  538. "\u4e0d\u5141\u8bb8\u5728 xls:for-each \u4e2d\u51fa\u73b0 xsl:apply-imports"},
  539. /** ER_CANT_USE_DTM_FOR_OUTPUT */
  540. //public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;
  541. {
  542. ER_CANT_USE_DTM_FOR_OUTPUT,
  543. "\u65e0\u6cd5\u4e3a\u4e00\u4e2a\u8f93\u51fa DOM \u8282\u70b9\u4f7f\u7528 DTMLiaison...\u4f20\u9001\u4e00\u4e2a org.apache.xpath.DOM2Helper\uff01 "},
  544. /** ER_CANT_USE_DTM_FOR_INPUT */
  545. //public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;
  546. {
  547. ER_CANT_USE_DTM_FOR_INPUT,
  548. "\u65e0\u6cd5\u4e3a\u8f93\u5165 DOM \u8282\u70b9\u4f7f\u7528 DTMLiaison...\u4f20\u9001\u4e00\u4e2a org.apache.xpath.DOM2Helper\uff01 "},
  549. /** ER_CALL_TO_EXT_FAILED */
  550. //public static final int ER_CALL_TO_EXT_FAILED = 98;
  551. {
  552. ER_CALL_TO_EXT_FAILED,
  553. "\u8c03\u7528\u6269\u5c55\u5143\u7d20\u9519\u8bef\uff1a {0}"},
  554. /** ER_PREFIX_MUST_RESOLVE */
  555. //public static final int ER_PREFIX_MUST_RESOLVE = 99;
  556. {
  557. ER_PREFIX_MUST_RESOLVE,
  558. "\u5fc5\u987b\u5c06\u524d\u7f00\u89e3\u6790\u4e3a\u540d\u79f0\u7a7a\u95f4\uff1a {0}"},
  559. /** ER_INVALID_UTF16_SURROGATE */
  560. //public static final int ER_INVALID_UTF16_SURROGATE = 100;
  561. {
  562. ER_INVALID_UTF16_SURROGATE,
  563. "\u68c0\u6d4b\u5230\u65e0\u6548\u7684 UTF-16 \u4ee3\u7406\uff1a {0}\uff1f "},
  564. /** ER_XSLATTRSET_USED_ITSELF */
  565. //public static final int ER_XSLATTRSET_USED_ITSELF = 101;
  566. {
  567. ER_XSLATTRSET_USED_ITSELF,
  568. "xsl:attribute-set {0} \u88ab\u81ea\u8eab\u4f7f\u7528\uff0c\u5c06\u5bfc\u81f4\u65e0\u9650\u5faa\u73af\u3002 "},
  569. /** ER_CANNOT_MIX_XERCESDOM */
  570. //public static final int ER_CANNOT_MIX_XERCESDOM = 102;
  571. {
  572. ER_CANNOT_MIX_XERCESDOM,
  573. "\u975e Xerces-DOM \u8f93\u5165\u4e0e Xerces-DOM \u8f93\u51fa\u4e0d\u80fd\u6df7\u5408\u4f7f\u7528\uff01 "},
  574. /** ER_TOO_MANY_LISTENERS */
  575. //public static final int ER_TOO_MANY_LISTENERS = 103;
  576. {
  577. ER_TOO_MANY_LISTENERS,
  578. "addTraceListenersToStylesheet - TooManyListenersException"},
  579. /** ER_IN_ELEMTEMPLATEELEM_READOBJECT */
  580. //public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;
  581. {
  582. ER_IN_ELEMTEMPLATEELEM_READOBJECT,
  583. "\u5728 ElemTemplateElement.readObject \u4e2d\uff1a {0}"},
  584. /** ER_DUPLICATE_NAMED_TEMPLATE */
  585. //public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;
  586. {
  587. ER_DUPLICATE_NAMED_TEMPLATE,
  588. "\u627e\u5230\u591a\u4e2a\u547d\u540d\u7684\u6a21\u677f\uff1a {0}"},
  589. /** ER_INVALID_KEY_CALL */
  590. //public static final int ER_INVALID_KEY_CALL = 106;
  591. {
  592. ER_INVALID_KEY_CALL,
  593. "\u65e0\u6548\u7684\u51fd\u6570\u8c03\u7528\uff1a\u4e0d\u5141\u8bb8\u8c03\u7528\u9012\u5f52\u5173\u952e\u8bcd ()"},
  594. /** Variable is referencing itself */
  595. //public static final int ER_REFERENCING_ITSELF = 107;
  596. {
  597. ER_REFERENCING_ITSELF,
  598. "\u53d8\u91cf {0} \u6b63\u5728\u76f4\u63a5\u6216\u95f4\u63a5\u5730\u5f15\u7528\u81ea\u8eab\uff01 "},
  599. /** Illegal DOMSource input */
  600. //public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;
  601. {
  602. ER_ILLEGAL_DOMSOURCE_INPUT,
  603. "\u5728 newTemplate \u7684 DOMSource \u4e2d\uff0c\u8f93\u5165\u8282\u70b9\u4e0d\u80fd\u4e3a\u7a7a\uff01 "},
  604. /** Class not found for option */
  605. //public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;
  606. {
  607. ER_CLASS_NOT_FOUND_FOR_OPTION,
  608. "\u5728\u9009\u9879\u4e2d\u672a\u627e\u5230\u7c7b\u6587\u4ef6 {0}"},
  609. /** Required Element not found */
  610. //public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;
  611. {
  612. ER_REQUIRED_ELEM_NOT_FOUND,
  613. "\u672a\u627e\u5230\u9700\u8981\u7684\u5143\u7d20\uff1a {0}"},
  614. /** InputStream cannot be null */
  615. //public static final int ER_INPUT_CANNOT_BE_NULL = 111;
  616. {
  617. ER_INPUT_CANNOT_BE_NULL,
  618. "InputStream \u4e0d\u80fd\u4e3a\u7a7a "},
  619. /** URI cannot be null */
  620. //public static final int ER_URI_CANNOT_BE_NULL = 112;
  621. {
  622. ER_URI_CANNOT_BE_NULL,
  623. "URI \u4e0d\u80fd\u4e3a\u7a7a "},
  624. /** File cannot be null */
  625. //public static final int ER_FILE_CANNOT_BE_NULL = 113;
  626. {
  627. ER_FILE_CANNOT_BE_NULL,
  628. "File \u4e0d\u80fd\u4e3a\u7a7a "},
  629. /** InputSource cannot be null */
  630. //public static final int ER_SOURCE_CANNOT_BE_NULL = 114;
  631. {
  632. ER_SOURCE_CANNOT_BE_NULL,
  633. "InputSource \u4e0d\u80fd\u4e3a\u7a7a "},
  634. /** Can't overwrite cause */
  635. //public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;
  636. {
  637. ER_CANNOT_OVERWRITE_CAUSE,
  638. "\u65e0\u6cd5\u8986\u5199\u4e8b\u7531 "},
  639. /** Could not initialize BSF Manager */
  640. //public static final int ER_CANNOT_INIT_BSFMGR = 116;
  641. {
  642. ER_CANNOT_INIT_BSFMGR,
  643. "\u65e0\u6cd5\u521d\u59cb\u5316 BSF \u7ba1\u7406\u5668 "},
  644. /** Could not compile extension */
  645. //public static final int ER_CANNOT_CMPL_EXTENSN = 117;
  646. {
  647. ER_CANNOT_CMPL_EXTENSN,
  648. "\u65e0\u6cd5\u7f16\u8bd1\u6269\u5c55\u540d "},
  649. /** Could not create extension */
  650. //public static final int ER_CANNOT_CREATE_EXTENSN = 118;
  651. {
  652. ER_CANNOT_CREATE_EXTENSN,
  653. "\u7531\u4e8e\u4ee5\u4e0b\u539f\u56e0\uff1a {1}\uff0c\u65e0\u6cd5\u521b\u5efa\u6269\u5c55\u540d\uff1a {0}"},
  654. /** Instance method call to method {0} requires an Object instance as first argument */
  655. //public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119;
  656. {
  657. ER_INSTANCE_MTHD_CALL_REQUIRES,
  658. " Instance \u8c03\u7528\u65b9\u6cd5 {0} \u65f6\u9700\u8981\u5c06\u5bf9\u8c61\u5b9e\u4f8b\u4f5c\u4e3a\u7b2c\u4e00\u4e2a\u53c2\u6570\u3002 "},
  659. /** Invalid element name specified */
  660. //public static final int ER_INVALID_ELEMENT_NAME = 120;
  661. {
  662. ER_INVALID_ELEMENT_NAME,
  663. "\u6307\u5b9a\u4e86\u65e0\u6548\u7684\u5143\u7d20\u540d\u79f0 {0}"},
  664. /** Element name method must be static */
  665. //public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;
  666. {
  667. ER_ELEMENT_NAME_METHOD_STATIC,
  668. "\u5143\u7d20\u540d\u79f0\u65b9\u6cd5\u5fc5\u987b\u662f\u9759\u6001\u7684 {0}"},
  669. /** Extension function {0} : {1} is unknown */
  670. //public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;
  671. {
  672. ER_EXTENSION_FUNC_UNKNOWN,
  673. "\u6269\u5c55\u51fd\u6570 {0}\uff1a {1} \u672a\u77e5 "},
  674. /** More than one best match for constructor for */
  675. //public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;
  676. {
  677. ER_MORE_MATCH_CONSTRUCTOR,
  678. "\u9002\u7528\u4e8e {0} \u7684\u6784\u9020\u5668\u7684\u591a\u4e2a\u6700\u4f73\u5339\u914d "},
  679. /** More than one best match for method */
  680. //public static final int ER_MORE_MATCH_METHOD = 124;
  681. {
  682. ER_MORE_MATCH_METHOD,
  683. "\u9002\u7528\u4e8e\u65b9\u6cd5 {0} \u7684\u591a\u4e2a\u6700\u4f73\u5339\u914d "},
  684. /** More than one best match for element method */
  685. //public static final int ER_MORE_MATCH_ELEMENT = 125;
  686. {
  687. ER_MORE_MATCH_ELEMENT,
  688. "\u9002\u7528\u4e8e\u5143\u7d20\u65b9\u6cd5 {0} \u7684\u591a\u4e2a\u6700\u4f73\u5339\u914d "},
  689. /** Invalid context passed to evaluate */
  690. //public static final int ER_INVALID_CONTEXT_PASSED = 126;
  691. {
  692. ER_INVALID_CONTEXT_PASSED,
  693. "\u4f20\u9001\u65e0\u6548\u7684\u4e0a\u4e0b\u6587\u6765\u6c42\u503c {0}"},
  694. /** Pool already exists */
  695. //public static final int ER_POOL_EXISTS = 127;
  696. {
  697. ER_POOL_EXISTS,
  698. "\u6c60\u5df2\u5b58\u5728 "},
  699. /** No driver Name specified */
  700. //public static final int ER_NO_DRIVER_NAME = 128;
  701. {
  702. ER_NO_DRIVER_NAME,
  703. "\u672a\u6307\u5b9a\u9a71\u52a8\u5668\u540d\u79f0 "},
  704. /** No URL specified */
  705. //public static final int ER_NO_URL = 129;
  706. {
  707. ER_NO_URL,
  708. "\u672a\u6307\u5b9a URL"},
  709. /** Pool size is less than one */
  710. //public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;
  711. {
  712. ER_POOL_SIZE_LESSTHAN_ONE,
  713. "\u6c60\u7684\u6570\u91cf\u4e0d\u8db3\u4e00\u4e2a\uff01 "},
  714. /** Invalid driver name specified */
  715. //public static final int ER_INVALID_DRIVER = 131;
  716. {
  717. ER_INVALID_DRIVER,
  718. "\u6307\u5b9a\u4e86\u65e0\u6548\u7684\u9a71\u52a8\u7a0b\u5e8f\u540d\u79f0\uff01 "},
  719. /** Did not find the stylesheet root */
  720. //public static final int ER_NO_STYLESHEETROOT = 132;
  721. {
  722. ER_NO_STYLESHEETROOT,
  723. "\u672a\u627e\u5230\u5f0f\u6837\u8868\u5355\u7684\u6e90\u4f4d\u7f6e\uff01 "},
  724. /** Illegal value for xml:space */
  725. //public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;
  726. {
  727. ER_ILLEGAL_XMLSPACE_VALUE,
  728. "\u5728 xml:space \u4e2d\u51fa\u73b0\u975e\u6cd5\u6570\u503c "},
  729. /** processFromNode failed */
  730. //public static final int ER_PROCESSFROMNODE_FAILED = 134;
  731. {
  732. ER_PROCESSFROMNODE_FAILED,
  733. "processFromNode \u5931\u8d25 "},
  734. /** The resource [] could not load: */
  735. //public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;
  736. {
  737. ER_RESOURCE_COULD_NOT_LOAD,
  738. "[ {0} ] \u8d44\u6e90\u65e0\u6cd5\u88c5\u5165\uff1a {1} \n {2} \t {3}"},
  739. /** Buffer size <=0 */
  740. //public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;
  741. {
  742. ER_BUFFER_SIZE_LESSTHAN_ZERO,
  743. "\u7f13\u51b2\u533a\u5927\u5c0f <=0"},
  744. /** Unknown error when calling extension */
  745. //public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;
  746. {
  747. ER_UNKNOWN_ERROR_CALLING_EXTENSION,
  748. "\u8c03\u7528\u6269\u5c55\u65f6\u51fa\u73b0\u672a\u77e5\u9519\u8bef "},
  749. /** Prefix {0} does not have a corresponding namespace declaration */
  750. //public static final int ER_NO_NAMESPACE_DECL = 138;
  751. {
  752. ER_NO_NAMESPACE_DECL,
  753. "\u524d\u7f00 {0} \u672a\u58f0\u660e\u76f8\u5e94\u7684\u540d\u79f0\u7a7a\u95f4 "},
  754. /** Element content not allowed for lang=javaclass */
  755. //public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;
  756. {
  757. ER_ELEM_CONTENT_NOT_ALLOWED,
  758. "\u5728 lang=javaclass {0} \u4e2d\u4e0d\u5141\u8bb8\u51fa\u73b0\u5143\u7d20\u5185\u5bb9 "},
  759. /** Stylesheet directed termination */
  760. //public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;
  761. {
  762. ER_STYLESHEET_DIRECTED_TERMINATION,
  763. "\u6307\u5bfc\u5f0f\u6837\u8868\u5355\u7ec8\u6b62 "},
  764. /** 1 or 2 */
  765. //public static final int ER_ONE_OR_TWO = 141;
  766. {
  767. ER_ONE_OR_TWO,
  768. "1 \u6216 2"},
  769. /** 2 or 3 */
  770. //public static final int ER_TWO_OR_THREE = 142;
  771. {
  772. ER_TWO_OR_THREE,
  773. "2 \u6216 3"},
  774. /** Could not load {0} (check CLASSPATH), now using just the defaults */
  775. //public static final int ER_COULD_NOT_LOAD_RESOURCE = 143;
  776. {
  777. ER_COULD_NOT_LOAD_RESOURCE,
  778. "\u65e0\u6cd5\u88c5\u5165 {0}\uff08\u68c0\u67e5 CLASSPATH\uff09\uff0c\u6b63\u5728\u4f7f\u7528\u7f3a\u7701\u503c "},
  779. /** Cannot initialize default templates */
  780. //public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;
  781. {
  782. ER_CANNOT_INIT_DEFAULT_TEMPLATES,
  783. "\u65e0\u6cd5\u521d\u59cb\u5316\u7f3a\u7701\u6a21\u677f "},
  784. /** Result should not be null */
  785. //public static final int ER_RESULT_NULL = 145;
  786. {
  787. ER_RESULT_NULL,
  788. "\u7ed3\u679c\u4e0d\u5e94\u4e3a\u7a7a "},
  789. /** Result could not be set */
  790. //public static final int ER_RESULT_COULD_NOT_BE_SET = 146;
  791. {
  792. ER_RESULT_COULD_NOT_BE_SET,
  793. "\u65e0\u6cd5\u8bbe\u7f6e\u7ed3\u679c "},
  794. /** No output specified */
  795. //public static final int ER_NO_OUTPUT_SPECIFIED = 147;
  796. {
  797. ER_NO_OUTPUT_SPECIFIED,
  798. "\u672a\u6307\u5b9a\u8f93\u51fa "},
  799. /** Can't transform to a Result of type */
  800. //public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;
  801. {
  802. ER_CANNOT_TRANSFORM_TO_RESULT_TYPE,
  803. "\u65e0\u6cd5\u53d8\u6362\u5230\u4e00\u4e2a\u7c7b\u578b\u7684\u7ed3\u679c\u4e2d {0}"},
  804. /** Can't transform to a Source of type */
  805. //public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;
  806. {
  807. ER_CANNOT_TRANSFORM_SOURCE_TYPE,
  808. "\u65e0\u6cd5\u53d8\u6362\u4e00\u4e2a\u7c7b\u578b\u6e90 {0}"},
  809. /** Null content handler */
  810. //public static final int ER_NULL_CONTENT_HANDLER = 150;
  811. {
  812. ER_NULL_CONTENT_HANDLER,
  813. "\u7a7a\u7684\u5185\u5bb9\u53e5\u67c4 "},
  814. /** Null error handler */
  815. //public static final int ER_NULL_ERROR_HANDLER = 151;
  816. {
  817. ER_NULL_ERROR_HANDLER,
  818. "\u7a7a\u7684\u9519\u8bef\u53e5\u67c4 "},
  819. /** parse can not be called if the ContentHandler has not been set */
  820. //public static final int ER_CANNOT_CALL_PARSE = 152;
  821. {
  822. ER_CANNOT_CALL_PARSE,
  823. "\u5982\u679c\u672a\u8bbe\u7f6e ContentHandler\uff0c\u5219\u65e0\u6cd5\u8c03\u7528\u89e3\u6790 "},
  824. /** No parent for filter */
  825. //public static final int ER_NO_PARENT_FOR_FILTER = 153;
  826. {
  827. ER_NO_PARENT_FOR_FILTER,
  828. "\u5728\u8fc7\u6ee4\u5668\u4e2d\u65e0\u7236\u8f88 "},
  829. /** No stylesheet found in: {0}, media */
  830. //public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;
  831. {
  832. ER_NO_STYLESHEET_IN_MEDIA,
  833. "\u5728 {0}\uff0c media= {1} \u4e2d\u672a\u627e\u5230\u5f0f\u6837\u8868\u5355 "},
  834. /** No xml-stylesheet PI found in */
  835. //public static final int ER_NO_STYLESHEET_PI = 155;
  836. {
  837. ER_NO_STYLESHEET_PI,
  838. "\u5728 {0} \u4e2d\u672a\u627e\u5230 xml-stylesheet PI\uff1a "},
  839. /** No default implementation found */
  840. //public static final int ER_NO_DEFAULT_IMPL = 156;
  841. {
  842. ER_NO_DEFAULT_IMPL,
  843. "\u672a\u627e\u5230\u7f3a\u7701\u6267\u884c "},
  844. /** ChunkedIntArray({0}) not currently supported */
  845. //public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;
  846. {
  847. ER_CHUNKEDINTARRAY_NOT_SUPPORTED,
  848. "\u76ee\u524d\u4e0d\u652f\u6301 ChunkedIntArray({0}) "},
  849. /** Offset bigger than slot */
  850. //public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;
  851. {
  852. ER_OFFSET_BIGGER_THAN_SLOT,
  853. "\u504f\u79fb\u6bd4\u69fd\u7565\u5927 "},
  854. /** Coroutine not available, id= */
  855. //public static final int ER_COROUTINE_NOT_AVAIL = 159;
  856. {
  857. ER_COROUTINE_NOT_AVAIL,
  858. "\u534f\u540c\u7a0b\u5e8f\u4e0d\u53ef\u7528\uff0c id={0}"},
  859. /** CoroutineManager recieved co_exit() request */
  860. //public static final int ER_COROUTINE_CO_EXIT = 160;
  861. {
  862. ER_COROUTINE_CO_EXIT,
  863. "CoroutineManager \u63a5\u6536\u5230 co_exit() \u8bf7\u6c42 "},
  864. /** co_joinCoroutineSet() failed */
  865. //public static final int ER_COJOINROUTINESET_FAILED = 161;
  866. {
  867. ER_COJOINROUTINESET_FAILED,
  868. "co_joinCoroutineSet() \u5931\u8d25 "},
  869. /** Coroutine parameter error () */
  870. //public static final int ER_COROUTINE_PARAM = 162;
  871. {
  872. ER_COROUTINE_PARAM,
  873. "\u534f\u540c\u7a0b\u5e8f\u53c2\u6570\u9519\u8bef ({0})"},
  874. /** UNEXPECTED: Parser doTerminate answers */
  875. //public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;
  876. {
  877. ER_PARSER_DOTERMINATE_ANSWERS,
  878. "\nUNEXPECTED: \u5206\u6790\u5668 doTerminate \u56de\u7b54 {0}"},
  879. /** parse may not be called while parsing */
  880. //public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;
  881. {
  882. ER_NO_PARSE_CALL_WHILE_PARSING,
  883. "\u5f53\u5206\u6790\u65f6\u53ef\u80fd\u4e0d\u4f1a\u8c03\u7528\u5206\u6790\u51fd\u6570 "},
  884. /** Error: typed iterator for axis {0} not implemented */
  885. //public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165;
  886. {
  887. ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED,
  888. "\u9519\u8bef\uff1a\u5728 axis {0} \u4e2d\u8f93\u5165\u7684\u8fed\u4ee3\u7a0b\u5e8f\u65e0\u6cd5\u6267\u884c "},
  889. /** Error: iterator for axis {0} not implemented */
  890. //public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;
  891. {
  892. ER_ITERATOR_AXIS_NOT_IMPLEMENTED,
  893. "\u9519\u8bef\uff1a\u5728 axis {0} \u4e2d\u7684\u8fed\u4ee3\u7a0b\u5e8f\u65e0\u6cd5\u6267\u884c "},
  894. /** Iterator clone not supported */
  895. //public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;
  896. {
  897. ER_ITERATOR_CLONE_NOT_SUPPORTED,
  898. "\u4e0d\u652f\u6301\u590d\u5236\u8fed\u4ee3\u7a0b\u5e8f "},
  899. /** Unknown axis traversal type */
  900. //public static final int ER_UNKNOWN_AXIS_TYPE = 168;
  901. {
  902. ER_UNKNOWN_AXIS_TYPE,
  903. "\u672a\u77e5\u7684 axis \u904d\u5386\u7c7b\u578b\uff1a {0}"},
  904. /** Axis traverser not supported */
  905. //public static final int ER_AXIS_NOT_SUPPORTED = 169;
  906. {
  907. ER_AXIS_NOT_SUPPORTED,
  908. "\u4e0d\u652f\u6301 axis \u904d\u5386\u5668\uff1a {0}"},
  909. /** No more DTM IDs are available */
  910. //public static final int ER_NO_DTMIDS_AVAIL = 170;
  911. {
  912. ER_NO_DTMIDS_AVAIL,
  913. "\u65e0\u6cd5\u4f7f\u7528\u591a\u4e2a DTM ID"},
  914. /** Not supported */
  915. //public static final int ER_NOT_SUPPORTED = 171;
  916. {
  917. ER_NOT_SUPPORTED,
  918. "\u4e0d\u652f\u6301\uff1a {0}"},
  919. /** node must be non-null for getDTMHandleFromNode */
  920. //public static final int ER_NODE_NON_NULL = 172;
  921. {
  922. ER_NODE_NON_NULL,
  923. "\u8282\u70b9\u5728 getDTMHandleFromNode \u4e2d\u5fc5\u987b\u975e\u7a7a "},
  924. /** Could not resolve the node to a handle */
  925. //public static final int ER_COULD_NOT_RESOLVE_NODE = 173;
  926. {
  927. ER_COULD_NOT_RESOLVE_NODE,
  928. "\u65e0\u6cd5\u5c06\u8282\u70b9\u89e3\u6790\u4e3a\u53e5\u67c4 "},
  929. /** startParse may not be called while parsing */
  930. //public static final int ER_STARTPARSE_WHILE_PARSING = 174;
  931. {
  932. ER_STARTPARSE_WHILE_PARSING,
  933. "\u5728\u5206\u6790\u65f6\u53ef\u80fd\u4f1a\u8c03\u7528 startParse "},
  934. /** startParse needs a non-null SAXParser */
  935. //public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;
  936. {
  937. ER_STARTPARSE_NEEDS_SAXPARSER,
  938. "startParse \u9700\u8981\u4e00\u4e2a\u975e\u7a7a\u7684 SAXParser"},
  939. /** could not initialize parser with */
  940. //public static final int ER_COULD_NOT_INIT_PARSER = 176;
  941. {
  942. ER_COULD_NOT_INIT_PARSER,
  943. "\u65e0\u6cd5\u521d\u59cb\u5316\u5206\u6790\u5668 "},
  944. /** Value for property {0} should be a Boolean instance */
  945. //public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;
  946. {
  947. ER_PROPERTY_VALUE_BOOLEAN,
  948. "\u5c5e\u6027\u503c {0} \u5e94\u5f53\u662f\u4e00\u4e2a\u5e03\u5c14\u5b9e\u4f8b "},
  949. /** exception creating new instance for pool */
  950. //public static final int ER_EXCEPTION_CREATING_POOL = 178;
  951. {
  952. ER_EXCEPTION_CREATING_POOL,
  953. "\u521b\u5efa\u6c60\u7684\u65b0\u5b9e\u4f8b\u65f6\u51fa\u73b0\u5f02\u5e38 "},
  954. /** Path contains invalid escape sequence */
  955. //public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;
  956. {
  957. ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
  958. "\u8def\u5f84\u5305\u542b\u65e0\u6548\u7684\u6362\u7801\u5e8f\u5217 "},
  959. /** Scheme is required! */
  960. //public static final int ER_SCHEME_REQUIRED = 180;
  961. {
  962. ER_SCHEME_REQUIRED,
  963. "\u9700\u8981\u914d\u7f6e\uff01 "},
  964. /** No scheme found in URI */
  965. //public static final int ER_NO_SCHEME_IN_URI = 181;
  966. {
  967. ER_NO_SCHEME_IN_URI,
  968. "\u5728 URI \u4e2d\u672a\u627e\u5230\u914d\u7f6e\uff1a {0}"},
  969. /** No scheme found in URI */
  970. //public static final int ER_NO_SCHEME_INURI = 182;
  971. {
  972. ER_NO_SCHEME_INURI,
  973. "\u5728 URI \u4e2d\u672a\u627e\u5230\u914d\u7f6e "},
  974. /** Path contains invalid character: */
  975. //public static final int ER_PATH_INVALID_CHAR = 183;
  976. {
  977. ER_PATH_INVALID_CHAR,
  978. "\u8def\u5f84\u5305\u542b\u65e0\u6548\u7684\u5b57\u7b26\uff1a {0}"},
  979. /** Cannot set scheme from null string */
  980. //public static final int ER_SCHEME_FROM_NULL_STRING = 184;
  981. {
  982. ER_SCHEME_FROM_NULL_STRING,
  983. "\u65e0\u6cd5\u5728\u7a7a\u7684\u5b57\u7b26\u4e32\u4e2d\u8bbe\u7f6e\u914d\u7f6e "},
  984. /** The scheme is not conformant. */
  985. //public static final int ER_SCHEME_NOT_CONFORMANT = 185;
  986. {
  987. ER_SCHEME_NOT_CONFORMANT,
  988. "\u914d\u7f6e\u4e0d\u4e00\u81f4\u3002 "},
  989. /** Host is not a well formed address */
  990. //public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186;
  991. {
  992. ER_HOST_ADDRESS_NOT_WELLFORMED,
  993. "\u4e3b\u673a\u5730\u5740\u7684\u683c\u5f0f\u4e0d\u6b63\u786e "},
  994. /** Port cannot be set when host is null */
  995. //public static final int ER_PORT_WHEN_HOST_NULL = 187;
  996. {
  997. ER_PORT_WHEN_HOST_NULL,
  998. "\u5f53\u4e3b\u673a\u4e3a\u7a7a\u65f6\u65e0\u6cd5\u8bbe\u7f6e\u7aef\u53e3 "},
  999. /** Invalid port number */
  1000. //public static final int ER_INVALID_PORT = 188;
  1001. {
  1002. ER_INVALID_PORT,
  1003. "\u65e0\u6548\u7684\u7aef\u53e3\u53f7 "},
  1004. /** Fragment can only be set for a generic URI */
  1005. //public static final int ER_FRAG_FOR_GENERIC_URI = 189;
  1006. {
  1007. ER_FRAG_FOR_GENERIC_URI,
  1008. "\u4ec5\u5728\u4e00\u822c\u7684 URI \u4e2d\u8bbe\u7f6e\u6bb5 "},
  1009. /** Fragment cannot be set when path is null */
  1010. //public static final int ER_FRAG_WHEN_PATH_NULL = 190;
  1011. {
  1012. ER_FRAG_WHEN_PATH_NULL,
  1013. "\u5f53\u8def\u5f84\u4e3a\u7a7a\u65f6\u65e0\u6cd5\u8bbe\u7f6e\u6bb5 "},
  1014. /** Fragment contains invalid character */
  1015. //public static final int ER_FRAG_INVALID_CHAR = 191;
  1016. {
  1017. ER_FRAG_INVALID_CHAR,
  1018. "\u6bb5\u4e2d\u5305\u542b\u65e0\u6548\u5b57\u7b26 "},
  1019. /** Parser is already in use */
  1020. //public static final int ER_PARSER_IN_USE = 192;
  1021. {
  1022. ER_PARSER_IN_USE,
  1023. "\u5206\u6790\u5668\u6b63\u5728\u4f7f\u7528 "},
  1024. /** Parser is already in use */
  1025. //public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193;
  1026. {
  1027. ER_CANNOT_CHANGE_WHILE_PARSING,
  1028. "\u5728\u5206\u6790\u65f6\u65e0\u6cd5\u6539\u53d8 {0} {1}"},
  1029. /** Self-causation not permitted */
  1030. //public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194;
  1031. {
  1032. ER_SELF_CAUSATION_NOT_PERMITTED,
  1033. "\u4e0d\u5141\u8bb8\u81ea\u8eab\u5f15\u8d77\u7ed3\u679c "},
  1034. /** src attribute not yet supported for */
  1035. //public static final int ER_COULD_NOT_FIND_EXTERN_SCRIPT = 195;
  1036. {
  1037. ER_COULD_NOT_FIND_EXTERN_SCRIPT,
  1038. "\u65e0\u6cd5\u5728 {0} \u4e2d\u5230\u8fbe\u5916\u90e8\u811a\u672c "},
  1039. /** The resource [] could not be found */
  1040. //public static final int ER_RESOURCE_COULD_NOT_FIND = 196;
  1041. {
  1042. ER_RESOURCE_COULD_NOT_FIND,
  1043. "\u672a\u627e\u5230 [ {0} ] \u8d44\u6e90\u3002 \n {1}"},
  1044. /** output property not recognized: */
  1045. //public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197;
  1046. {
  1047. ER_OUTPUT_PROPERTY_NOT_RECOGNIZED,
  1048. "\u65e0\u6cd5\u8bc6\u522b\u8f93\u51fa\u5c5e\u6027\uff1a {0}"},
  1049. /** Userinfo may not be specified if host is not specified */
  1050. //public static final int ER_NO_USERINFO_IF_NO_HOST = 198;
  1051. {
  1052. ER_NO_USERINFO_IF_NO_HOST,
  1053. "\u5982\u679c\u672a\u6307\u5b9a\u4e3b\u673a\uff0c\u53ef\u80fd\u4e0d\u4f1a\u6307\u5b9a\u7528\u6237\u4fe1\u606f "},
  1054. /** Port may not be specified if host is not specified */
  1055. //public static final int ER_NO_PORT_IF_NO_HOST = 199;
  1056. {
  1057. ER_NO_PORT_IF_NO_HOST,
  1058. "\u5982\u679c\u672a\u6307\u5b9a\u4e3b\u673a\uff0c\u53ef\u80fd\u4e0d\u4f1a\u6307\u5b9a\u7aef\u53e3 "},
  1059. /** Query string cannot be specified in path and query string */
  1060. //public static final int ER_NO_QUERY_STRING_IN_PATH = 200;
  1061. {
  1062. ER_NO_QUERY_STRING_IN_PATH,
  1063. "\u5728\u8def\u5f84\u548c\u67e5\u8be2\u5b57\u7b26\u4e32\u4e2d\uff0c\u65e0\u6cd5\u6307\u5b9a\u67e5\u8be2\u5b57\u7b26\u4e32 "},
  1064. /** Fragment cannot be specified in both the path and fragment */
  1065. //public static final int ER_NO_FRAGMENT_STRING_IN_PATH = 201;
  1066. {
  1067. ER_NO_FRAGMENT_STRING_IN_PATH,
  1068. "\u5728\u8def\u5f84\u548c\u6bb5\u4e2d\u65e0\u6cd5\u6307\u5b9a\u6bb5 "},
  1069. /** Cannot initialize URI with empty parameters */
  1070. //public static final int ER_CANNOT_INIT_URI_EMPTY_PARMS = 202;
  1071. {
  1072. ER_CANNOT_INIT_URI_EMPTY_PARMS,
  1073. "\u65e0\u6cd5\u4f7f\u7528\u7a7a\u7684\u53c2\u6570\u521d\u59cb\u5316 URI"},
  1074. /** Failed creating ElemLiteralResult instance */
  1075. //public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203;
  1076. {
  1077. ER_FAILED_CREATING_ELEMLITRSLT,
  1078. "\u521b\u5efa ElemLiteralResult \u5b9e\u4f8b\u5931\u8d25 "},
  1079. // Earlier (JDK 1.4 XALAN 2.2-D11) at key code '204' the key name was ER_PRIORITY_NOT_PARSABLE
  1080. // In latest Xalan code base key name is ER_VALUE_SHOULD_BE_NUMBER. This should also be taken care
  1081. //in locale specific files like XSLTErrorResources_de.java, XSLTErrorResources_fr.java etc.
  1082. //NOTE: Not only the key name but message has also been changed.
  1083. /** Priority value does not contain a parsable number */
  1084. //public static final int ER_VALUE_SHOULD_BE_NUMBER = 204;
  1085. {
  1086. ER_VALUE_SHOULD_BE_NUMBER,
  1087. "{0} \u7684\u503c\u5e94\u8be5\u5305\u542b\u53ef\u5206\u6790\u7684\u6570\u5b57 "},
  1088. /** Value for {0} should equal 'yes' or 'no' */
  1089. //public static final int ER_VALUE_SHOULD_EQUAL = 205;
  1090. {
  1091. ER_VALUE_SHOULD_EQUAL,
  1092. "{0} \u7684\u503c\u5e94\u5f53\u662f\u201c\u662f\u201d\u6216\u201c\u975e\u201d "},
  1093. /** Failed calling {0} method */
  1094. //public static final int ER_FAILED_CALLING_METHOD = 206;
  1095. {
  1096. ER_FAILED_CALLING_METHOD,
  1097. "\u8c03\u7528 {0} \u65b9\u6cd5\u5931\u8d25 "},
  1098. /** Failed creating ElemLiteralResult instance */
  1099. //public static final int ER_FAILED_CREATING_ELEMTMPL = 207;
  1100. {
  1101. ER_FAILED_CREATING_ELEMTMPL,
  1102. "\u521b\u5efa ElemTemplateElement \u5b9e\u4f8b\u5931\u8d25 "},
  1103. /** Characters are not allowed at this point in the document */
  1104. //public static final int ER_CHARS_NOT_ALLOWED = 208;
  1105. {
  1106. ER_CHARS_NOT_ALLOWED,
  1107. "\u5728\u6587\u6863\u6b64\u5904\u4e0d\u5141\u8bb8\u51fa\u73b0\u5b57\u7b26 "},
  1108. /** attribute is not allowed on the element */
  1109. //public static final int ER_ATTR_NOT_ALLOWED = 209;
  1110. {
  1111. ER_ATTR_NOT_ALLOWED,
  1112. "\"{0}\" \u5c5e\u6027\u4e0d\u5141\u8bb8\u5728 {1} \u5143\u7d20\u4e2d\u51fa\u73b0\uff01 "},
  1113. /** Method not yet supported */
  1114. //public static final int ER_METHOD_NOT_SUPPORTED = 210;
  1115. {
  1116. ER_METHOD_NOT_SUPPORTED,
  1117. "\u65b9\u6cd5\u4ecd\u4e0d\u53d7\u652f\u6301 "},
  1118. /** Bad value */
  1119. //public static final int ER_BAD_VALUE = 211;
  1120. {
  1121. ER_BAD_VALUE,
  1122. "{0} \u9519\u8bef\u6570\u503c {1} "},
  1123. /** attribute value not found */
  1124. //public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212;
  1125. {
  1126. ER_ATTRIB_VALUE_NOT_FOUND,
  1127. "\u672a\u627e\u5230 {0} \u5c5e\u6027\u503c "},
  1128. /** attribute value not recognized */
  1129. //public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213;
  1130. {
  1131. ER_ATTRIB_VALUE_NOT_RECOGNIZED,
  1132. "\u65e0\u6cd5\u8bc6\u522b {0} \u5c5e\u6027\u503c "},
  1133. /** IncrementalSAXSource_Filter not currently restartable */
  1134. //public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214;
  1135. {
  1136. ER_INCRSAXSRCFILTER_NOT_RESTARTABLE,
  1137. "\u5f53\u524d\u65e0\u6cd5\u91cd\u65b0\u542f\u52a8 IncrementalSAXSource_Filter"},
  1138. /** IncrementalSAXSource_Filter not currently restartable */
  1139. //public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215;
  1140. {
  1141. ER_XMLRDR_NOT_BEFORE_STARTPARSE,
  1142. "XMLReader \u672a\u5728 startParse \u8bf7\u6c42\u4e4b\u524d\u51fa\u73b0 "},
  1143. /** Attempting to generate a namespace prefix with a null URI */
  1144. //public static final int ER_NULL_URI_NAMESPACE = 216;
  1145. {
  1146. ER_NULL_URI_NAMESPACE,
  1147. "\u8bd5\u56fe\u7528\u7a7a URI \u751f\u6210\u540d\u79f0\u7a7a\u95f4\u524d\u7f00 "},
  1148. //XALAN_MANTIS CHANGES: Following are the new ERROR keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11)
  1149. /** Attempting to generate a namespace prefix with a null URI */
  1150. //public static final int ER_NUMBER_TOO_BIG = 217;
  1151. {
  1152. ER_NUMBER_TOO_BIG,
  1153. "\u8bd5\u56fe\u683c\u5f0f\u5316\u4e00\u4e2a\u8d85\u8fc7\u6700\u5927\u957f\u6574\u578b\u6574\u6570\u7684\u6570 "},
  1154. //ER_CANNOT_FIND_SAX1_DRIVER
  1155. //public static final int ER_CANNOT_FIND_SAX1_DRIVER = 218;
  1156. {
  1157. ER_CANNOT_FIND_SAX1_DRIVER,
  1158. "\u627e\u4e0d\u5230 SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0}"},
  1159. //ER_SAX1_DRIVER_NOT_LOADED
  1160. //public static final int ER_SAX1_DRIVER_NOT_LOADED = 219;
  1161. {
  1162. ER_SAX1_DRIVER_NOT_LOADED,
  1163. "\u627e\u5230 SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0} \u4f46\u65e0\u6cd5\u52a0\u8f7d "},
  1164. //ER_SAX1_DRIVER_NOT_INSTANTIATED
  1165. //public static final int ER_SAX1_DRIVER_NOT_INSTANTIATED = 220 ;
  1166. {
  1167. ER_SAX1_DRIVER_NOT_INSTANTIATED,
  1168. "\u52a0\u8f7d\u4e86 SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0} \u4f46\u65e0\u6cd5\u5b9e\u4f8b\u5316 "},
  1169. // ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER
  1170. //public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 221;
  1171. {
  1172. ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER,
  1173. "SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0} \u65e0\u6cd5\u5b9e\u73b0 org.xml.sax.Parser"},
  1174. // ER_PARSER_PROPERTY_NOT_SPECIFIED
  1175. //public static final int ER_PARSER_PROPERTY_NOT_SPECIFIED = 222;
  1176. {
  1177. ER_PARSER_PROPERTY_NOT_SPECIFIED,
  1178. "\u672a\u6307\u5b9a\u7cfb\u7edf\u7279\u6027 org.xml.sax.parser"},
  1179. //ER_PARSER_ARG_CANNOT_BE_NULL
  1180. //public static final int ER_PARSER_ARG_CANNOT_BE_NULL = 223 ;
  1181. {
  1182. ER_PARSER_ARG_CANNOT_BE_NULL,
  1183. "Parser \u53d8\u91cf\u5fc5\u987b\u4e3a\u975e\u7a7a "},
  1184. // ER_FEATURE
  1185. //public static final int ER_FEATURE = 224;
  1186. {
  1187. ER_FEATURE,
  1188. "\u7279\u5f81\uff1a\u4e00\u4e2a {0}"},
  1189. // ER_PROPERTY
  1190. //public static final int ER_PROPERTY = 225 ;
  1191. {
  1192. ER_PROPERTY,
  1193. "\u7279\u6027\uff1a\u4e00\u4e2a {0}"},
  1194. // ER_NULL_ENTITY_RESOLVER
  1195. //public static final int ER_NULL_ENTITY_RESOLVER = 226;
  1196. {
  1197. ER_NULL_ENTITY_RESOLVER,
  1198. "\u7a7a\u5b9e\u4f53\u89e3\u6790\u7a0b\u5e8f "},
  1199. // ER_NULL_DTD_HANDLER
  1200. //public static final int ER_NULL_DTD_HANDLER = 227 ;
  1201. {
  1202. ER_NULL_DTD_HANDLER,
  1203. "\u7a7a DTD \u5904\u7406\u7a0b\u5e8f "},
  1204. // No Driver Name Specified!
  1205. //public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228;
  1206. {
  1207. ER_NO_DRIVER_NAME_SPECIFIED,
  1208. "\u672a\u6307\u5b9a\u9a71\u52a8\u7a0b\u5e8f\u540d\u79f0\uff01 "},
  1209. // No URL Specified!
  1210. //public static final int ER_NO_URL_SPECIFIED = 229;
  1211. {
  1212. ER_NO_URL_SPECIFIED,
  1213. "\u672a\u6307\u5b9a URL\uff01 "},
  1214. // Pool size is less than 1!
  1215. //public static final int ER_POOLSIZE_LESS_THAN_ONE = 230;
  1216. {
  1217. ER_POOLSIZE_LESS_THAN_ONE,
  1218. "\u6c60\u7684\u5927\u5c0f\u5c0f\u4e8e 1\uff01 "},
  1219. // Invalid Driver Name Specified!
  1220. //public static final int ER_INVALID_DRIVER_NAME = 231;
  1221. {
  1222. ER_INVALID_DRIVER_NAME,
  1223. "\u6307\u5b9a\u4e86\u65e0\u6548\u9a71\u52a8\u7a0b\u5e8f\u540d\u79f0\uff01 "},
  1224. // ErrorListener
  1225. //public static final int ER_ERRORLISTENER = 232;
  1226. {
  1227. ER_ERRORLISTENER,
  1228. "ErrorListener"},
  1229. // Programmer's error! expr has no ElemTemplateElement parent!
  1230. //public static final int ER_ASSERT_NO_TEMPLATE_PARENT = 233;
  1231. {
  1232. ER_ASSERT_NO_TEMPLATE_PARENT,
  1233. "\u7a0b\u5e8f\u5458\u9519\u8bef\uff01 expr \u6ca1\u6709 ElemTemplateElement \u7236\u7c7b\uff01 "},
  1234. // Programmer's assertion in RundundentExprEliminator: {0}
  1235. //public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234;
  1236. {
  1237. ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR,
  1238. "RundundentExprEliminator \u4e2d\u7684\u7a0b\u5e8f\u5458\u58f0\u660e\uff1a {0}"},
  1239. // Axis traverser not supported: {0}
  1240. //public static final int ER_AXIS_TRAVERSER_NOT_SUPPORTED = 235;
  1241. {
  1242. ER_AXIS_TRAVERSER_NOT_SUPPORTED,
  1243. "\u8f74\u904d\u5386\u7a0b\u5e8f\u4e0d\u53d7\u652f\u6301\uff1a {0}"},
  1244. // ListingErrorHandler created with null PrintWriter!
  1245. //public static final int ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = 236;
  1246. {
  1247. ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER,
  1248. "\u7528\u7a7a PrintWriter \u6765\u521b\u5efa ListingErrorHandler\uff01 "},
  1249. // {0}is not allowed in this position in the stylesheet!
  1250. //public static final int ER_NOT_ALLOWED_IN_POSITION = 237;
  1251. {
  1252. ER_NOT_ALLOWED_IN_POSITION,
  1253. "\u6837\u5f0f\u8868\u4e2d\u7684\u8fd9\u4e2a\u4f4d\u7f6e\u4e0d\u5141\u8bb8\u51fa\u73b0 {0}\uff01 "},
  1254. // Non-whitespace text is not allowed in this position in the stylesheet!
  1255. //public static final int ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION = 238;
  1256. {
  1257. ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION,
  1258. "\u6837\u5f0f\u8868\u4e2d\u7684\u8fd9\u4e2a\u4f4d\u7f6e\u4e0d\u5141\u8bb8\u975e\u7a7a\u683c\u6587\u672c\uff01 "},
  1259. // This code is shared with warning codes.
  1260. // Illegal value: {1} used for CHAR attribute: {0}. An attribute of type CHAR must be only 1 character!
  1261. //public static final int INVALID_TCHAR = 239;
  1262. // SystemId Unknown
  1263. {
  1264. INVALID_TCHAR,
  1265. "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 CHAR \u5c5e\u6027 {0} \u4e2d\uff09\u3002 CHAR \u7c7b\u578b\u7684\u5c5e\u6027\u5fc5\u987b\u53ea\u5305\u542b 1 \u4e2a\u5b57\u7b26\uff01 "},
  1266. //public static final int ER_SYSTEMID_UNKNOWN = 240;
  1267. {
  1268. ER_SYSTEMID_UNKNOWN,
  1269. "\u672a\u77e5\u7684 SystemId"},
  1270. // Location of error unknown
  1271. //public static final int ER_LOCATION_UNKNOWN = 241;
  1272. {
  1273. ER_LOCATION_UNKNOWN,
  1274. "\u672a\u77e5\u7684\u9519\u8bef\u4f4d\u7f6e "},
  1275. // Note to translators: The following message is used if the value of
  1276. // an attribute in a stylesheet is invalid. "QNAME" is the XML data-type of
  1277. // the attribute, and should not be translated. The substitution text {1} is
  1278. // the attribute value and {0} is the attribute name.
  1279. // INVALID_QNAME
  1280. //The following codes are shared with the warning codes...
  1281. // Illegal value: {1} used for QNAME attribute: {0}
  1282. //public static final int INVALID_QNAME = 242;
  1283. {
  1284. INVALID_QNAME,
  1285. "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 QNAME \u5c5e\u6027 {0} \u4e2d\uff09 "},
  1286. // Note to translators: The following message is used if the value of
  1287. // an attribute in a stylesheet is invalid. "ENUM" is the XML data-type of
  1288. // the attribute, and should not be translated. The substitution text {1} is
  1289. // the attribute value, {0} is the attribute name, and {2} is a list of valid
  1290. // values.
  1291. // INVALID_ENUM
  1292. // Illegal value:a {1} used for ENUM attribute:a {0}. Valid values are:a {2}.
  1293. //public static final int INVALID_ENUM = 243;
  1294. {
  1295. INVALID_ENUM,
  1296. "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 ENUM \u5c5e\u6027 {0} \u4e2d\uff09\u3002\u6709\u6548\u503c\u4e3a\uff1a {2}\u3002 "},
  1297. // Note to translators: The following message is used if the value of
  1298. // an attribute in a stylesheet is invalid. "NMTOKEN" is the XML data-type
  1299. // of the attribute, and should not be translated. The substitution text {1} is
  1300. // the attribute value and {0} is the attribute name.
  1301. // INVALID_NMTOKEN
  1302. // Illegal value:a {1} used for NMTOKEN attribute:a {0}.
  1303. //public static final int INVALID_NMTOKEN = 244;
  1304. {
  1305. INVALID_NMTOKEN,
  1306. "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 NMTOKEN \u5c5e\u6027 {0} \u4e2d\uff09 "},
  1307. // Note to translators: The following message is used if the value of
  1308. // an attribute in a stylesheet is invalid. "NCNAME" is the XML data-type
  1309. // of the attribute, and should not be translated. The substitution text {1} is
  1310. // the attribute value and {0} is the attribute name.
  1311. // INVALID_NCNAME
  1312. // Illegal value:a {1} used for NCNAME attribute:a {0}.
  1313. //public static final int INVALID_NCNAME = 245;
  1314. {
  1315. INVALID_NCNAME,
  1316. "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 NCNAME \u5c5e\u6027 {0} \u4e2d\uff09 "},
  1317. // Note to translators: The following message is used if the value of
  1318. // an attribute in a stylesheet is invalid. "boolean" is the XSLT data-type
  1319. // of the attribute, and should not be translated. The substitution text {1} is
  1320. // the attribute value and {0} is the attribute name.
  1321. // INVALID_BOOLEAN
  1322. // Illegal value:a {1} used for boolean attribute:a {0}.
  1323. //public static final int INVALID_BOOLEAN = 246;
  1324. {
  1325. INVALID_BOOLEAN,
  1326. "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728\u5e03\u5c14\u5c5e\u6027 {0} \u4e2d\uff09 "},
  1327. // Note to translators: The following message is used if the value of
  1328. // an attribute in a stylesheet is invalid. "number" is the XSLT data-type
  1329. // of the attribute, and should not be translated. The substitution text {1} is
  1330. // the attribute value and {0} is the attribute name.
  1331. // INVALID_NUMBER
  1332. // Illegal value:a {1} used for number attribute:a {0}.
  1333. //public static final int INVALID_NUMBER = 247;
  1334. {
  1335. INVALID_NUMBER,
  1336. "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728\u6570\u5b57\u5c5e\u6027 {0} \u4e2d\uff09 "},
  1337. // End of shared codes...
  1338. // Note to translators: A "match pattern" is a special form of XPath expression
  1339. // that is used for matching patterns. The substitution text is the name of
  1340. // a function. The message indicates that when this function is referenced in
  1341. // a match pattern, its argument must be a string literal (or constant.)
  1342. // ER_ARG_LITERAL - new error message for bugzilla //5202
  1343. // Argument to {0} in match pattern must be a literal.
  1344. //public static final int ER_ARG_LITERAL = 248;
  1345. {
  1346. ER_ARG_LITERAL,
  1347. "\u5339\u914d\u6a21\u5f0f\u4e2d\u7684 {0} \u53d8\u91cf\u5fc5\u987b\u662f\u6587\u5b57\u3002 "},
  1348. // Note to translators: The following message indicates that two definitions of
  1349. // a variable. A "global variable" is a variable that is accessible everywher
  1350. // in the stylesheet.
  1351. // ER_DUPLICATE_GLOBAL_VAR - new error message for bugzilla #790
  1352. // Duplicate global variable declaration.
  1353. //public static final int ER_DUPLICATE_GLOBAL_VAR = 249;
  1354. {
  1355. ER_DUPLICATE_GLOBAL_VAR,
  1356. "\u91cd\u590d\u7684\u5168\u5c40\u53d8\u91cf\u58f0\u660e\u3002 "},
  1357. // Note to translators: The following message indicates that two definitions of
  1358. // a variable were encountered.
  1359. // ER_DUPLICATE_VAR - new error message for bugzilla #790
  1360. // Duplicate variable declaration.
  1361. //public static final int ER_DUPLICATE_VAR = 250;
  1362. {
  1363. ER_DUPLICATE_VAR,
  1364. "\u91cd\u590d\u7684\u53d8\u91cf\u58f0\u660e\u3002 "},
  1365. // Note to translators: "xsl:template, "name" and "match" are XSLT keywords
  1366. // which must not be translated.
  1367. // ER_TEMPLATE_NAME_MATCH - new error message for bugzilla #789
  1368. // xsl:template must have a name or match attribute (or both)
  1369. //public static final int ER_TEMPLATE_NAME_MATCH = 251;
  1370. {
  1371. ER_TEMPLATE_NAME_MATCH,
  1372. "xsl:template \u5fc5\u987b\u5177\u6709\u540d\u79f0\u6216\u5339\u914d\u7684\u5c5e\u6027\uff08\u6216\u540c\u65f6\u5177\u6709\u4e24\u8005\uff09 "},
  1373. // Note to translators: "exclude-result-prefixes" is an XSLT keyword which
  1374. // should not be translated. The message indicates that a namespace prefix
  1375. // encountered as part of the value of the exclude-result-prefixes attribute
  1376. // was in error.
  1377. // ER_INVALID_PREFIX - new error message for bugzilla #788
  1378. // Prefix in exclude-result-prefixes is not valid:a {0}
  1379. //public static final int ER_INVALID_PREFIX = 252;
  1380. {
  1381. ER_INVALID_PREFIX,
  1382. "exclude-result-prefixes \u4e2d\u7684\u524d\u7f00\u65e0\u6548\uff1a {0}"},
  1383. // Note to translators: An "attribute set" is a set of attributes that can be
  1384. // added to an element in the output document as a group. The message indicates
  1385. // that there was a reference to an attribute set named {0} that was never
  1386. // defined.
  1387. // ER_NO_ATTRIB_SET - new error message for bugzilla #782
  1388. // attribute-set named {0} does not exist
  1389. //public static final int ER_NO_ATTRIB_SET = 253;
  1390. {
  1391. ER_NO_ATTRIB_SET,
  1392. "\u4e0d\u5b58\u5728\u540d\u4e3a {0} \u7684 attribute-set"},
  1393. // Warnings...
  1394. /** WG_FOUND_CURLYBRACE */
  1395. //public static final int WG_FOUND_CURLYBRACE = 1;
  1396. {
  1397. WG_FOUND_CURLYBRACE,
  1398. "\u5df2\u627e\u5230 '}'\uff0c\u4f46\u672a\u6253\u5f00\u5c5e\u6027\u6a21\u677f\uff01 "},
  1399. /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR */
  1400. //public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2;
  1401. {
  1402. WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR,
  1403. "\u8b66\u544a\uff1a ''count'' \u5c5e\u6027\u4e0e xsl:number! Target = {0} \u4e2d\u7684\u7956\u5148\u4e0d\u5339\u914d "},
  1404. /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT */
  1405. //public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3;
  1406. {
  1407. WG_EXPR_ATTRIB_CHANGED_TO_SELECT,
  1408. "\u65e7\u8bed\u6cd5\uff1a 'expr' \u5c5e\u6027\u7684\u540d\u79f0\u5df2\u7ecf\u53d8\u4e3a 'select'\u3002 "},
  1409. /** WG_NO_LOCALE_IN_FORMATNUMBER */
  1410. //public static final int WG_NO_LOCALE_IN_FORMATNUMBER = 4;
  1411. {
  1412. WG_NO_LOCALE_IN_FORMATNUMBER,
  1413. " Xalan \u4ecd\u7136\u65e0\u6cd5\u5904\u7406 format-number \u51fd\u6570\u4e2d\u7684\u8bed\u8a00\u73af\u5883\u540d\u79f0\u3002 "},
  1414. /** WG_LOCALE_NOT_FOUND */
  1415. //public static final int WG_LOCALE_NOT_FOUND = 5;
  1416. {
  1417. WG_LOCALE_NOT_FOUND,
  1418. "\u8b66\u544a\uff1a\u65e0\u6cd5\u627e\u5230 xml:lang={0} \u4e2d\u7684\u8bed\u8a00\u73af\u5883 "},
  1419. /** WG_CANNOT_MAKE_URL_FROM */
  1420. //public static final int WG_CANNOT_MAKE_URL_FROM = 6;
  1421. {
  1422. WG_CANNOT_MAKE_URL_FROM,
  1423. "\u4ece {0} \u4e2d\u65e0\u6cd5\u4ea7\u751f URL\uff1a "},
  1424. /** WG_CANNOT_LOAD_REQUESTED_DOC */
  1425. //public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7;
  1426. {
  1427. WG_CANNOT_LOAD_REQUESTED_DOC,
  1428. "\u65e0\u6cd5\u88c5\u5165\u8bf7\u6c42\u6587\u6863\uff1a {0}"},
  1429. /** WG_CANNOT_FIND_COLLATOR */
  1430. //public static final int WG_CANNOT_FIND_COLLATOR = 8;
  1431. {
  1432. WG_CANNOT_FIND_COLLATOR,
  1433. "\u5728 <sort xml:lang={0} \u4e2d\u65e0\u6cd5\u627e\u5230\u6574\u7406\u673a "},
  1434. /** WG_FUNCTIONS_SHOULD_USE_URL */
  1435. //public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9;
  1436. {
  1437. WG_FUNCTIONS_SHOULD_USE_URL,
  1438. "\u65e7\u8bed\u6cd5\uff1a\u51fd\u6570\u6307\u4ee4\u5e94\u5f53\u4f7f\u7528 {0} \u7684\u4e00\u4e2a URL "},
  1439. /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8 */
  1440. //public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10;
  1441. {
  1442. WG_ENCODING_NOT_SUPPORTED_USING_UTF8,
  1443. "\u4e0d\u53d7\u652f\u6301\u7684\u7f16\u7801\uff1a {0}\uff0c\u6b63\u5728\u4f7f\u7528 UTF-8"},
  1444. /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA */
  1445. //public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11;
  1446. {
  1447. WG_ENCODING_NOT_SUPPORTED_USING_JAVA,
  1448. "\u4e0d\u53d7\u652f\u6301\u7684\u7f16\u7801\uff1a {0}\uff0c\u6b63\u5728 Java {1}"},
  1449. /** WG_SPECIFICITY_CONFLICTS */
  1450. //public static final int WG_SPECIFICITY_CONFLICTS = 12;
  1451. {
  1452. WG_SPECIFICITY_CONFLICTS,
  1453. "\u53d1\u73b0\u4e13\u4e00\u6027\u51b2\u7a81\uff1a {0} \u5c06\u4f7f\u7528\u4e0a\u6b21\u5728\u5f0f\u6837\u8868\u5355\u4e2d\u627e\u5230\u7684\u7f16\u7801\u3002 "},
  1454. /** WG_PARSING_AND_PREPARING */
  1455. //public static final int WG_PARSING_AND_PREPARING = 13;
  1456. {
  1457. WG_PARSING_AND_PREPARING,
  1458. "========= \u5206\u6790\u548c\u51c6\u5907 {0} =========="},
  1459. /** WG_ATTR_TEMPLATE */
  1460. //public static final int WG_ATTR_TEMPLATE = 14;
  1461. {
  1462. WG_ATTR_TEMPLATE, "\u5c5e\u6027\u6a21\u677f\uff0c {0}"},
  1463. /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE */
  1464. //public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE = 15;
  1465. {
  1466. WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE,
  1467. "\u5728 xsl:strip-space \u548c xsl:preserve-space \u4e4b\u95f4\u51fa\u73b0\u5339\u914d\u51b2\u7a81 "},
  1468. /** WG_ATTRIB_NOT_HANDLED */
  1469. //public static final int WG_ATTRIB_NOT_HANDLED = 16;
  1470. {
  1471. WG_ATTRIB_NOT_HANDLED,
  1472. "Xalan \u4ecd\u4e0d\u5904\u7406 {0} \u5c5e\u6027\uff01 "},
  1473. /** WG_NO_DECIMALFORMAT_DECLARATION */
  1474. //public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17;
  1475. {
  1476. WG_NO_DECIMALFORMAT_DECLARATION,
  1477. "\u672a\u627e\u5230\u5341\u8fdb\u5236\u683c\u5f0f\u7684\u58f0\u660e\uff1a {0}"},
  1478. /** WG_OLD_XSLT_NS */
  1479. //public static final int WG_OLD_XSLT_NS = 18;
  1480. {
  1481. WG_OLD_XSLT_NS, "\u7f3a\u5c11\u6216\u4e0d\u6b63\u786e\u7684 XSLT Namespace\u3002 "},
  1482. /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED */
  1483. //public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19;
  1484. {
  1485. WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED,
  1486. "\u4ec5\u5141\u8bb8\u58f0\u660e\u4e00\u4e2a\u7f3a\u7701 xsl:decimal-format\u3002 "},
  1487. /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE */
  1488. //public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20;
  1489. {
  1490. WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE,
  1491. "xsl:decimal-format \u7684\u540d\u79f0\u5fc5\u987b\u662f\u552f\u4e00\u7684\u3002\u540d\u79f0 \"{0}\" \u5df2\u590d\u5236\u3002 "},
  1492. /** WG_ILLEGAL_ATTRIBUTE */
  1493. //public static final int WG_ILLEGAL_ATTRIBUTE = 21;
  1494. {
  1495. WG_ILLEGAL_ATTRIBUTE,
  1496. "{0} \u5b58\u5728\u4e00\u4e2a\u975e\u6cd5\u5c5e\u6027\uff1a {1}"},
  1497. /** WG_COULD_NOT_RESOLVE_PREFIX */
  1498. //public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22;
  1499. {
  1500. WG_COULD_NOT_RESOLVE_PREFIX,
  1501. "\u65e0\u6cd5\u89e3\u6790\u540d\u79f0\u7a7a\u95f4\u524d\u7f00\uff1a {0}\u3002\u5ffd\u7565\u8282\u70b9\u3002 "},
  1502. /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB */
  1503. //public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23;
  1504. {
  1505. WG_STYLESHEET_REQUIRES_VERSION_ATTRIB,
  1506. "xsl:stylesheet \u9700\u8981 'version' \u5c5e\u6027\uff01 "},
  1507. /** WG_ILLEGAL_ATTRIBUTE_NAME */
  1508. //public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24;
  1509. {
  1510. WG_ILLEGAL_ATTRIBUTE_NAME,
  1511. "\u975e\u6cd5\u5c5e\u6027\u540d\u79f0\uff1a {0}"},
  1512. /** WG_ILLEGAL_ATTRIBUTE_VALUE */
  1513. //public static final int WG_ILLEGAL_ATTRIBUTE_VALUE = 25;
  1514. {
  1515. WG_ILLEGAL_ATTRIBUTE_VALUE,
  1516. "\u5728\u5c5e\u6027\u4e2d\u4f7f\u7528\u975e\u6cd5\u6570\u503c {0}\uff1a {1}"},
  1517. /** WG_EMPTY_SECOND_ARG */
  1518. //public static final int WG_EMPTY_SECOND_ARG = 26;
  1519. {
  1520. WG_EMPTY_SECOND_ARG,
  1521. "\u6765\u81ea\u6587\u6863\u5c5e\u6027\u7b2c\u4e8c\u4e2a\u53c2\u6570\u7684\u7ed3\u679c\u8282\u70b9\u96c6\u4e3a\u7a7a\u3002\u5c06\u4f7f\u7528\u7b2c\u4e00\u4e2a\u53c2\u6570\u3002 "},
  1522. //XALAN_MANTIS CHANGES: Following are the new WARNING keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11)
  1523. // Note to translators: "name" and "xsl:processing-instruction" are keywords
  1524. // and must not be translated.
  1525. // WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML
  1526. /** WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML */
  1527. //public static final int WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 27;
  1528. {
  1529. WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML,
  1530. "xsl:processing-instruction \u540d\u79f0\u7684 'name' \u5c5e\u6027\u503c\u4e0d\u80fd\u4e3a 'xml'"},
  1531. // Note to translators: "name" and "xsl:processing-instruction" are keywords
  1532. // and must not be translated. "NCName" is an XML data-type and must not be
  1533. // translated.
  1534. // WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME
  1535. /** WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME */
  1536. //public static final int WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 28;
  1537. {
  1538. WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME,
  1539. "xsl:processing-instruction \u7684 ''name'' \u5c5e\u6027\u503c\u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684 NCName:a {0}"},
  1540. // Note to translators: This message is reported if the stylesheet that is
  1541. // being processed attempted to construct an XML document with an attribute in a
  1542. // place other than on an element. The substitution text specifies the name of
  1543. // the attribute.
  1544. // WG_ILLEGAL_ATTRIBUTE_POSITION
  1545. /** WG_ILLEGAL_ATTRIBUTE_POSITION */
  1546. //public static final int WG_ILLEGAL_ATTRIBUTE_POSITION = 29;
  1547. {
  1548. WG_ILLEGAL_ATTRIBUTE_POSITION,
  1549. "\u65e0\u6cd5\u5728\u5df2\u7ecf\u751f\u6210\u5b50\u8282\u70b9\u4e4b\u540e\u6216\u5728\u5c1a\u672a\u751f\u6210\u5143\u7d20\u4e4b\u524d\u6dfb\u52a0\u5c5e\u6027 {0}\u3002\u5c5e\u6027\u5c06\u88ab\u5ffd\u7565\u3002 "},
  1550. //XALAN_MANTIS CHANGES: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file?
  1551. // Other miscellaneous text used inside the code...
  1552. { "ui_language", "zh"},
  1553. { "help_language", "zh"},
  1554. { "language", "zh"},
  1555. { "BAD_CODE",
  1556. "createMessage \u53c2\u6570\u8d85\u8fc7\u8303\u56f4 "},
  1557. { "FORMAT_FAILED",
  1558. "\u8c03\u7528 messageFormat \u65f6\u51fa\u73b0\u610f\u5916\u60c5\u51b5 "},
  1559. { "version", ">>>>>>> Xalan \u7248\u672c "},
  1560. { "version2", "<<<<<<<"},
  1561. { "yes", "\u662f "},
  1562. { "line", "\u884c #"},
  1563. { "column", "\u5217 #"},
  1564. { "xsldone", "XSLProcessor: done"},
  1565. { "xslProc_option",
  1566. "Xalan-J \u547d\u4ee4\u884c\u8fd0\u884c\u7c7b\u9009\u9879\uff1a "},
  1567. { "xslProc_invalid_xsltc_option", "XSLTC \u6a21\u5f0f\u4e0d\u652f\u6301\u9009\u9879 {0}\u3002"},
  1568. { "xslProc_invalid_xalan_option", "\u9009\u9879 {0} \u53ea\u80fd\u4e0e XSL TC \u4e00\u8d77\u4f7f\u7528\u3002"},
  1569. { "xslProc_no_input", "\u9519\u8bef: \u672a\u6307\u5b9a\u6837\u5f0f\u8868\u6216\u8f93\u5165 xml\u3002\u8fd0\u884c\u6b64\u547d\u4ee4 (\u4e0d\u52a0\u4efb\u4f55\u9009\u9879) \u4ee5\u663e\u793a\u7528\u6cd5)\u3002"},
  1570. { "xslProc_common_options", "-\u5e38\u7528\u9009\u9879-"},
  1571. { "xslProc_xalan_options", "-Xalan \u9009\u9879-"},
  1572. { "xslProc_xsltc_options", "-XSLTC \u9009\u9879-"},
  1573. { "xslProc_return_to_continue", "(\u6309 <return> \u952e\u7ee7\u7eed)"},
  1574. { "optionXSLTC", " [-XSLTC (\u4f7f\u7528 XSLTC \u8fdb\u884c\u8f6c\u6362)]"},
  1575. { "optionIN", " [-IN inputXMLURL"},
  1576. { "optionXSL", " [-XSL XSLTransformationURL]"},
  1577. { "optionOUT", " [-OUT outputFileName]"},
  1578. { "optionLXCIN",
  1579. " [-LXCIN compiledStylesheetFileNameIn]"},
  1580. { "optionLXCOUT",
  1581. " [-LXCOUT compiledStylesheetFileNameOutOut]"},
  1582. { "optionPARSER",
  1583. " [-PARSER \u5b8c\u5168\u7b26\u5408\u5206\u6790\u8054\u7edc\u7684\u7c7b\u540d\u79f0 ]"},
  1584. { "optionE",
  1585. " [-E\uff08\u4e0d\u6269\u5c55\u5b9e\u4f53\u5f15\u7528\uff09 ]"},
  1586. { "optionV",
  1587. " [-E\uff08\u4e0d\u6269\u5c55\u5b9e\u4f53\u5f15\u7528\uff09 ]"},
  1588. { "optionQC",
  1589. " [-QC\uff08\u9759\u6b62\u6a21\u5f0f\u51b2\u7a81\u8b66\u544a\uff09 ]"},
  1590. { "optionQ", " [-Q\uff08\u9759\u6b62\u6a21\u5f0f\uff09 ]"},
  1591. { "optionLF",
  1592. " [-LF\uff08\u4ec5\u5728\u8f93\u51fa\u65f6\u4f7f\u7528\u6362\u884c {\u7f3a\u7701\u4e3a CR/LF}\uff09 ]"},
  1593. { "optionCR",
  1594. " [-CR\uff08\u4ec5\u5728\u8f93\u51fa\u65f6\u4f7f\u7528\u6362\u884c {\u7f3a\u7701\u4e3a CR/LF}\uff09 ]"},
  1595. { "optionESCAPE",
  1596. " [-ESCAPE\uff08\u907f\u514d\u4f7f\u7528\u7684\u5b57\u7b26 {\u7f3a\u7701\u662f <>&\"\'\\r\\n}\uff09 ]"},
  1597. { "optionINDENT",
  1598. " [-INDENT\uff08\u63a7\u5236\u7f29\u8fdb\u7a7a\u683c\u7684\u6570\u91cf {\u7f3a\u7701\u662f 0}\uff09 ]"},
  1599. { "optionTT",
  1600. " [-TT\uff08\u8ddf\u8e2a\u8c03\u7528\u7684\u6a21\u677f\u3002\uff09 ]"},
  1601. { "optionTG",
  1602. " [-TG\uff08\u8ddf\u8e2a\u53d1\u751f\u4e8b\u4ef6\u3002\uff09 ]"},
  1603. { "optionTS",
  1604. " [-TS\uff08\u8ddf\u8e2a\u6bcf\u4e2a\u9009\u4e2d\u4e8b\u4ef6\u3002\uff09 ]"},
  1605. { "optionTTC",
  1606. " [-TTC\uff08\u8ddf\u8e2a\u8fd0\u884c\u7684\u5b50\u6a21\u677f\u3002\uff09 ]"},
  1607. { "optionTCLASS",
  1608. " [-TCLASS\uff08\u7528\u4e8e\u8ddf\u8e2a\u6269\u5c55\u540d\u7684 TraceListener \u7c7b\u3002\uff09 ]"},
  1609. { "optionVALIDATE",
  1610. " [-VALIDATE\uff08\u8bbe\u7f6e\u662f\u5426\u201c\u786e\u8ba4\u201d\u3002\u7f3a\u7701\u60c5\u51b5\u4e0b\u5173\u95ed\u201c\u786e\u8ba4\u201d\u3002\uff09 ]"},
  1611. { "optionEDUMP",
  1612. " [-EDUMP {\u53ef\u9009\u6587\u4ef6\u540d }\uff08\u51fa\u73b0\u9519\u8bef\u65f6\u786e\u4fdd\u6808\u8f6c\u50a8\u3002\uff09 ]"},
  1613. { "optionXML",
  1614. " [-XML (\u4f7f\u7528 XML \u683c\u5f0f\u6807\u8bc6\u7b26\u5e76\u6dfb\u52a0 XML \u5934\u3002\uff09 ]"},
  1615. { "optionTEXT",
  1616. " [-TEXT\uff08\u4f7f\u7528\u7b80\u5355\u7684 Text \u683c\u5f0f\u6807\u8bc6\u7b26\u3002\uff09 ]"},
  1617. { "optionHTML",
  1618. " [-HTML\uff08\u4f7f\u7528 HTML \u683c\u5f0f\u6807\u8bc6\u7b26\u3002\uff09 ]"},
  1619. { "optionPARAM",
  1620. " [-PARAM \u540d\u79f0\u6269\u5c55\uff08\u8bbe\u7f6e\u4e00\u4e2a stylesheet \u53c2\u6570\uff09 ]"},
  1621. { "noParsermsg1",
  1622. "XSL \u8fd0\u884c\u4e0d\u6210\u529f\u3002 "},
  1623. { "noParsermsg2",
  1624. "** \u672a\u627e\u5230\u5206\u6790\u5668 **"},
  1625. { "noParsermsg3",
  1626. "\u8bf7\u68c0\u67e5\u60a8\u7684\u7c7b\u8def\u5f84\u3002 "},
  1627. { "noParsermsg4",
  1628. "\u5982\u679c\u60a8\u6ca1\u6709 IBM \u7528\u4e8e Java \u7684 XML \u5206\u6790\u5668\uff0c\u60a8\u53ef\u4ece "},
  1629. { "noParsermsg5",
  1630. "IBM AlphaWorks\uff1a http://www.alphaworks.ibm.com/formula/xml \u4e0b\u8f7d\u3002 "},
  1631. { "optionURIRESOLVER",
  1632. " [-URIRESOLVER \u5168\u7c7b\u540d\uff08 URIResolver \u7528\u4e8e\u5206\u6790 URI\uff09 ]"},
  1633. { "optionENTITYRESOLVER",
  1634. " [-ENTITYRESOLVER \u5168\u7c7b\u540d\uff08 EntityResolver \u7528\u4e8e\u5206\u6790\u5b9e\u4f53\uff09 ] "},
  1635. { "optionCONTENTHANDLER",
  1636. " [-CONTENTHANDLER \u5168\u7c7b\u540d\uff08 ContentHandler \u7528\u4e8e\u4e32\u884c\u5316\u8f93\u51fa\uff09 ]"},
  1637. { "optionLINENUMBERS",
  1638. " [-L \u4f7f\u7528\u6e90\u6587\u6863\u7684\u884c\u53f7 ]"},
  1639. //XALAN_MANTIS CHANGES: Following are the new options added in XSLTErrorResources.properties files after Jdk 1.4 (Xalan 2.2-D11)
  1640. { "optionMEDIA",
  1641. " [-MEDIA \u5a92\u4f53\u7c7b\u578b\uff08\u4f7f\u7528\u5a92\u4f53\u5c5e\u6027\u67e5\u627e\u4e0e\u67d0\u4e2a\u6587\u6863\u5173\u8054\u7684\u6837\u5f0f\u8868\u3002\uff09 ]"},
  1642. { "optionFLAVOR",
  1643. " [-FLAVOR \u98ce\u683c\u540d\u79f0\uff08\u660e\u786e\u4f7f\u7528 s2s=SAX \u6216 d2d=DOM \u8fdb\u884c\u53d8\u6362\u3002\uff09 ] "}, // Added by sboag/scurcuru; experimental
  1644. { "optionDIAG",
  1645. " [-DIAG\uff08\u6253\u5370\u53d8\u6362\u6240\u82b1\u7684\u603b\u6beb\u79d2\u6570\u3002\uff09 ]"},
  1646. { "optionINCREMENTAL",
  1647. " [-INCREMENTAL\uff08\u901a\u8fc7\u5c06 http://xml.apache.org/xalan/features/incremental \u8bbe\u7f6e\u4e3a true \u6765\u8bf7\u6c42\u589e\u91cf\u5f0f DTM \u6784\u9020\u3002\uff09 ]"},
  1648. { "optionNOOPTIMIMIZE",
  1649. " [-NOOPTIMIMIZE\uff08\u901a\u8fc7\u5c06 http://xml.apache.org/xalan/features/optimize \u8bbe\u7f6e\u4e3a false \u6765\u8bf7\u6c42\u65e0\u6837\u5f0f\u8868\u4f18\u5316\u5904\u7406\u3002\uff09 ]"},
  1650. { "optionRL",
  1651. " [-RL \u9012\u5f52\u9650\u5236\uff08\u58f0\u660e\u6837\u5f0f\u8868\u9012\u5f52\u6df1\u5ea6\u7684\u6570\u5b57\u9650\u5236\u3002\uff09 ]"},
  1652. { "optionXO",
  1653. " [-XO [translet \u540d ]\uff08\u6307\u5b9a\u751f\u6210\u7684 translet \u7684\u540d\u79f0\uff09 ]"},
  1654. { "optionXD",
  1655. " [-XD \u76ee\u6807\u76ee\u5f55\uff08\u6307\u5b9a translet \u7684\u76ee\u6807\u76ee\u5f55\uff09 ]"},
  1656. { "optionXJ",
  1657. " [-XJ jar \u6587\u4ef6\uff08\u5c06 translet \u7c7b\u5c01\u88c5\u6210\u540d\u79f0\u4e3a <jarfile> \u7684 jar \u6587\u4ef6\uff09 ]"},
  1658. { "optionXP",
  1659. " [-XP \u8f6f\u4ef6\u5305\uff08\u4e3a\u6240\u6709\u751f\u6210\u7684 translet \u7c7b\u6307\u5b9a\u8f6f\u4ef6\u5305\u540d\u79f0\u524d\u7f00\uff09 ]"},
  1660. { "optionXN", " [-XN (\u542f\u7528\u6a21\u677f\u5185\u5d4c)]" },
  1661. { "optionXX", " [-XX (\u6253\u5f00\u5176\u5b83\u8c03\u8bd5\u6d88\u606f\u8f93\u51fa)]"},
  1662. { "optionXT" , " [-XT (\u5728\u53ef\u80fd\u65f6\u4f7f\u7528 translet \u8fdb\u884c\u8f6c\u6362)]"},
  1663. { "diagTiming","---------\u8f6c\u6362 {0}\uff0c\u901a\u8fc7 {1}\uff0c\u8017\u65f6 {2} ms" },
  1664. { "recursionTooDeep","\u6a21\u677f\u5d4c\u5957\u592a\u6df1\u3002\u5d4c\u5957 = {0}\uff0c\u6a21\u677f {1}{2}" },
  1665. { "nameIs", "\u540d\u79f0\u4e3a" },
  1666. { "matchPatternIs", "\u5339\u914d\u6a21\u5f0f\u4e3a" }
  1667. };
  1668. // ================= INFRASTRUCTURE ======================
  1669. /** String for use when a bad error code was encountered. */
  1670. public static final String BAD_CODE = "BAD_CODE";
  1671. /** String for use when formatting of the error string failed. */
  1672. public static final String FORMAT_FAILED = "FORMAT_FAILED";
  1673. /** General error string. */
  1674. public static final String ERROR_STRING = "#error";
  1675. /** String to prepend to error messages. */
  1676. public static final String ERROR_HEADER = "\u9519\u8bef\uff1a ";
  1677. /** String to prepend to warning messages. */
  1678. public static final String WARNING_HEADER = "\u8b66\u544a\uff1a ";
  1679. /** String to specify the XSLT module. */
  1680. public static final String XSL_HEADER = "XSLT ";
  1681. /** String to specify the XML parser module. */
  1682. public static final String XML_HEADER = "XML ";
  1683. /** I don't think this is used any more.
  1684. * @deprecated */
  1685. public static final String QUERY_HEADER = "PATTERN ";
  1686. /**
  1687. * Get the lookup table.
  1688. *
  1689. * @return The int to message lookup table.
  1690. */
  1691. public Object[][] getContents()
  1692. {
  1693. return contents;
  1694. }
  1695. }