# File lib/html/xmltree.rb, line 48
    def reset
      super
      @rootNode = @currentNode = REXML::Document.new()
    end