# File lib/cgikit.rb, line 2364
        def to_s
                unless parent.parent
                        return
                end

                parser = CKHTMLParser.new( parent.parent, parent.body )
                parser.parse
        end