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