#include <WriterInQueryHandler.hpp>
Inheritance diagram for WriterInQueryHandler:
Public Methods | |
WriterInQueryHandler (const string &filename) | |
Create and set the file to write to. | |
~WriterInQueryHandler () | |
char * | handleDoc (char *docno) |
Begin a doc. | |
char * | handleWord (char *word) |
Add a word to the doc. | |
char * | handleSymbol (char *sym) |
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. |
|
Add a word to the doc.
Reimplemented from TextHandler. |