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

thmlhtmlhref.h

00001 /***************************************************************************
00002                           thmlhtmlhref.h  -  description
00003                              -------------------
00004     begin                : 2001-09-03
00005     copyright            : 2001 by CrossWire Bible Society
00006  ***************************************************************************/
00007 
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef _THMLHTMLHREF_H
00018 #define _THMLHTMLHREF_H
00019 
00020 #include <swbasicfilter.h>
00021 
00022 #include <defs.h>
00023 
00026 class SWDLLEXPORT ThMLHTMLHREF : public SWBasicFilter {
00027 protected:
00028         virtual bool handleToken(char **buf, const char *token, DualStringMap &userData);
00029 public:
00030         ThMLHTMLHREF();
00031 };
00032 
00033 #endif /* _THMLHTMLHREF_H */

Generated on Thu Jun 20 22:13:01 2002 for The Sword Project by doxygen1.2.15