#include <FlattextDocMgr.hpp>
Inheritance diagram for FlattextDocMgr:

Public Types | |
| enum | ParseModes { TREC = 0, WEB = 1 } |
Public Methods | |
| FlattextDocMgr (char *name,ParseModes mode,char *source) | |
| constructor (for build) name = what to name this manager mode = type of parser to use source = file with list of files this will manage. | |
| FlattextDocMgr (const char *name) | |
| constructor (for open) name = toc file for this manager (same as getMyID). | |
| ~FlattextDocMgr () | |
| bool | open (const char *manname) |
| open previously created manager. | |
| const char* | getMyID () |
| get the ID string to use for opening this later. | |
| char* | getDoc (const char *docID) |
| return the document associated with this ID. | |
| void | buildMgr () |
| char* | handleDoc (char *docno) |
| Handle a doc. | |
Static Public Methods | |
| Parser* | createParser (ParseModes mode) |
| based on the given ParseMode, create and return a parser. | |
|
|
|
|
|
constructor (for build) name = what to name this manager mode = type of parser to use source = file with list of files this will manage.
|
|
|
constructor (for open) name = toc file for this manager (same as getMyID).
|
|
|
|
|
|
|
|
|
based on the given ParseMode, create and return a parser.
|
|
|
return the document associated with this ID.
Reimplemented from DocumentManager. |
|
|
get the ID string to use for opening this later.
|
|
|
Handle a doc.
Reimplemented from TextHandler. |
|
|
open previously created manager.
Reimplemented from DocumentManager. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000