method
startElement
v2_2_9 -
Show latest stable
- Class:
RSS::REXMLLikeXMLParser
startElement(name, attrs)public
No documentation available.
# File lib/rss/xmlparser.rb, line 39
def startElement(name, attrs)
@listener.tag_start(name, attrs)
end