Module fixedwxpTag :: Class wxpTagHandler
[hide private]
[frames] | no frames]

Class wxpTagHandler

source code

        object --+            
                 |            
   wx._core.Object --+        
                     |        
wx.html.HtmlTagHandler --+    
                         |    
 wx.html.HtmlWinTagHandler --+
                             |
                            wxpTagHandler

Instance Methods [hide private]
HtmlWinTagHandler
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
GetSupportedTags(self) source code
 
HandleTag(self, tag) source code
 
HandleWxpTag(self, tag) source code
 
HandleParamTag(self, tag) source code

Inherited from wx.html.HtmlWinTagHandler: GetParser, ParseInner, SetParser, __repr__

Inherited from wx.html.HtmlWinTagHandler (private): _setCallbackInfo

Inherited from wx._core.Object: Destroy, GetClassName, IsSameAs

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from wx.html.HtmlWinTagHandler: Parser, thisown

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: HtmlWinTagHandler
Overrides: object.__init__
(inherited documentation)