# File lib/feedparser/sgml-parser.rb, line 280
    def handle_starttag(tag, method, attrs)
      self.send(method, attrs)
    end