parser.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
#ifndef YYTOKENTYPE
00028
# define YYTOKENTYPE
00029
00030
00031
enum yytokentype {
00032 UNIMPORTANT_TOK = 258,
00033 S = 259,
00034 SGML_CD = 260,
00035 INCLUDES = 261,
00036 DASHMATCH = 262,
00037 BEGINSWITH = 263,
00038 ENDSWITH = 264,
00039 CONTAINS = 265,
00040 STRING = 266,
00041 IDENT = 267,
00042 NTH = 268,
00043 HASH = 269,
00044 IMPORT_SYM = 270,
00045 PAGE_SYM = 271,
00046 MEDIA_SYM = 272,
00047 FONT_FACE_SYM = 273,
00048 CHARSET_SYM = 274,
00049 NAMESPACE_SYM = 275,
00050 KHTML_RULE_SYM = 276,
00051 KHTML_DECLS_SYM = 277,
00052 KHTML_VALUE_SYM = 278,
00053 IMPORTANT_SYM = 279,
00054 QEMS = 280,
00055 EMS = 281,
00056 EXS = 282,
00057 PXS = 283,
00058 CMS = 284,
00059 MMS = 285,
00060 INS = 286,
00061 PTS = 287,
00062 PCS = 288,
00063 DEGS = 289,
00064 RADS = 290,
00065 GRADS = 291,
00066 MSECS = 292,
00067 SECS = 293,
00068 HERZ = 294,
00069 KHERZ = 295,
00070 DIMEN = 296,
00071 PERCENTAGE = 297,
00072 NUMBER = 298,
00073 URI = 299,
00074 FUNCTION = 300,
00075 NOTFUNCTION = 301,
00076 UNICODERANGE = 302
00077 };
00078
#endif
00079
#define UNIMPORTANT_TOK 258
00080
#define S 259
00081
#define SGML_CD 260
00082
#define INCLUDES 261
00083
#define DASHMATCH 262
00084
#define BEGINSWITH 263
00085
#define ENDSWITH 264
00086
#define CONTAINS 265
00087
#define STRING 266
00088
#define IDENT 267
00089
#define NTH 268
00090
#define HASH 269
00091
#define IMPORT_SYM 270
00092
#define PAGE_SYM 271
00093
#define MEDIA_SYM 272
00094
#define FONT_FACE_SYM 273
00095
#define CHARSET_SYM 274
00096
#define NAMESPACE_SYM 275
00097
#define KHTML_RULE_SYM 276
00098
#define KHTML_DECLS_SYM 277
00099
#define KHTML_VALUE_SYM 278
00100
#define IMPORTANT_SYM 279
00101
#define QEMS 280
00102
#define EMS 281
00103
#define EXS 282
00104
#define PXS 283
00105
#define CMS 284
00106
#define MMS 285
00107
#define INS 286
00108
#define PTS 287
00109
#define PCS 288
00110
#define DEGS 289
00111
#define RADS 290
00112
#define GRADS 291
00113
#define MSECS 292
00114
#define SECS 293
00115
#define HERZ 294
00116
#define KHERZ 295
00117
#define DIMEN 296
00118
#define PERCENTAGE 297
00119
#define NUMBER 298
00120
#define URI 299
00121
#define FUNCTION 300
00122
#define NOTFUNCTION 301
00123
#define UNICODERANGE 302
00124
00125
00126
00127
00128
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00129
00130
typedef union YYSTYPE {
00131 CSSRuleImpl *rule;
00132 CSSSelector *selector;
00133
QPtrList<CSSSelector> *selectorList;
00134
bool ok;
00135 MediaListImpl *mediaList;
00136 CSSMediaRuleImpl *mediaRule;
00137 CSSRuleListImpl *ruleList;
00138 ParseString string;
00139
float val;
00140
int prop_id;
00141
unsigned int attribute;
00142
unsigned int element;
00143
unsigned int ns;
00144 CSSSelector::Relation relation;
00145 CSSSelector::Match match;
00146
bool b;
00147
char tok;
00148 Value value;
00149 ValueList *valueList;
00150 } YYSTYPE;
00151
00152
00153
# define yystype YYSTYPE
00154
# define YYSTYPE_IS_DECLARED 1
00155
# define YYSTYPE_IS_TRIVIAL 1
00156
#endif
00157
00158
00159
00160
00161
This file is part of the documentation for khtml Library Version 3.4.0.