home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / tema / Cafe / jfc.bin / html32Constants.java < prev    next >
Text File  |  1998-02-26  |  4KB  |  218 lines

  1. /* Generated By:JavaCC: Do not edit this line. html32Constants.java */
  2. /*
  3.  * @(#)html-3.2.jj    1.18 97/12/03
  4.  * 
  5.  * Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
  6.  * 
  7.  * This software is the confidential and proprietary information of Sun
  8.  * Microsystems, Inc. ("Confidential Information").  You shall not
  9.  * disclose such Confidential Information and shall use it only in
  10.  * accordance with the terms of the license agreement you entered into
  11.  * with Sun.
  12.  * 
  13.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
  14.  * SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  15.  * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  16.  * PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
  17.  * SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
  18.  * THIS SOFTWARE OR ITS DERIVATIVES.
  19.  * 
  20.  */
  21.  
  22.  /*
  23.  * @version    1.18 12/03/97
  24.  * @author      Makarand Gokhale
  25.  */
  26. package com.sun.java.swing.text.html;
  27.  
  28. interface html32Constants {
  29.  
  30.   int EOF = 0;
  31.   int WHITESPACES = 3;
  32.   int STAGO = 4;
  33.   int ETAGO = 5;
  34.   int PCDATA = 6;
  35.   int A = 7;
  36.   int ADDRESS = 8;
  37.   int APPLET = 9;
  38.   int AREA = 10;
  39.   int B = 11;
  40.   int BASE = 12;
  41.   int BASEFONT = 13;
  42.   int BIG = 14;
  43.   int BLOCKQUOTE = 15;
  44.   int BODY = 16;
  45.   int BR = 17;
  46.   int CAPTION = 18;
  47.   int CENTER = 19;
  48.   int CITE = 20;
  49.   int CODE = 21;
  50.   int DD = 22;
  51.   int DFN = 23;
  52.   int DIR = 24;
  53.   int DIV = 25;
  54.   int DL = 26;
  55.   int DT = 27;
  56.   int EM = 28;
  57.   int FONT = 29;
  58.   int FORM = 30;
  59.   int H1 = 31;
  60.   int H2 = 32;
  61.   int H3 = 33;
  62.   int H4 = 34;
  63.   int H5 = 35;
  64.   int H6 = 36;
  65.   int HEAD = 37;
  66.   int HR = 38;
  67.   int HTML = 39;
  68.   int I = 40;
  69.   int IMG = 41;
  70.   int INPUT = 42;
  71.   int ISINDEX = 43;
  72.   int KBD = 44;
  73.   int LI = 45;
  74.   int LINK = 46;
  75.   int MAP = 47;
  76.   int MENU = 48;
  77.   int META = 49;
  78.   int OL = 50;
  79.   int OPTION = 51;
  80.   int P = 52;
  81.   int PARAM = 53;
  82.   int PRE = 54;
  83.   int PROMPT = 55;
  84.   int SAMP = 56;
  85.   int SCRIPT = 57;
  86.   int SELECT = 58;
  87.   int SMALL = 59;
  88.   int STRIKE = 60;
  89.   int S = 61;
  90.   int STRONG = 62;
  91.   int STYLE = 63;
  92.   int SUB = 64;
  93.   int SUP = 65;
  94.   int TABLE = 66;
  95.   int TD = 67;
  96.   int TEXTAREA = 68;
  97.   int TH = 69;
  98.   int TITLE = 70;
  99.   int TR = 71;
  100.   int TT = 72;
  101.   int U = 73;
  102.   int UL = 74;
  103.   int VAR = 75;
  104.   int UNKNOWN = 76;
  105.   int TAGC = 80;
  106.   int A_EQ = 81;
  107.   int ALPHA = 82;
  108.   int NUM = 83;
  109.   int ALPHANUM = 84;
  110.   int A_NAME = 85;
  111.   int ETAGOO = 86;
  112.   int STAGOO = 87;
  113.   int CDATA = 89;
  114.  
  115.   int DEFAULT = 0;
  116.   int TAG = 1;
  117.   int ATTLIST = 2;
  118.   int ATTRVAL = 3;
  119.   int ATTCOMM = 4;
  120.  
  121.   String[] tokenImage = {
  122.     "<EOF>",
  123.     "<token of kind 1>",
  124.     "<token of kind 2>",
  125.     "<WHITESPACES>",
  126.     "<STAGO>",
  127.     "\"</\"",
  128.     "<PCDATA>",
  129.     "\"a\"",
  130.     "\"address\"",
  131.     "\"applet\"",
  132.     "\"area\"",
  133.     "\"b\"",
  134.     "\"base\"",
  135.     "\"basefont\"",
  136.     "\"big\"",
  137.     "\"blockquote\"",
  138.     "\"body\"",
  139.     "\"br\"",
  140.     "\"caption\"",
  141.     "\"center\"",
  142.     "\"cite\"",
  143.     "\"code\"",
  144.     "\"dd\"",
  145.     "\"dfn\"",
  146.     "\"dir\"",
  147.     "\"div\"",
  148.     "\"dl\"",
  149.     "\"dt\"",
  150.     "\"em\"",
  151.     "\"font\"",
  152.     "\"form\"",
  153.     "\"h1\"",
  154.     "\"h2\"",
  155.     "\"h3\"",
  156.     "\"h4\"",
  157.     "\"h5\"",
  158.     "\"h6\"",
  159.     "\"head\"",
  160.     "\"hr\"",
  161.     "\"html\"",
  162.     "\"i\"",
  163.     "\"img\"",
  164.     "\"input\"",
  165.     "\"isindex\"",
  166.     "\"kbd\"",
  167.     "\"li\"",
  168.     "\"link\"",
  169.     "\"map\"",
  170.     "\"menu\"",
  171.     "\"meta\"",
  172.     "\"ol\"",
  173.     "\"option\"",
  174.     "\"p\"",
  175.     "\"param\"",
  176.     "\"pre\"",
  177.     "\"prompt\"",
  178.     "\"samp\"",
  179.     "\"script\"",
  180.     "\"select\"",
  181.     "\"small\"",
  182.     "\"strike\"",
  183.     "\"s\"",
  184.     "\"strong\"",
  185.     "\"style\"",
  186.     "\"sub\"",
  187.     "\"sup\"",
  188.     "\"table\"",
  189.     "\"td\"",
  190.     "\"textarea\"",
  191.     "\"th\"",
  192.     "\"title\"",
  193.     "\"tr\"",
  194.     "\"tt\"",
  195.     "\"u\"",
  196.     "\"ul\"",
  197.     "\"var\"",
  198.     "<UNKNOWN>",
  199.     "<token of kind 77>",
  200.     "<token of kind 78>",
  201.     "\"--\"",
  202.     "\">\"",
  203.     "\"=\"",
  204.     "<ALPHA>",
  205.     "<NUM>",
  206.     "<ALPHANUM>",
  207.     "<A_NAME>",
  208.     "\"</\"",
  209.     "\"<\"",
  210.     "<token of kind 88>",
  211.     "<CDATA>",
  212.     "<token of kind 90>",
  213.     "<token of kind 91>",
  214.     "\"--\"",
  215.   };
  216.  
  217. }
  218.