|
handle_data
|
handle_data ( self, data )
|
|
handle_endtag
|
handle_endtag ( self, tag )
|
|
handle_startendtag
|
handle_startendtag (
self,
tag,
attrs,
)
|
|
handle_charref
|
handle_charref ( self, data )
|
|
handle_starttag
|
handle_starttag (
self,
tag,
attrs,
)
|
|
unknown_decl
|
unknown_decl ( self, decl )
|
|
handle_pi
|
handle_pi ( self, data )
|
|
handle_entityref
|
handle_entityref ( self, data )
|
|
handle_decl
|
handle_decl ( self, data )
|
|
get_events
|
get_events ( self )
|
|
handle_comment
|
handle_comment ( self, data )
|
|
__init__
|
__init__ ( self )
|
|