method
on_attribute
on_attribute(name)
public
Hide source
# File lib/rss/xmlscanner.rb, line 83 def on_attribute(name) @attrs[name] = @current_attr = '' end