Package sabayon :: Module mozilla_bookmarks :: Class BookmarkHTMLParser
[hide private]
[frames] | no frames]

Class BookmarkHTMLParser

source code


Instance Methods [hide private]
  __init__(self, root=None)
Initialize and reset this instance.
  set_root(self, root)
  get_root(self)
  stack_to_string(self)
  find_tag_on_stack(self, tag)
  implicit_close(self, event, tag)
  handle_starttag(self, tag, attrs)
  _handle_endtag(self, tag)
  handle_endtag(self, tag)
  handle_data(self, data)

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_entityref, handle_pi, handle_startendtag, parse_endtag, parse_pi, parse_starttag, reset, set_cdata_mode, unescape, unknown_decl

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

Inherited from markupbase.ParserBase (private): _parse_doctype_attlist, _parse_doctype_element, _parse_doctype_entity, _parse_doctype_notation, _parse_doctype_subset, _scan_name


Class Variables [hide private]

Inherited from HTMLParser.HTMLParser: CDATA_CONTENT_ELEMENTS, entitydefs

Inherited from markupbase.ParserBase (private): _decl_otherchars


Method Details [hide private]

__init__(self, root=None)
(Constructor)

source code 
Initialize and reset this instance.
Overrides: HTMLParser.HTMLParser.__init__
(inherited documentation)

set_root(self, root)

source code 
None

get_root(self)

source code 
None

stack_to_string(self)

source code 
None

find_tag_on_stack(self, tag)

source code 
None

implicit_close(self, event, tag)

source code 
None

handle_starttag(self, tag, attrs)

source code 
None
Overrides: HTMLParser.HTMLParser.handle_starttag

_handle_endtag(self, tag)

source code 
None

handle_endtag(self, tag)

source code 
None
Overrides: HTMLParser.HTMLParser.handle_endtag

handle_data(self, data)

source code 
None
Overrides: HTMLParser.HTMLParser.handle_data