method
on_end_document
on_end_document()
public
Hide source
# File activesupport/lib/active_support/xml_mini/libxmlsax.rb, line 28 def on_end_document @hash = @hash_stack.pop @hash.delete(CONTENT_KEY) end


