# File lib/xml/dom/builder.rb, line 162
    def endElement(name)
      text
      @current = @current.parentNode
    end