# File lib/html/htmlparser.rb, line 368
368:         def initialize()
369:             super
370:             @document = HTML::Document.new("")
371:             @current = @document.root
372:         end