khtml Library API Documentation

parser.h

00001 /* A Bison parser, made by GNU Bison 1.875a. */ 00002 00003 /* Skeleton parser for Yacc-like parsing with Bison, 00004 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation; either version 2, or (at your option) 00009 any later version. 00010 00011 This program is distributed in the hope that it will be useful, 00012 but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 GNU General Public License for more details. 00015 00016 You should have received a copy of the GNU General Public License 00017 along with this program; if not, write to the Free Software 00018 Foundation, Inc., 59 Temple Place - Suite 330, 00019 Boston, MA 02111-1307, USA. */ 00020 00021 /* As a special exception, when this file is copied by Bison into a 00022 Bison output file, you may use that output file without restriction. 00023 This special exception was added by the Free Software Foundation 00024 in version 1.24 of Bison. */ 00025 00026 /* Tokens. */ 00027 #ifndef YYTOKENTYPE 00028 # define YYTOKENTYPE 00029 /* Put the tokens into the symbol table, so that GDB and other debuggers 00030 know about them. */ 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 /* Line 1240 of yacc.c. */ 00152 00153 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 00154 # define YYSTYPE_IS_DECLARED 1 00155 # define YYSTYPE_IS_TRIVIAL 1 00156 #endif 00157 00158 00159 00160 00161
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Apr 14 00:38:38 2005 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003