# File lib/xsd/xmlparser/rexmlparser.rb, line 33
  def tag_start(name, attrs)
    start_element(name, attrs)
  end