Wexus2 0.20
wexus2.src/wexus/HTMLTemplateParser.h
00001 
00002 /*
00003  * Copyright (c) 2011 Aleksander B. Demko
00004  * This source code is distributed under the MIT license.
00005  * See the accompanying file LICENSE.MIT.txt for details.
00006  */
00007 
00008 #ifndef __INCLUDED_WEUXS_HTMLTEMPLATEPARSER_H__
00009 #define __INCLUDED_WEUXS_HTMLTEMPLATEPARSER_H__
00010 
00011 #include <wexus/TemplateParser.h>
00012 
00013 namespace wexus
00014 {
00015   class HTMLTemplateParser;
00016 }
00017 
00018 class wexus::HTMLTemplateParser : public wexus::TemplateParser
00019 {
00020   public:
00021     /**
00022      * Parses the given input stream and append found TemplateTokens
00023      * to the TemplateTokenList
00024      *
00025      * @author Aleksander Demko
00026      */ 
00027     virtual void parse(QIODevice &input, TemplateTokenList &outlist);
00028 };
00029 
00030 #endif
00031 
 All Classes Namespaces Functions Variables Enumerations Enumerator