# File lib/cgikit.rb, line 1344
                def instance( element, app, parent, name, body )
                        body = '' unless body
                        path = load_element_file(app.component_path, element)
                        klass = app.class.const_get element
                        klass.new(app, parent, name, body, path)
                end