Version: 2.9.4
Protected Attributes
wxHtmlWinTagHandler Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/html/winpars.h>

Inheritance diagram for wxHtmlWinTagHandler:

Detailed Description

This 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).

Library:  wxHTML
Category:  HTML

Protected Attributes

wxHtmlWinParserm_WParser
 Value of this attribute is identical to value of m_Parser.

List of all members.


Member Data Documentation

Value of this attribute is identical to value of m_Parser.

The only difference is that m_WParser points to wxHtmlWinParser object while m_Parser points to wxHtmlParser object. (The same object, but overcast.)

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines