# File lib/html5/html5parser.rb, line 129
    def parse(stream, encoding=nil)
      _parse(stream, false, encoding)
      @tree.get_document
    end