// Name: html/winpars.h
// Purpose: interface of wxHtmlTagsModule
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
public:
/**
- Assigns @a parser to this handler. Each @b instance of handler
- is guaranteed to be called only from the one parser.
+ Constructor.
*/
- virtual void SetParser(wxHtmlWinParser* parser);
+ wxHtmlWinTagHandler();
/**
- Returns the parser associated with this tag handler.
+ Assigns @a parser to this handler. Each @b instance of handler
+ is guaranteed to be called only from the one parser.
*/
- virtual wxHtmlWinParser* GetParser() const;
+ virtual void SetParser(wxHtmlWinParser* parser);
protected:
/**