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