#include <TextHandler.hpp>
Inheritance diagram for TextHandler:
Public Methods | |
TextHandler () | |
virtual void | foundDoc (char *docno) |
Found a document with document number. | |
virtual void | foundWord (char *word) |
Found a word. | |
virtual void | setTextHandler (TextHandler *th) |
Set the TextHandler that this TextHandler will pass information on to. | |
virtual char* | handleDoc (char *docno) |
Handle a doc. | |
virtual char* | handleWord (char *word) |
Handle a word, possibly transforming it. | |
Protected Attributes | |
TextHandler* | textHandler |
The next textHandler in the chain. |
|
|
|
Found a document with document number.
|
|
Found a word.
|
|
Handle a doc.
Reimplemented in InvFPTextHandler, and WriterTextHandler. |
|
Handle a word, possibly transforming it.
Reimplemented in InvFPTextHandler, QueryTextHandler, Stemmer, Stopper, and WriterTextHandler. |
|
Set the TextHandler that this TextHandler will pass information on to.
|
|
The next textHandler in the chain.
|