HTML Tidy
5.2.0
The HTACG Tidy HTML Project
|
Go to the source code of this file.
enum TidyAttrId |
Known HTML attributes.
Definition at line 516 of file tidyenum.h.
enum TidyAttrSortStrategy |
Mode controlling treatment of sorting attributes.
Enumerator | |
---|---|
TidySortAttrNone | |
TidySortAttrAlpha |
Definition at line 273 of file tidyenum.h.
enum TidyConfigCategory |
Categories of Tidy configuration options.
Definition at line 68 of file tidyenum.h.
enum TidyDoctypeModes |
Mode controlling treatment of doctype.
Definition at line 252 of file tidyenum.h.
enum TidyDupAttrModes |
Mode controlling treatment of duplicate Attributes.
Enumerator | |
---|---|
TidyKeepFirst | |
TidyKeepLast |
Definition at line 265 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 242 of file tidyenum.h.
enum TidyNodeType |
Node types.
Definition at line 332 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 86 of file tidyenum.h.
enum TidyOptionType |
Option data types.
Enumerator | |
---|---|
TidyString |
String. |
TidyInteger |
Integer or enumeration. |
TidyBoolean |
Boolean flag. |
Definition at line 223 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 299 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 315 of file tidyenum.h.
enum TidyTagId |
Known HTML element types.
Definition at line 353 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 233 of file tidyenum.h.