# File lib/sax-machine/sax_handler.rb, line 7
    def initialize(object)
      @stack = [[object, nil, ""]]
      @parsed_configs = {}
    end