HTML Tidy
5.2.0
The HTACG Tidy HTML Project
|
Functions | |
int TIDY_CALL | tidyCleanAndRepair (TidyDoc tdoc) |
Execute configured cleanup and repair operations on parsed markup. More... | |
int TIDY_CALL | tidyReportDoctype (TidyDoc tdoc) |
int TIDY_CALL | tidyRunDiagnostics (TidyDoc tdoc) |
Run configured diagnostics on parsed and repaired markup. More... | |
int TIDY_CALL tidyCleanAndRepair | ( | TidyDoc | tdoc | ) |
Execute configured cleanup and repair operations on parsed markup.
int TIDY_CALL tidyReportDoctype | ( | TidyDoc | tdoc | ) |
int TIDY_CALL tidyRunDiagnostics | ( | TidyDoc | tdoc | ) |
Run configured diagnostics on parsed and repaired markup.
Must call tidyCleanAndRepair() first.