The Internal API is used exclusively within LibTidy.
If you are an HTML Tidy developer, then the internals API will be of especial importance to you.
Topics | |
Configuration Options | |
HTML Tags | |
HTML and XML Parsing | |
Key Discovery | |
Message Creation and Releasing | |
Message Muting | |
Report Arguments Interrogation API | |
Report and Dialogue API | |
Report and Dialogue Writing Functions | |
Tidy Release Information | |
Tidy Strings Generation Macros | |
Tidy aims to provide a consistent API for library users, and so we go to some lengths to provide a tidyStrings enum that consists of the message code for every string that Tidy can emit (used internally), and the array tidyStringsKeys[] containing string representations of each message code. | |