method
on_xmldecl_end
ruby latest stable - Class:
RSS::XMLScanListener
on_xmldecl_end()public
No documentation available.
# File lib/rss/xmlscanner.rb, line 58
def on_xmldecl_end
xmldecl(@version, @encoding, @standalone == "yes")
end