# File lib/cgikit/parser.rb, line 228
    def create_dynamic_element( klass, context )
      klass.new(@content, associations(context), root.component)
    end