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