class ActiveSupport::XmlMini_NokogiriSAX::HashBuilder

def start_document

def start_document
  @hash = {}
  @hash_stack = [@hash]
end