Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class HTML_GENERATOR General cluster: html description: "HTML generation. This class may be used as ancestor by classes needing its facilities" Ancestors HTML_CONSTANTS SHARED_STDOUT Queries Bold_end: STRING_8 Bold_start: STRING_8 Glossary_definition: STRING_8 Glossary_end: STRING_8 Glossary_start: STRING_8 Glossary_term: STRING_8 H1_end: STRING_8 H1_start: STRING_8 H2_end: STRING_8 H2_start: STRING_8 H3_end: STRING_8 H3_start: STRING_8 H4_end: STRING_8 H4_start: STRING_8 H5_end: STRING_8 H5_start: STRING_8 H6_end: STRING_8 H6_start: STRING_8 Horizontal_rule: STRING_8 Italic_end: STRING_8 Italic_start: STRING_8 Line_break: STRING_8 List_item_end: STRING_8 List_item_start: STRING_8 Ordered_list_end: STRING_8 Ordered_list_start: STRING_8 Paragraph_end: STRING_8 Paragraph_start: STRING_8 Preformatted_end: STRING_8 Preformatted_start: STRING_8 Stdout: STDOUT Unordered_list_end: STRING_8 Unordered_list_start: STRING_8 Commands put_basic (s: STRING_8) put_bold (text: STRING_8) put_glossary_definition put_glossary_end put_glossary_start put_glossary_term (text: STRING_8) put_header1 (title: STRING_8) put_header2 (title: STRING_8) put_header3 (title: STRING_8) put_header4 (title: STRING_8) put_header5 (title: STRING_8) put_header6 (title: STRING_8) put_horizontal_rule put_italic (text: STRING_8) put_line_break put_link (url, anchor: STRING_8) put_list_item_end put_list_item_start put_ordered_list_end put_ordered_list_start put_paragraph_end put_paragraph_start put_preformatted (text: STRING_8) put_unordered_list_end put_unordered_list_start
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org