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