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

DocMgrManager.hpp

Go to the documentation of this file.
00001 /*==========================================================================
00002  *
00003  *  Original source copyright (c) 2003, Carnegie Mellon University.
00004  *  See copyright.cmu for details.
00005  *
00006  *==========================================================================
00007 */
00008 
00009 #ifndef _DOCMGRMANAGER_HPP
00010 #define _DOCMGRMANAGER_HPP
00011 
00018 #include "FlattextDocMgr.hpp"
00019 
00020 class DocMgrManager {
00021 public:
00023   static DocumentManager* createDocMgr(string type, string name="", 
00024                                        string parsetype="", string sources = "");
00025 
00029   static DocumentManager* openDocMgr(string name);
00030 };
00031 
00032 #endif

Generated on Tue Nov 25 11:26:43 2003 for Lemur Toolkit by doxygen1.2.18