method
on_stag_end
on_stag_end(name)
public
Hide source
# File lib/rss/xmlscanner.rb, line 101 def on_stag_end(name) tag_start(name, @attrs) end