The Public API is the API that LibTidy programmers must access in order to harness HTML Tidy as a library.
The API limits all exposure to internal structures and provides only accessors that return simple types such as C strings and integers, which makes it quite suitable for integration with any number of other languages.
Topics | |
| Basic Operations | |
| Configuration Options | |
| Diagnostics and Repair | |
| Document Parse | |
| Document Save Functions | |
| Document Tree | |
| I/O and Messages | |
| Localization Support | |
| Memory Allocation | |
| Message Key Management | |
| Opaque Types | |
| Public Enumerations | |
| Separated public enumerations header providing important indentifiers for LibTidy and internal users, as well as code-generator macros used to generate many of them. | |