|
HTML Tidy
5.4.0
The HTACG Tidy HTML Project
|
Go to the source code of this file.
Simplifies enum re-use in various wrappers. e.g. SWIG generated wrappers and COM IDL files.
(c) 1998-2016 (W3C) MIT, ERCIM, Keio University See tidy.h for the full copyright notice.
Created 2001-05-20 by Charles Reitzel Updated 2002-07-01 by Charles Reitzel - 1st Implementation
Definition in file tidyenum.h.
| enum TidyAttrId |
Known HTML attributes.
Definition at line 474 of file tidyenum.h.
| enum TidyAttrSortStrategy |
Mode controlling treatment of sorting attributes.
| Enumerator | |
|---|---|
| TidySortAttrNone | |
| TidySortAttrAlpha | |
Definition at line 231 of file tidyenum.h.
| enum TidyConfigCategory |
Categories of Tidy configuration options.
Definition at line 26 of file tidyenum.h.
| enum TidyDoctypeModes |
Mode controlling treatment of doctype.
Definition at line 210 of file tidyenum.h.
| enum TidyDupAttrModes |
Mode controlling treatment of duplicate Attributes.
| Enumerator | |
|---|---|
| TidyKeepFirst | |
| TidyKeepLast | |
Definition at line 223 of file tidyenum.h.
| enum TidyLineEnding |
TidyNewline option values to control output line endings.
| Enumerator | |
|---|---|
| TidyLF |
Use Unix style: LF. |
| TidyCRLF |
Use DOS/Windows style: CR+LF. |
| TidyCR |
Use Macintosh style: CR. |
Definition at line 200 of file tidyenum.h.
| enum TidyNodeType |
Node types.
Definition at line 290 of file tidyenum.h.
| enum TidyOptionId |
Option IDs Used to get/set option values.
These TidyOptionId are used throughout libtidy, and also have associated localized strings to describe them.
Note this enum MUST start at zero due to historical design-time decisions that make assumptions about this starting value.
Definition at line 44 of file tidyenum.h.
| enum TidyOptionType |
Option data types.
| Enumerator | |
|---|---|
| TidyString |
String. |
| TidyInteger |
Integer or enumeration. |
| TidyBoolean |
Boolean flag. |
Definition at line 181 of file tidyenum.h.
| enum TidyReportLevel |
Message severity level These TidyReportLevel are used throughout libtidy, but don't have associated localized strings to describe them because TidyReportLevel is externally-facing, and changing the enum starting int can break existing API's for poorly-written applications using libtidy.
See enum TidyReportLevelKeys.
Definition at line 257 of file tidyenum.h.
| enum TidyReportLevelKeys |
Message severity level - string lookup keys These TidyReportLevelKeys are used throughout libtidy, and have associated localized strings to describe them.
They correspond to enum TidyReportLevel.
| Enumerator | |
|---|---|
| TidyInfoString | |
| TidyWarningString | |
| TidyConfigString | |
| TidyAccessString | |
| TidyErrorString | |
| TidyBadDocumentString | |
| TidyFatalString | |
Definition at line 273 of file tidyenum.h.
| enum TidyTagId |
Known HTML element types.
Definition at line 311 of file tidyenum.h.
| enum TidyTriState |
AutoBool values used by ParseBool, ParseTriState, ParseIndent, ParseBOM.
| Enumerator | |
|---|---|
| TidyNoState |
maps to 'no' |
| TidyYesState |
maps to 'yes' |
| TidyAutoState |
Automatic. |
Definition at line 191 of file tidyenum.h.