Package s3 :: Module s3utils :: Class S3MarkupStripper
[frames] | no frames]

Class S3MarkupStripper

source code

markupbase.ParserBase --+    
                        |    
    HTMLParser.HTMLParser --+
                            |
                           S3MarkupStripper

Simple markup stripper

Instance Methods
 
__init__(self)
Initialize and reset this instance.
source code
 
handle_data(self, d) source code
 
stripped(self) source code

Inherited from HTMLParser.HTMLParser: check_for_whole_start_tag, clear_cdata_mode, close, error, feed, get_starttag_text, goahead, handle_charref, handle_comment, handle_decl, handle_endtag, handle_entityref, handle_pi, handle_startendtag, handle_starttag, parse_bogus_comment, parse_endtag, parse_html_declaration, parse_pi, parse_starttag, reset, set_cdata_mode, unescape, unknown_decl

Inherited from markupbase.ParserBase: getpos, parse_comment, parse_declaration, parse_marked_section, updatepos

Class Variables

Inherited from HTMLParser.HTMLParser: CDATA_CONTENT_ELEMENTS, entitydefs

Method Details

__init__(self)
(Constructor)

source code 

Initialize and reset this instance.

Overrides: markupbase.ParserBase.__init__

handle_data(self, d)

source code 
Overrides: HTMLParser.HTMLParser.handle_data

stripped(self)

source code