tidyenum.h

00001 #ifndef __TIDYENUM_H__
00002 #define __TIDYENUM_H__
00003 
00004 /* @file tidyenum.h -- Split public enums into separate header
00005 
00006   Simplifies enum re-use in various wrappers.  e.g. SWIG
00007   generated wrappers and COM IDL files.
00008 
00009   Copyright (c) 1998-2004 World Wide Web Consortium
00010   (Massachusetts Institute of Technology, European Research 
00011   Consortium for Informatics and Mathematics, Keio University).
00012   All Rights Reserved.
00013 
00014   CVS Info :
00015 
00016     $Author: terry_teague $ 
00017     $Date: 2004/12/09 00:52:27 $ 
00018     $Revision: 1.11 $ 
00019 
00020   Contributing Author(s):
00021 
00022      Dave Raggett <dsr@w3.org>
00023 
00024   The contributing author(s) would like to thank all those who
00025   helped with testing, bug fixes and suggestions for improvements. 
00026   This wouldn't have been possible without your help.
00027 
00028   COPYRIGHT NOTICE:
00029  
00030   This software and documentation is provided "as is," and
00031   the copyright holders and contributing author(s) make no
00032   representations or warranties, express or implied, including
00033   but not limited to, warranties of merchantability or fitness
00034   for any particular purpose or that the use of the software or
00035   documentation will not infringe any third party patents,
00036   copyrights, trademarks or other rights. 
00037 
00038   The copyright holders and contributing author(s) will not be held
00039   liable for any direct, indirect, special or consequential damages
00040   arising out of any use of the software or documentation, even if
00041   advised of the possibility of such damage.
00042 
00043   Permission is hereby granted to use, copy, modify, and distribute
00044   this source code, or portions hereof, documentation and executables,
00045   for any purpose, without fee, subject to the following restrictions:
00046 
00047   1. The origin of this source code must not be misrepresented.
00048   2. Altered versions must be plainly marked as such and must
00049      not be misrepresented as being the original source.
00050   3. This Copyright notice may not be removed or altered from any
00051      source or altered source distribution.
00052  
00053   The copyright holders and contributing author(s) specifically
00054   permit, without fee, and encourage the use of this source code
00055   as a component for supporting the Hypertext Markup Language in
00056   commercial products. If you use this source code in a product,
00057   acknowledgment is not required but would be appreciated.
00058 
00059 
00060   Created 2001-05-20 by Charles Reitzel
00061   Updated 2002-07-01 by Charles Reitzel - 1st Implementation
00062 
00063 */
00064 
00065 #ifdef __cplusplus
00066 extern "C" {
00067 #endif
00068 
00069 /* Enumerate configuration options
00070 */
00071 
00072 /** Categories of Tidy configuration options
00073 */
00074 typedef enum
00075 {
00076   TidyMarkup,          /**< Markup options: (X)HTML version, etc */
00077   TidyDiagnostics,     /**< Diagnostics */
00078   TidyPrettyPrint,     /**< Output layout */
00079   TidyEncoding,        /**< Character encodings */
00080   TidyMiscellaneous    /**< File handling, message format, etc. */
00081 } TidyConfigCategory;
00082 
00083 
00084 /** Option IDs Used to get/set option values.
00085 */
00086 typedef enum
00087 {
00088   TidyUnknownOption,   /**< Unknown option! */
00089   TidyIndentSpaces,    /**< Indentation n spaces */
00090   TidyWrapLen,         /**< Wrap margin */
00091   TidyTabSize,         /**< Expand tabs to n spaces */
00092 
00093   TidyCharEncoding,    /**< In/out character encoding */
00094   TidyInCharEncoding,  /**< Input character encoding (if different) */
00095   TidyOutCharEncoding, /**< Output character encoding (if different) */    
00096   TidyNewline,         /**< Output line ending (default to platform) */
00097 
00098   TidyDoctypeMode,     /**< See doctype property */
00099   TidyDoctype,         /**< User specified doctype */
00100 
00101   TidyDuplicateAttrs,  /**< Keep first or last duplicate attribute */
00102   TidyAltText,         /**< Default text for alt attribute */
00103   
00104   /* obsolete */
00105   TidySlideStyle,      /**< Style sheet for slides: not used for anything yet */
00106 
00107   TidyErrFile,         /**< File name to write errors to */
00108   TidyOutFile,         /**< File name to write markup to */
00109   TidyWriteBack,       /**< If true then output tidied markup */
00110   TidyShowMarkup,      /**< If false, normal output is suppressed */
00111   TidyShowWarnings,    /**< However errors are always shown */
00112   TidyQuiet,           /**< No 'Parsing X', guessed DTD or summary */
00113   TidyIndentContent,   /**< Indent content of appropriate tags */
00114                        /**< "auto" does text/block level content indentation */
00115   TidyHideEndTags,     /**< Suppress optional end tags */
00116   TidyXmlTags,         /**< Treat input as XML */
00117   TidyXmlOut,          /**< Create output as XML */
00118   TidyXhtmlOut,        /**< Output extensible HTML */
00119   TidyHtmlOut,         /**< Output plain HTML, even for XHTML input.
00120                            Yes means set explicitly. */
00121   TidyXmlDecl,         /**< Add <?xml?> for XML docs */
00122   TidyUpperCaseTags,   /**< Output tags in upper not lower case */
00123   TidyUpperCaseAttrs,  /**< Output attributes in upper not lower case */
00124   TidyMakeBare,        /**< Make bare HTML: remove Microsoft cruft */
00125   TidyMakeClean,       /**< Replace presentational clutter by style rules */
00126   TidyLogicalEmphasis, /**< Replace i by em and b by strong */
00127   TidyDropPropAttrs,   /**< Discard proprietary attributes */
00128   TidyDropFontTags,    /**< Discard presentation tags */
00129   TidyDropEmptyParas,  /**< Discard empty p elements */
00130   TidyFixComments,     /**< Fix comments with adjacent hyphens */
00131   TidyBreakBeforeBR,   /**< Output newline before <br> or not? */
00132 
00133   /* obsolete */
00134   TidyBurstSlides,     /**< Create slides on each h2 element */
00135 
00136   TidyNumEntities,     /**< Use numeric entities */
00137   TidyQuoteMarks,      /**< Output " marks as &quot; */
00138   TidyQuoteNbsp,       /**< Output non-breaking space as entity */
00139   TidyQuoteAmpersand,  /**< Output naked ampersand as &amp; */
00140   TidyWrapAttVals,     /**< Wrap within attribute values */
00141   TidyWrapScriptlets,  /**< Wrap within JavaScript string literals */
00142   TidyWrapSection,     /**< Wrap within <![ ... ]> section tags */
00143   TidyWrapAsp,         /**< Wrap within ASP pseudo elements */
00144   TidyWrapJste,        /**< Wrap within JSTE pseudo elements */
00145   TidyWrapPhp,         /**< Wrap within PHP pseudo elements */
00146   TidyFixBackslash,    /**< Fix URLs by replacing \ with / */
00147   TidyIndentAttributes,/**< Newline+indent before each attribute */
00148   TidyXmlPIs,          /**< If set to yes PIs must end with ?> */
00149   TidyXmlSpace,        /**< If set to yes adds xml:space attr as needed */
00150   TidyEncloseBodyText, /**< If yes text at body is wrapped in P's */
00151   TidyEncloseBlockText,/**< If yes text in blocks is wrapped in P's */
00152   TidyKeepFileTimes,   /**< If yes last modied time is preserved */
00153   TidyWord2000,        /**< Draconian cleaning for Word2000 */
00154   TidyMark,            /**< Add meta element indicating tidied doc */
00155   TidyEmacs,           /**< If true format error output for GNU Emacs */
00156   TidyEmacsFile,       /**< Name of current Emacs file */
00157   TidyLiteralAttribs,  /**< If true attributes may use newlines */
00158   TidyBodyOnly,        /**< Output BODY content only */
00159   TidyFixUri,          /**< Applies URI encoding if necessary */
00160   TidyLowerLiterals,   /**< Folds known attribute values to lower case */
00161   TidyHideComments,    /**< Hides all (real) comments in output */
00162   TidyIndentCdata,     /**< Indent <!CDATA[ ... ]]> section */
00163   TidyForceOutput,     /**< Output document even if errors were found */
00164   TidyShowErrors,      /**< Number of errors to put out */
00165   TidyAsciiChars,      /**< Convert quotes and dashes to nearest ASCII char */
00166   TidyJoinClasses,     /**< Join multiple class attributes */
00167   TidyJoinStyles,      /**< Join multiple style attributes */
00168   TidyEscapeCdata,     /**< Replace <![CDATA[]]> sections with escaped text */
00169 
00170 #if SUPPORT_ASIAN_ENCODINGS
00171   TidyLanguage,        /**< Language property: not used for anything yet */
00172   TidyNCR,             /**< Allow numeric character references */
00173 #else
00174   TidyLanguageNotUsed,
00175   TidyNCRNotUsed,
00176 #endif
00177 #if SUPPORT_UTF16_ENCODINGS
00178   TidyOutputBOM,      /**< Output a Byte Order Mark (BOM) for UTF-16 encodings */
00179                       /**< auto: if input stream has BOM, we output a BOM */
00180 #else
00181   TidyOutputBOMNotUsed,
00182 #endif
00183 
00184   TidyReplaceColor,    /**< Replace hex color attribute values with names */
00185   TidyCSSPrefix,       /**< CSS class naming for -clean option */
00186 
00187   TidyInlineTags,      /**< Declared inline tags */
00188   TidyBlockTags,       /**< Declared block tags */
00189   TidyEmptyTags,       /**< Declared empty tags */
00190   TidyPreTags,         /**< Declared pre tags */
00191 
00192   TidyAccessibilityCheckLevel, /**< Accessibility check level 
00193                                    0 (old style), or 1, 2, 3 */
00194 
00195   TidyVertSpace,       /**< degree to which markup is spread out vertically */
00196 #if SUPPORT_ASIAN_ENCODINGS
00197   TidyPunctWrap,       /**< consider punctuation and breaking spaces for wrapping */
00198 #else
00199   TidyPunctWrapNotUsed,
00200 #endif
00201   TidyMergeDivs,       /**< Merge multiple DIVs */
00202   N_TIDY_OPTIONS       /**< Must be last */
00203 } TidyOptionId;
00204 
00205 /** Option data types
00206 */
00207 typedef enum
00208 {
00209   TidyString,          /**< String */
00210   TidyInteger,         /**< Integer or enumeration */
00211   TidyBoolean          /**< Boolean flag */
00212 } TidyOptionType;
00213 
00214 
00215 /** AutoBool values used by ParseBool, ParseTriState, ParseIndent, ParseBOM
00216 */
00217 typedef enum
00218 {
00219    TidyNoState,     /**< maps to 'no' */
00220    TidyYesState,    /**< maps to 'yes' */
00221    TidyAutoState    /**< Automatic */
00222 } TidyTriState;
00223 
00224 /** TidyNewline option values to control output line endings.
00225 */
00226 typedef enum
00227 {
00228     TidyLF,         /**< Use Unix style: LF */
00229     TidyCRLF,       /**< Use DOS/Windows style: CR+LF */
00230     TidyCR          /**< Use Macintosh style: CR */
00231 } TidyLineEnding;
00232 
00233 
00234 /** Mode controlling treatment of doctype
00235 */
00236 typedef enum
00237 {
00238     TidyDoctypeOmit,    /**< Omit DOCTYPE altogether */
00239     TidyDoctypeAuto,    /**< Keep DOCTYPE in input.  Set version to content */
00240     TidyDoctypeStrict,  /**< Convert document to HTML 4 strict content model */
00241     TidyDoctypeLoose,   /**< Convert document to HTML 4 transitional
00242                              content model */
00243     TidyDoctypeUser     /**< Set DOCTYPE FPI explicitly */
00244 } TidyDoctypeModes;
00245 
00246 /** Mode controlling treatment of duplicate Attributes
00247 */
00248 typedef enum
00249 {
00250     TidyKeepFirst,
00251     TidyKeepLast
00252 } TidyDupAttrModes;
00253 
00254 
00255 /* I/O and Message handling interface
00256 **
00257 ** By default, Tidy will define, create and use 
00258 ** instances of input and output handlers for 
00259 ** standard C buffered I/O (i.e. FILE* stdin,
00260 ** FILE* stdout and FILE* stderr for content
00261 ** input, content output and diagnostic output,
00262 ** respectively.  A FILE* cfgFile input handler
00263 ** will be used for config files.  Command line
00264 ** options will just be set directly.
00265 */
00266 
00267 /** Message severity level
00268 */
00269 typedef enum 
00270 {
00271   TidyInfo,             /**< Information about markup usage */
00272   TidyWarning,          /**< Warning message */
00273   TidyConfig,           /**< Configuration error */
00274   TidyAccess,           /**< Accessibility message */
00275   TidyError,            /**< Error message - output suppressed */
00276   TidyBadDocument,      /**< I/O or file system error */
00277   TidyFatal             /**< Crash! */
00278 } TidyReportLevel;
00279 
00280 
00281 /* Document tree traversal functions
00282 */
00283 
00284 /** Node types
00285 */
00286 typedef enum 
00287 {
00288   TidyNode_Root,        /**< Root */
00289   TidyNode_DocType,     /**< DOCTYPE */
00290   TidyNode_Comment,     /**< Comment */
00291   TidyNode_ProcIns,     /**< Processing Instruction */
00292   TidyNode_Text,        /**< Text */
00293   TidyNode_Start,       /**< Start Tag */
00294   TidyNode_End,         /**< End Tag */
00295   TidyNode_StartEnd,    /**< Start/End (empty) Tag */
00296   TidyNode_CDATA,       /**< Unparsed Text */
00297   TidyNode_Section,     /**< XML Section */
00298   TidyNode_Asp,         /**< ASP Source */
00299   TidyNode_Jste,        /**< JSTE Source */
00300   TidyNode_Php,         /**< PHP Source */
00301   TidyNode_XmlDecl      /**< XML Declaration */
00302 } TidyNodeType;
00303 
00304 
00305 /** Known HTML element types
00306 */
00307 typedef enum
00308 {
00309   TidyTag_UNKNOWN,  /**< Unknown tag! */
00310   TidyTag_A,        /**< A */
00311   TidyTag_ABBR,     /**< ABBR */
00312   TidyTag_ACRONYM,  /**< ACRONYM */
00313   TidyTag_ADDRESS,  /**< ADDRESS */
00314   TidyTag_ALIGN,    /**< ALIGN */
00315   TidyTag_APPLET,   /**< APPLET */
00316   TidyTag_AREA,     /**< AREA */
00317   TidyTag_B,        /**< B */
00318   TidyTag_BASE,     /**< BASE */
00319   TidyTag_BASEFONT, /**< BASEFONT */
00320   TidyTag_BDO,      /**< BDO */
00321   TidyTag_BGSOUND,  /**< BGSOUND */
00322   TidyTag_BIG,      /**< BIG */
00323   TidyTag_BLINK,    /**< BLINK */
00324   TidyTag_BLOCKQUOTE,   /**< BLOCKQUOTE */
00325   TidyTag_BODY,     /**< BODY */
00326   TidyTag_BR,       /**< BR */
00327   TidyTag_BUTTON,   /**< BUTTON */
00328   TidyTag_CAPTION,  /**< CAPTION */
00329   TidyTag_CENTER,   /**< CENTER */
00330   TidyTag_CITE,     /**< CITE */
00331   TidyTag_CODE,     /**< CODE */
00332   TidyTag_COL,      /**< COL */
00333   TidyTag_COLGROUP, /**< COLGROUP */
00334   TidyTag_COMMENT,  /**< COMMENT */
00335   TidyTag_DD,       /**< DD */
00336   TidyTag_DEL,      /**< DEL */
00337   TidyTag_DFN,      /**< DFN */
00338   TidyTag_DIR,      /**< DIR */
00339   TidyTag_DIV,      /**< DIF */
00340   TidyTag_DL,       /**< DL */
00341   TidyTag_DT,       /**< DT */
00342   TidyTag_EM,       /**< EM */
00343   TidyTag_EMBED,    /**< EMBED */
00344   TidyTag_FIELDSET, /**< FIELDSET */
00345   TidyTag_FONT,     /**< FONT */
00346   TidyTag_FORM,     /**< FORM */
00347   TidyTag_FRAME,    /**< FRAME */
00348   TidyTag_FRAMESET, /**< FRAMESET */
00349   TidyTag_H1,       /**< H1 */
00350   TidyTag_H2,       /**< H2 */
00351   TidyTag_H3,       /**< H3 */
00352   TidyTag_H4,       /**< H4 */
00353   TidyTag_H5,       /**< H5 */
00354   TidyTag_H6,       /**< H6 */
00355   TidyTag_HEAD,     /**< HEAD */
00356   TidyTag_HR,       /**< HR */
00357   TidyTag_HTML,     /**< HTML */
00358   TidyTag_I,        /**< I */
00359   TidyTag_IFRAME,   /**< IFRAME */
00360   TidyTag_ILAYER,   /**< ILAYER */
00361   TidyTag_IMG,      /**< IMG */
00362   TidyTag_INPUT,    /**< INPUT */
00363   TidyTag_INS,      /**< INS */
00364   TidyTag_ISINDEX,  /**< ISINDEX */
00365   TidyTag_KBD,      /**< KBD */
00366   TidyTag_KEYGEN,   /**< KEYGEN */
00367   TidyTag_LABEL,    /**< LABEL */
00368   TidyTag_LAYER,    /**< LAYER */
00369   TidyTag_LEGEND,   /**< LEGEND */
00370   TidyTag_LI,       /**< LI */
00371   TidyTag_LINK,     /**< LINK */
00372   TidyTag_LISTING,  /**< LISTING */
00373   TidyTag_MAP,      /**< MAP */
00374   TidyTag_MARQUEE,  /**< MARQUEE */
00375   TidyTag_MENU,     /**< MENU */
00376   TidyTag_META,     /**< META */
00377   TidyTag_MULTICOL, /**< MULTICOL */
00378   TidyTag_NOBR,     /**< NOBR */
00379   TidyTag_NOEMBED,  /**< NOEMBED */
00380   TidyTag_NOFRAMES, /**< NOFRAMES */
00381   TidyTag_NOLAYER,  /**< NOLAYER */
00382   TidyTag_NOSAVE,   /**< NOSAVE */
00383   TidyTag_NOSCRIPT, /**< NOSCRIPT */
00384   TidyTag_OBJECT,   /**< OBJECT */
00385   TidyTag_OL,       /**< OL */
00386   TidyTag_OPTGROUP, /**< OPTGROUP */
00387   TidyTag_OPTION,   /**< OPTION */
00388   TidyTag_P,        /**< P */
00389   TidyTag_PARAM,    /**< PARAM */
00390   TidyTag_PLAINTEXT,/**< PLAINTEXT */
00391   TidyTag_PRE,      /**< PRE */
00392   TidyTag_Q,        /**< Q */
00393   TidyTag_RB,       /**< RB */
00394   TidyTag_RBC,      /**< RBC */
00395   TidyTag_RP,       /**< RP */
00396   TidyTag_RT,       /**< RT */
00397   TidyTag_RTC,      /**< RTC */
00398   TidyTag_RUBY,     /**< RUBY */
00399   TidyTag_S,        /**< S */
00400   TidyTag_SAMP,     /**< SAMP */
00401   TidyTag_SCRIPT,   /**< SCRIPT */
00402   TidyTag_SELECT,   /**< SELECT */
00403   TidyTag_SERVER,   /**< SERVER */
00404   TidyTag_SERVLET,  /**< SERVLET */
00405   TidyTag_SMALL,    /**< SMALL */
00406   TidyTag_SPACER,   /**< SPACER */
00407   TidyTag_SPAN,     /**< SPAN */
00408   TidyTag_STRIKE,   /**< STRIKE */
00409   TidyTag_STRONG,   /**< STRONG */
00410   TidyTag_STYLE,    /**< STYLE */
00411   TidyTag_SUB,      /**< SUB */
00412   TidyTag_SUP,      /**< SUP */
00413   TidyTag_TABLE,    /**< TABLE */
00414   TidyTag_TBODY,    /**< TBODY */
00415   TidyTag_TD,       /**< TD */
00416   TidyTag_TEXTAREA, /**< TEXTAREA */
00417   TidyTag_TFOOT,    /**< TFOOT */
00418   TidyTag_TH,       /**< TH */
00419   TidyTag_THEAD,    /**< THEAD */
00420   TidyTag_TITLE,    /**< TITLE */
00421   TidyTag_TR,       /**< TR */
00422   TidyTag_TT,       /**< TT */
00423   TidyTag_U,        /**< U */
00424   TidyTag_UL,       /**< UL */
00425   TidyTag_VAR,      /**< VAR */
00426   TidyTag_WBR,      /**< WBR */
00427   TidyTag_XMP,      /**< XMP */
00428   TidyTag_NEXTID,   /**< NEXTID */
00429 
00430   N_TIDY_TAGS       /**< Must be last */
00431 } TidyTagId;
00432 
00433 /* Attribute interrogation
00434 */
00435 
00436 /** Known HTML attributes
00437 */
00438 typedef enum
00439 {
00440   TidyAttr_UNKNOWN,           /**< UNKNOWN= */
00441   TidyAttr_ABBR,              /**< ABBR= */
00442   TidyAttr_ACCEPT,            /**< ACCEPT= */
00443   TidyAttr_ACCEPT_CHARSET,    /**< ACCEPT_CHARSET= */
00444   TidyAttr_ACCESSKEY,         /**< ACCESSKEY= */
00445   TidyAttr_ACTION,            /**< ACTION= */
00446   TidyAttr_ADD_DATE,          /**< ADD_DATE= */
00447   TidyAttr_ALIGN,             /**< ALIGN= */
00448   TidyAttr_ALINK,             /**< ALINK= */
00449   TidyAttr_ALT,               /**< ALT= */
00450   TidyAttr_ARCHIVE,           /**< ARCHIVE= */
00451   TidyAttr_AXIS,              /**< AXIS= */
00452   TidyAttr_BACKGROUND,        /**< BACKGROUND= */
00453   TidyAttr_BGCOLOR,           /**< BGCOLOR= */
00454   TidyAttr_BGPROPERTIES,      /**< BGPROPERTIES= */
00455   TidyAttr_BORDER,            /**< BORDER= */
00456   TidyAttr_BORDERCOLOR,       /**< BORDERCOLOR= */
00457   TidyAttr_BOTTOMMARGIN,      /**< BOTTOMMARGIN= */
00458   TidyAttr_CELLPADDING,       /**< CELLPADDING= */
00459   TidyAttr_CELLSPACING,       /**< CELLSPACING= */
00460   TidyAttr_CHAR,              /**< CHAR= */
00461   TidyAttr_CHAROFF,           /**< CHAROFF= */
00462   TidyAttr_CHARSET,           /**< CHARSET= */
00463   TidyAttr_CHECKED,           /**< CHECKED= */
00464   TidyAttr_CITE,              /**< CITE= */
00465   TidyAttr_CLASS,             /**< CLASS= */
00466   TidyAttr_CLASSID,           /**< CLASSID= */
00467   TidyAttr_CLEAR,             /**< CLEAR= */
00468   TidyAttr_CODE,              /**< CODE= */
00469   TidyAttr_CODEBASE,          /**< CODEBASE= */
00470   TidyAttr_CODETYPE,          /**< CODETYPE= */
00471   TidyAttr_COLOR,             /**< COLOR= */
00472   TidyAttr_COLS,              /**< COLS= */
00473   TidyAttr_COLSPAN,           /**< COLSPAN= */
00474   TidyAttr_COMPACT,           /**< COMPACT= */
00475   TidyAttr_CONTENT,           /**< CONTENT= */
00476   TidyAttr_COORDS,            /**< COORDS= */
00477   TidyAttr_DATA,              /**< DATA= */
00478   TidyAttr_DATAFLD,           /**< DATAFLD= */
00479   TidyAttr_DATAFORMATAS,      /**< DATAFORMATAS= */
00480   TidyAttr_DATAPAGESIZE,      /**< DATAPAGESIZE= */
00481   TidyAttr_DATASRC,           /**< DATASRC= */
00482   TidyAttr_DATETIME,          /**< DATETIME= */
00483   TidyAttr_DECLARE,           /**< DECLARE= */
00484   TidyAttr_DEFER,             /**< DEFER= */
00485   TidyAttr_DIR,               /**< DIR= */
00486   TidyAttr_DISABLED,          /**< DISABLED= */
00487   TidyAttr_ENCODING,          /**< ENCODING= */
00488   TidyAttr_ENCTYPE,           /**< ENCTYPE= */
00489   TidyAttr_FACE,              /**< FACE= */
00490   TidyAttr_FOR,               /**< FOR= */
00491   TidyAttr_FRAME,             /**< FRAME= */
00492   TidyAttr_FRAMEBORDER,       /**< FRAMEBORDER= */
00493   TidyAttr_FRAMESPACING,      /**< FRAMESPACING= */
00494   TidyAttr_GRIDX,             /**< GRIDX= */
00495   TidyAttr_GRIDY,             /**< GRIDY= */
00496   TidyAttr_HEADERS,           /**< HEADERS= */
00497   TidyAttr_HEIGHT,            /**< HEIGHT= */
00498   TidyAttr_HREF,              /**< HREF= */
00499   TidyAttr_HREFLANG,          /**< HREFLANG= */
00500   TidyAttr_HSPACE,            /**< HSPACE= */
00501   TidyAttr_HTTP_EQUIV,        /**< HTTP_EQUIV= */
00502   TidyAttr_ID,                /**< ID= */
00503   TidyAttr_ISMAP,             /**< ISMAP= */
00504   TidyAttr_LABEL,             /**< LABEL= */
00505   TidyAttr_LANG,              /**< LANG= */
00506   TidyAttr_LANGUAGE,          /**< LANGUAGE= */
00507   TidyAttr_LAST_MODIFIED,     /**< LAST_MODIFIED= */
00508   TidyAttr_LAST_VISIT,        /**< LAST_VISIT= */
00509   TidyAttr_LEFTMARGIN,        /**< LEFTMARGIN= */
00510   TidyAttr_LINK,              /**< LINK= */
00511   TidyAttr_LONGDESC,          /**< LONGDESC= */
00512   TidyAttr_LOWSRC,            /**< LOWSRC= */
00513   TidyAttr_MARGINHEIGHT,      /**< MARGINHEIGHT= */
00514   TidyAttr_MARGINWIDTH,       /**< MARGINWIDTH= */
00515   TidyAttr_MAXLENGTH,         /**< MAXLENGTH= */
00516   TidyAttr_MEDIA,             /**< MEDIA= */
00517   TidyAttr_METHOD,            /**< METHOD= */
00518   TidyAttr_MULTIPLE,          /**< MULTIPLE= */
00519   TidyAttr_NAME,              /**< NAME= */
00520   TidyAttr_NOHREF,            /**< NOHREF= */
00521   TidyAttr_NORESIZE,          /**< NORESIZE= */
00522   TidyAttr_NOSHADE,           /**< NOSHADE= */
00523   TidyAttr_NOWRAP,            /**< NOWRAP= */
00524   TidyAttr_OBJECT,            /**< OBJECT= */
00525   TidyAttr_OnAFTERUPDATE,     /**< OnAFTERUPDATE= */
00526   TidyAttr_OnBEFOREUNLOAD,    /**< OnBEFOREUNLOAD= */
00527   TidyAttr_OnBEFOREUPDATE,    /**< OnBEFOREUPDATE= */
00528   TidyAttr_OnBLUR,            /**< OnBLUR= */
00529   TidyAttr_OnCHANGE,          /**< OnCHANGE= */
00530   TidyAttr_OnCLICK,           /**< OnCLICK= */
00531   TidyAttr_OnDATAAVAILABLE,   /**< OnDATAAVAILABLE= */
00532   TidyAttr_OnDATASETCHANGED,  /**< OnDATASETCHANGED= */
00533   TidyAttr_OnDATASETCOMPLETE, /**< OnDATASETCOMPLETE= */
00534   TidyAttr_OnDBLCLICK,        /**< OnDBLCLICK= */
00535   TidyAttr_OnERRORUPDATE,     /**< OnERRORUPDATE= */
00536   TidyAttr_OnFOCUS,           /**< OnFOCUS= */
00537   TidyAttr_OnKEYDOWN,         /**< OnKEYDOWN= */
00538   TidyAttr_OnKEYPRESS,        /**< OnKEYPRESS= */
00539   TidyAttr_OnKEYUP,           /**< OnKEYUP= */
00540   TidyAttr_OnLOAD,            /**< OnLOAD= */
00541   TidyAttr_OnMOUSEDOWN,       /**< OnMOUSEDOWN= */
00542   TidyAttr_OnMOUSEMOVE,       /**< OnMOUSEMOVE= */
00543   TidyAttr_OnMOUSEOUT,        /**< OnMOUSEOUT= */
00544   TidyAttr_OnMOUSEOVER,       /**< OnMOUSEOVER= */
00545   TidyAttr_OnMOUSEUP,         /**< OnMOUSEUP= */
00546   TidyAttr_OnRESET,           /**< OnRESET= */
00547   TidyAttr_OnROWENTER,        /**< OnROWENTER= */
00548   TidyAttr_OnROWEXIT,         /**< OnROWEXIT= */
00549   TidyAttr_OnSELECT,          /**< OnSELECT= */
00550   TidyAttr_OnSUBMIT,          /**< OnSUBMIT= */
00551   TidyAttr_OnUNLOAD,          /**< OnUNLOAD= */
00552   TidyAttr_PROFILE,           /**< PROFILE= */
00553   TidyAttr_PROMPT,            /**< PROMPT= */
00554   TidyAttr_RBSPAN,            /**< RBSPAN= */
00555   TidyAttr_READONLY,          /**< READONLY= */
00556   TidyAttr_REL,               /**< REL= */
00557   TidyAttr_REV,               /**< REV= */
00558   TidyAttr_RIGHTMARGIN,       /**< RIGHTMARGIN= */
00559   TidyAttr_ROWS,              /**< ROWS= */
00560   TidyAttr_ROWSPAN,           /**< ROWSPAN= */
00561   TidyAttr_RULES,             /**< RULES= */
00562   TidyAttr_SCHEME,            /**< SCHEME= */
00563   TidyAttr_SCOPE,             /**< SCOPE= */
00564   TidyAttr_SCROLLING,         /**< SCROLLING= */
00565   TidyAttr_SELECTED,          /**< SELECTED= */
00566   TidyAttr_SHAPE,             /**< SHAPE= */
00567   TidyAttr_SHOWGRID,          /**< SHOWGRID= */
00568   TidyAttr_SHOWGRIDX,         /**< SHOWGRIDX= */
00569   TidyAttr_SHOWGRIDY,         /**< SHOWGRIDY= */
00570   TidyAttr_SIZE,              /**< SIZE= */
00571   TidyAttr_SPAN,              /**< SPAN= */
00572   TidyAttr_SRC,               /**< SRC= */
00573   TidyAttr_STANDBY,           /**< STANDBY= */
00574   TidyAttr_START,             /**< START= */
00575   TidyAttr_STYLE,             /**< STYLE= */
00576   TidyAttr_SUMMARY,           /**< SUMMARY= */
00577   TidyAttr_TABINDEX,          /**< TABINDEX= */
00578   TidyAttr_TARGET,            /**< TARGET= */
00579   TidyAttr_TEXT,              /**< TEXT= */
00580   TidyAttr_TITLE,             /**< TITLE= */
00581   TidyAttr_TOPMARGIN,         /**< TOPMARGIN= */
00582   TidyAttr_TYPE,              /**< TYPE= */
00583   TidyAttr_USEMAP,            /**< USEMAP= */
00584   TidyAttr_VALIGN,            /**< VALIGN= */
00585   TidyAttr_VALUE,             /**< VALUE= */
00586   TidyAttr_VALUETYPE,         /**< VALUETYPE= */
00587   TidyAttr_VERSION,           /**< VERSION= */
00588   TidyAttr_VLINK,             /**< VLINK= */
00589   TidyAttr_VSPACE,            /**< VSPACE= */
00590   TidyAttr_WIDTH,             /**< WIDTH= */
00591   TidyAttr_WRAP,              /**< WRAP= */
00592   TidyAttr_XML_LANG,          /**< XML_LANG= */
00593   TidyAttr_XML_SPACE,         /**< XML_SPACE= */
00594   TidyAttr_XMLNS,             /**< XMLNS= */
00595 
00596   TidyAttr_EVENT,             /**< EVENT= */
00597   TidyAttr_METHODS,           /**< METHODS= */
00598   TidyAttr_N,                 /**< N= */
00599   TidyAttr_SDAFORM,           /**< SDAFORM= */
00600   TidyAttr_SDAPREF,           /**< SDAPREF= */
00601   TidyAttr_SDASUFF,           /**< SDASUFF= */
00602   TidyAttr_URN,               /**< URN= */
00603 
00604   N_TIDY_ATTRIBS              /**< Must be last */
00605 } TidyAttrId;
00606 
00607 #ifdef __cplusplus
00608 }  /* extern "C" */
00609 #endif
00610 #endif /* __TIDYENUM_H__ */

Generated on Thu Aug 30 08:02:49 2007 for HTML Tidy by  doxygen 1.3.9.1