home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 November
/
Chip_1998-11_cd.bin
/
tema
/
Cafe
/
jfc.bin
/
html32Constants.java
< prev
next >
Wrap
Text File
|
1998-02-26
|
4KB
|
218 lines
/* Generated By:JavaCC: Do not edit this line. html32Constants.java */
/*
* @(#)html-3.2.jj 1.18 97/12/03
*
* Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with Sun.
*
* SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
* SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
* SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
* THIS SOFTWARE OR ITS DERIVATIVES.
*
*/
/*
* @version 1.18 12/03/97
* @author Makarand Gokhale
*/
package com.sun.java.swing.text.html;
interface html32Constants {
int EOF = 0;
int WHITESPACES = 3;
int STAGO = 4;
int ETAGO = 5;
int PCDATA = 6;
int A = 7;
int ADDRESS = 8;
int APPLET = 9;
int AREA = 10;
int B = 11;
int BASE = 12;
int BASEFONT = 13;
int BIG = 14;
int BLOCKQUOTE = 15;
int BODY = 16;
int BR = 17;
int CAPTION = 18;
int CENTER = 19;
int CITE = 20;
int CODE = 21;
int DD = 22;
int DFN = 23;
int DIR = 24;
int DIV = 25;
int DL = 26;
int DT = 27;
int EM = 28;
int FONT = 29;
int FORM = 30;
int H1 = 31;
int H2 = 32;
int H3 = 33;
int H4 = 34;
int H5 = 35;
int H6 = 36;
int HEAD = 37;
int HR = 38;
int HTML = 39;
int I = 40;
int IMG = 41;
int INPUT = 42;
int ISINDEX = 43;
int KBD = 44;
int LI = 45;
int LINK = 46;
int MAP = 47;
int MENU = 48;
int META = 49;
int OL = 50;
int OPTION = 51;
int P = 52;
int PARAM = 53;
int PRE = 54;
int PROMPT = 55;
int SAMP = 56;
int SCRIPT = 57;
int SELECT = 58;
int SMALL = 59;
int STRIKE = 60;
int S = 61;
int STRONG = 62;
int STYLE = 63;
int SUB = 64;
int SUP = 65;
int TABLE = 66;
int TD = 67;
int TEXTAREA = 68;
int TH = 69;
int TITLE = 70;
int TR = 71;
int TT = 72;
int U = 73;
int UL = 74;
int VAR = 75;
int UNKNOWN = 76;
int TAGC = 80;
int A_EQ = 81;
int ALPHA = 82;
int NUM = 83;
int ALPHANUM = 84;
int A_NAME = 85;
int ETAGOO = 86;
int STAGOO = 87;
int CDATA = 89;
int DEFAULT = 0;
int TAG = 1;
int ATTLIST = 2;
int ATTRVAL = 3;
int ATTCOMM = 4;
String[] tokenImage = {
"<EOF>",
"<token of kind 1>",
"<token of kind 2>",
"<WHITESPACES>",
"<STAGO>",
"\"</\"",
"<PCDATA>",
"\"a\"",
"\"address\"",
"\"applet\"",
"\"area\"",
"\"b\"",
"\"base\"",
"\"basefont\"",
"\"big\"",
"\"blockquote\"",
"\"body\"",
"\"br\"",
"\"caption\"",
"\"center\"",
"\"cite\"",
"\"code\"",
"\"dd\"",
"\"dfn\"",
"\"dir\"",
"\"div\"",
"\"dl\"",
"\"dt\"",
"\"em\"",
"\"font\"",
"\"form\"",
"\"h1\"",
"\"h2\"",
"\"h3\"",
"\"h4\"",
"\"h5\"",
"\"h6\"",
"\"head\"",
"\"hr\"",
"\"html\"",
"\"i\"",
"\"img\"",
"\"input\"",
"\"isindex\"",
"\"kbd\"",
"\"li\"",
"\"link\"",
"\"map\"",
"\"menu\"",
"\"meta\"",
"\"ol\"",
"\"option\"",
"\"p\"",
"\"param\"",
"\"pre\"",
"\"prompt\"",
"\"samp\"",
"\"script\"",
"\"select\"",
"\"small\"",
"\"strike\"",
"\"s\"",
"\"strong\"",
"\"style\"",
"\"sub\"",
"\"sup\"",
"\"table\"",
"\"td\"",
"\"textarea\"",
"\"th\"",
"\"title\"",
"\"tr\"",
"\"tt\"",
"\"u\"",
"\"ul\"",
"\"var\"",
"<UNKNOWN>",
"<token of kind 77>",
"<token of kind 78>",
"\"--\"",
"\">\"",
"\"=\"",
"<ALPHA>",
"<NUM>",
"<ALPHANUM>",
"<A_NAME>",
"\"</\"",
"\"<\"",
"<token of kind 88>",
"<CDATA>",
"<token of kind 90>",
"<token of kind 91>",
"\"--\"",
};
}