00001 /*************************************************************************** 00002 thmlhtml.h - description 00003 ------------------- 00004 begin : 1999-10-28 00005 00006 copyright : 1999 by Chris Little 00007 email : chrislit@chiasma.org 00008 ***************************************************************************/ 00009 00010 /*************************************************************************** 00011 * * 00012 * This program is free software; you can redistribute it and/or modify * 00013 * it under the terms of the GNU General Public License as published by * 00014 * the Free Software Foundation; either version 2 of the License, or * 00015 * (at your option) any later version. * 00016 * * 00017 ***************************************************************************/ 00018 00019 #ifndef THMLHTML_H 00020 #define THMLHTML_H 00021 00022 #include <swbasicfilter.h> 00023 00024 #include <defs.h> 00025 00028 class SWDLLEXPORT ThMLHTML : public SWBasicFilter { 00029 protected: 00030 virtual bool handleToken(char **buf, const char *token, DualStringMap &userData); 00031 public: 00032 ThMLHTML(); 00033 }; 00034 00035 #endif