# File lib/html5/treebuilders/hpricot.rb, line 223
        def get_fragment
          @document = super
          return @document.hpricot.children
        end