method
on_xmldecl_standalone
on_xmldecl_standalone(str)
public
Hide source
# File lib/rss/xmlscanner.rb, line 53 def on_xmldecl_standalone(str) @standalone = str end