#include <WriterTextHandler.hpp>
Inheritance diagram for WriterTextHandler:
Public Methods | |
WriterTextHandler (char *filename) | |
Create and set the file to write to. | |
~WriterTextHandler () | |
char* | handleDoc (char *docno) |
Begin a doc. | |
char* | handleWord (char *word) |
Add a word to the doc. |
|
Create and set the file to write to.
|
|
|
|
Begin a doc.
Reimplemented from TextHandler. |
|
Add a word to the doc.
Reimplemented from TextHandler. |