# File lib/plist/parser.rb, line 44
    def tag_start(name, attributes)
      @open.push PTag::mappings[name].new
    end