method

startElement

startElement(name, attrs)
public

No documentation available.

# File lib/rss/xmlparser.rb, line 38
    def startElement(name, attrs)
      @listener.tag_start(name, attrs)
    end