#include <DocMgrManager.hpp>
Static Public Member Functions | |
DocumentManager * | createDocMgr (string type, string name="", string parsetype="", string sources="") |
DocumentManager * | openDocMgr (const string name, bool readOnly=true) |
New DocumentManagers should be added here.
|
create a new DocumentManager object Recognized types are: flat -- FlattextDocMgr; or bdm -- KeyfileDocMgr. elem -- ElemDocMgr. |
|
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
|