indexing
description: "Tags of subset of the HTML language. This class may be used as ancestor by classes needing its facilities"
status: "See notice at end of class"
date: "$Date$"
revision: "$Revision$"
class interface
HTML_CONSTANTS
feature
Bold_end: STRING is "</B>"
Bold_start: STRING is "<B>"
Glossary_definition: STRING is "<DD>"
Glossary_end: STRING is "</DL>"
Glossary_start: STRING is "<DL>"
Glossary_term: STRING is "<DT>"
H1_end: STRING is "</H1>"
H1_start: STRING is "<H1>"
H2_end: STRING is "</H2>"
H2_start: STRING is "<H2>"
H3_end: STRING is "</H3>"
H3_start: STRING is "<H3>"
H4_end: STRING is "</H4>"
H4_start: STRING is "<H4>"
H5_end: STRING is "</H5>"
H5_start: STRING is "<H5>"
H6_end: STRING is "</H6>"
H6_start: STRING is "<H6>"
Horizontal_rule: STRING is "<HR>"
Italic_end: STRING is "</I>"
Italic_start: STRING is "<I>"
Line_break: STRING is "<BR>"
List_item_end: STRING is "</LI>"
List_item_start: STRING is "<LI>"
Ordered_list_end: STRING is "</OL>"
Ordered_list_start: STRING is "<OL>"
Paragraph_end: STRING is "</P>"
Paragraph_start: STRING is "<P>"
Preformatted_end: STRING is "</PRE>"
Preformatted_start: STRING is "<PRE>"
Unordered_list_end: STRING is "</UL>"
Unordered_list_start: STRING is "<UL>"
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- HTML_CONSTANTS