# File lib/xml/saxdriver.rb, line 115
        def startElement(name, attr)
          @saxdriver.startElement(name, attr)
        end