# File src/rexml/light/node.rb, line 192
                        def el!
                                if text?()
                                        _old_put( 0, :start_element )
                                        push({})
                                end
                        end