// IParser.cpp: implementation of the CIParser class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Html2Bmp.h" #include "IParser.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CIParser::CIParser(CString& Source) { m_Source = Source + _T(" "); LexAnalyse(); } CIParser::~CIParser() { } void CIParser::LexAnalyse() { //