# File nqxml/dispatcher.rb, line 28
    def event_key
      if tagStart?
        start_element:start_element
      else
        end_element:end_element
      end
    end