#include <DocumentManager.hpp>
Inheritance diagram for DocumentManager:
Public Methods | |
virtual | ~DocumentManager () |
virtual bool | open (const char *manname)=0 |
open previously created document manager, return true if opened successfully. index name should be the full name of the table-of-content file for the manager. E.g. "manager.flat" for FlattextDocMgr. | |
virtual char * | getDoc (const char *docID)=0 |
returns the document with the given docID (usually in raw format) | |
virtual Parser * | getParser () |
returns a handle to a Parser object that can handle parsing the raw format of these documents | |
Protected Attributes | |
Parser * | myparser |
|
|
|
returns the document with the given docID (usually in raw format)
Implemented in FlattextDocMgr. |
|
returns a handle to a Parser object that can handle parsing the raw format of these documents
|
|
open previously created document manager, return true if opened successfully. index name should be the full name of the table-of-content file for the manager. E.g. "manager.flat" for FlattextDocMgr.
Implemented in FlattextDocMgr. |
|
|