indexing description: "Table cells in the body of the table" project: "Project Goanna " library: "FastCGI Applications" date: "$Date: 2001/05/10" revision: "$Revision$" author: "Neal L. Lester " copyright: "Copyright (c) 2001 Lockheed-Martin Space System Company" license: "Eiffel Forum Freeware License v1 (see forum.txt)." deferred class BODY_CELL inherit TABLE_CELL feature {NONE} html_begin_element : STRING is do Result := "" end html_end_element : STRING is do Result := "" end end -- class BODY_CELL