# File lib/html5.rb, line 10
  def self.parse_fragment(stream, options={})
    HTMLParser.parse(stream, options)
  end