# File lib/html5/treebuilders/hpricot.rb, line 17
        def initialize(name)
          super(name)
          @hpricot = self.class.hpricot_class.new name
        end