Methods
|
|
|
|
__init__
|
__init__ ( self )
|
|
end_body
|
end_body ( self )
|
|
end_head
|
end_head ( self )
|
|
end_html
|
end_html ( self )
|
|
end_title
|
end_title ( self )
|
|
handle_comment
|
handle_comment ( self, data )
|
|
handle_data
|
handle_data ( self, data )
|
|
start_body
|
start_body ( self, attrs )
|
|
start_head
|
start_head ( self, attrs )
|
|
start_title
|
start_title ( self, attrs )
|
|
unknown_endtag
|
unknown_endtag ( self, tag )
|
|
unknown_starttag
|
unknown_starttag (
self,
tag,
attrs,
)
Pass other tags unmodified
|