# File lib/html/stparser.rb, line 237
    def dump_stack
      stack.each { |ea| print ea, '/' }
    end