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.
- Note
- Always check first to determine whether or not an internal API representation exists for a public API function before invoking a public API function internally. In most cases, the public API functions simply call an internal function.
-
This documentation is not a substitute for browsing the source code. Although the public API is fairly well documented, the internal API is a very long, very slow, work-in-progress.