# File lib/html/htmlparser.rb, line 293
293:     def handle_starttag(tag, method, attrs)
294:         self.send(method, attrs)
295:     end