HTML Tidy
0.1
|
Go to the source code of this file.
Functions | |
int TY_() | initFileSource (TidyAllocator *allocator, TidyInputSource *source, FILE *fp) |
void TY_() | freeFileSource (TidyInputSource *source, Bool closeIt) |
void TY_() | initFileSink (TidyOutputSink *sink, FILE *fp) |
void TIDY_CALL TY_() | filesink_putByte (void *sinkData, byte bv) |
Implementation of a FILE* based TidyInputSource and TidyOutputSink.
(c) 1998-2006 (W3C) MIT, ERCIM, Keio University See tidy.h for the copyright notice.
CVS Info:
int TY_() initFileSource | ( | TidyAllocator * | allocator, |
TidyInputSource * | source, | ||
FILE * | fp | ||
) |
Allocate and initialize file input source
References _TidyBuffer::allocator.
void TY_() freeFileSource | ( | TidyInputSource * | source, |
Bool | closeIt | ||
) |
Free file input source
References _TidyBuffer::allocator, and tidyBufFree().
void TY_() initFileSink | ( | TidyOutputSink * | sink, |
FILE * | fp | ||
) |
Initialize file output sink