# File lib/feedparser/sgml-parser.rb, line 56
    def feed(data)
      @rawdata << data
      goahead(false)
    end