Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

WriterTextHandler Class Reference

Outputs text in a format that can be used by RetEval (for queries) or BuildBasicIndex (for documents). This class is a destination TextHandler. More...

#include <WriterTextHandler.hpp>

Inheritance diagram for WriterTextHandler:

TextHandler List of all members.

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.


Detailed Description

Outputs text in a format that can be used by RetEval (for queries) or BuildBasicIndex (for documents). This class is a destination TextHandler.


Constructor & Destructor Documentation

WriterTextHandler::WriterTextHandler ( char * filename )
 

Create and set the file to write to.

WriterTextHandler::~WriterTextHandler ( )
 


Member Function Documentation

char * WriterTextHandler::handleDoc ( char * docno ) [virtual]
 

Begin a doc.

Reimplemented from TextHandler.

char * WriterTextHandler::handleWord ( char * word ) [virtual]
 

Add a word to the doc.

Reimplemented from TextHandler.


The documentation for this class was generated from the following files:
Generated at Fri Jul 26 18:23:04 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000