method
on_start_document
on_start_document()
public
Hide source
# File activesupport/lib/active_support/xml_mini/libxmlsax.rb, line 24 def on_start_document @hash = { CONTENT_KEY => '' } @hash_stack = [@hash] end


