/**
@class wxHtmlTagHandler
- @headerfile htmlpars.h wx/html/htmlpars.h
@library{wxhtml}
/**
@class wxHtmlParser
- @headerfile htmlpars.h wx/html/htmlpars.h
Classes derived from this handle the @b generic parsing of HTML documents: it
scans
Parse() or any function called
by it (i.e. from tag handlers).
*/
- void StopParsing();
+ virtual void StopParsing();
};