
|
Document Save Functions
Detailed Description
Save currently parsed document to the given output sink. File name and string/buffer functions provided for convenience.
Function Documentation
int tidySaveFile |
( |
TidyDoc |
tdoc, |
|
|
ctmbstr |
filename |
|
) |
|
|
int tidySaveStdout |
( |
TidyDoc |
tdoc |
) |
|
|
|
Save to standard output (FILE*) |
int tidySaveBuffer |
( |
TidyDoc |
tdoc, |
|
|
TidyBuffer * |
buf |
|
) |
|
|
|
Save to given TidyBuffer object |
int tidySaveString |
( |
TidyDoc |
tdoc, |
|
|
tmbstr |
buffer, |
|
|
uint * |
buflen |
|
) |
|
|
|
Save document to application buffer. If buffer is not big enough, ENOMEM will be returned and the necessary buffer size will be placed in *buflen. |
|
Save to given generic output sink |
Generated on Fri Dec 13 18:27:08 2002 for HTML Tidy by
1.2.17
|