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

DocMgrManager Class Reference

#include <DocMgrManager.hpp>

List of all members.

Static Public Methods

DocumentManagercreateDocMgr (string type, string name="", string parsetype="", string sources="")
DocumentManageropenDocMgr (const string name)


Detailed Description

This is a convenience class with static methods for creating and opening DocumentManagers. New DocumentManagers should be added here.


Member Function Documentation

DocumentManager * DocMgrManager::createDocMgr string    type,
string    name = "",
string    parsetype = "",
string    sources = ""
[static]
 

create a new DocumentManager object Recognized types are: flat -- FlattextDocMgr; or bdm -- KeyfileDocMgr. elem -- ElemDocMgr.

DocumentManager * DocMgrManager::openDocMgr const string    name [static]
 

open an existing DocumentManager using the specified name similar to indexes, the DM's name extension should indicate what DM it is. Recognized extensions are : .flat -- FlattextDocMgr; or .bdm -- KeyfileDocMgr. elem -- ElemDocMgr. caller deletes


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:30 2004 for Lemur Toolkit by doxygen1.2.18