jaxp/src/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ko.java
changeset 20955 b753f758ae19
parent 20582 594878286b70
equal deleted inserted replaced
20583:c0688fa51d68 20955:b753f758ae19
   469    * array. Use the new error code as the index into the array.
   469    * array. Use the new error code as the index into the array.
   470    */
   470    */
   471 
   471 
   472   // Error messages...
   472   // Error messages...
   473 
   473 
   474   private static final Object[][] _contents = new Object[][] {
   474   /** Get the lookup table for error messages.
       
   475     *
       
   476     * @return The message lookup table.
       
   477     */
       
   478   public Object[][] getContents()
       
   479   {
       
   480       return new Object[][] {
   475 
   481 
   476   /** Error message ID that has a null message, but takes in a single object.    */
   482   /** Error message ID that has a null message, but takes in a single object.    */
   477   {"ER0000" , "{0}" },
   483   {"ER0000" , "{0}" },
   478 
   484 
   479     { ER_NO_CURLYBRACE,
   485     { ER_NO_CURLYBRACE,
  1410   { "nameIs", "\uC774\uB984:" },
  1416   { "nameIs", "\uC774\uB984:" },
  1411   { "matchPatternIs", "\uC77C\uCE58 \uD328\uD134:" }
  1417   { "matchPatternIs", "\uC77C\uCE58 \uD328\uD134:" }
  1412 
  1418 
  1413   };
  1419   };
  1414 
  1420 
  1415   /** Get the lookup table for error messages.
       
  1416    *
       
  1417    * @return The int to message lookup table.
       
  1418    */
       
  1419   public Object[][] getContents()
       
  1420   {
       
  1421       return _contents;
       
  1422   }
  1421   }
  1423   // ================= INFRASTRUCTURE ======================
  1422   // ================= INFRASTRUCTURE ======================
  1424 
  1423 
  1425   /** String for use when a bad error code was encountered.    */
  1424   /** String for use when a bad error code was encountered.    */
  1426   public static final String BAD_CODE = "BAD_CODE";
  1425   public static final String BAD_CODE = "BAD_CODE";