FirteX-高性能全文索引和检索平台

API Documentation


首页 | 名字空间列表 | 类继承关系 | 组合类型列表 | $(BL\录(B | 文件列表 | 名字空间成员 | 组合类型成员 | 文件成员

firtex::parser::CParserFactory类参考

#include <ParserFactory.h>

所有成员的列表。

公有成员

 CParserFactory (void)
 ~CParserFactory (void)

静态公有成员

CParsercreateParser (firtex::document::doc_type doctype)
CParsercreateParser (const tchar *ext)
CParsercreateParserByIdentifier (const tchar *identifier)


构造及析构函数文档

firtex::parser::CParserFactory::CParserFactory void   ) 
 

firtex::parser::CParserFactory::~CParserFactory void   ) 
 


成员函数文档

CParser* firtex::parser::CParserFactory::createParser const tchar *  ext  )  [static]
 

根据文件类型创建解析器

参数:
ext 文件扩展名
返回:
返回解析器,需外部删除

CParser* firtex::parser::CParserFactory::createParser firtex::document::doc_type  doctype  )  [static]
 

根据文档类型创建解析器

参数:
doctype 文档类型
返回:
返回解析器,需外部删除

CParser* firtex::parser::CParserFactory::createParserByIdentifier const tchar *  identifier  )  [static]
 

根据解析器名称创建解析器

参数:
identifier 解析器名称
返回:
返回解析器,需外部删除


该类的文档由以下文件生成:

http://www.firtex.org http://www.sourceforge.net/projects/firtex