wxhtmlwintaghandlerthis is basically wxhtmltaghandler except that it is extended with protected member m_wparser pointing to the wxhtmlwinparser object (value of this member is identical to wxhtmlparser's m_parser). derived from include files <wx/html/winpars.h> members
wxhtmlwintaghandler::m_wparser
wxhtmlwintaghandler::m_wparserwxhtmlwinparser* m_wparser value of this attribute is identical to value of m_parser. the only different is that m_wparser points to wxhtmlwinparser object while m_parser points to wxhtmlparser object. (the same object, but overcast.)
|