#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. | |
Private Methods | |
| void | endDoc () |
| end a document | |
Private Attributes | |
| bool | first |
| First doc? | |
| ofstream * | outfile |
| Output file. | |
|
|
Create and set the file to write to.
|
|
|
|
|
|
end a document
|
|
|
Begin a doc.
Reimplemented from TextHandler. |
|
|
Add a word to the doc.
Reimplemented from TextHandler. |
|
|
First doc?
|
|
|
Output file.
|
1.2.16