method
on_start_document
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::XmlMini_LibXMLSAX::HashBuilder
on_start_document()public
No documentation available.
# File activesupport/lib/active_support/xml_mini/libxmlsax.rb, line 23
def on_start_document
@hash = { CONTENT_KEY => '' }
@hash_stack = [@hash]
end