|
HTML Tidy
0.1
|
#include <tidy.h>
Data Fields | |
| void * | sourceData |
| TidyGetByteFunc | getByte |
| TidyUngetByteFunc | ungetByte |
| TidyEOFFunc | eof |
TidyInputSource - Delivers raw bytes of input
| void* _TidyInputSource::sourceData |
Input context. Passed to callbacks
| TidyGetByteFunc _TidyInputSource::getByte |
Pointer to "get byte" callback
| TidyUngetByteFunc _TidyInputSource::ungetByte |
Pointer to "unget" callback
| TidyEOFFunc _TidyInputSource::eof |
Pointer to "eof" callback