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
HTML_CONSTANTS
feature -- Constants
Bold_start: STRING is ""
-- Bold face start tag.
Bold_end: STRING is ""
-- Bold face end tag.
Glossary_start: STRING is "
"
-- Glossary list start tag.
Glossary_end: STRING is "
"
-- Glossary list end tag.
Glossary_term: STRING is ""
-- Glossary list term.
Glossary_definition: STRING is ""
-- Glossary list definition.
H1_start: STRING is ""
-- Header level 1 start tag.
H1_end: STRING is "
"
-- Header level 1 end tag.
H2_start: STRING is ""
-- Header level 2 start tag.
H2_end: STRING is "
"
-- Header level 2 end tag.
H3_start: STRING is ""
-- Header level 3 start tag.
H3_end: STRING is "
"
-- Header level 3 end tag.
H4_start: STRING is ""
-- Header level 4 start tag.
H4_end: STRING is "
"
-- Header level 4 end tag.
H5_start: STRING is ""
-- Header level 5 start tag.
H5_end: STRING is "
"
-- Header level 5 end tag.
H6_start: STRING is ""
-- Header level 6 start tag.
H6_end: STRING is "
"
-- Header level 6 end tag.
Horizontal_rule: STRING is "
"
-- Horizontal rule tag.
Italic_start: STRING is ""
-- Italic start tag.
Italic_end: STRING is ""
-- Italic end tag.
Line_break: STRING is "
"
-- Line break tag.
List_item_start: STRING is ""
-- List item start tag.
List_item_end: STRING is ""
-- List item end tag.
Ordered_list_start: STRING is ""
-- Ordered list start tag.
Ordered_list_end: STRING is "
"
-- Ordered list end tag.
Paragraph_start: STRING is ""
-- Paragraph start tag.
Paragraph_end: STRING is "
"
-- Paragraph end tag.
Preformatted_start: STRING is ""
-- Preformatted text start tag.
Preformatted_end: STRING is "
"
-- Preformatted text end tag.
Unordered_list_start: STRING is ""
-- Unordered list start tag.
Unordered_list_end: STRING is "
"
-- Unordered list end tag.
end -- class HTML_CONSTANTS
--|----------------------------------------------------------------
--| EiffelWeb: library of reusable components for ISE Eiffel.
--| Copyright (C) 1986-2001 Interactive Software Engineering Inc.
--| All rights reserved. Duplication and distribution prohibited.
--| May be used only with ISE Eiffel, under terms of user license.
--| Contact ISE for any other use.
--|
--| Interactive Software Engineering Inc.
--| ISE Building
--| 360 Storke Road, Goleta, CA 93117 USA
--| Telephone 805-685-1006, Fax 805-685-6869
--| Electronic mail
--| Customer support: http://support.eiffel.com>
--| For latest info see award-winning pages: http://www.eiffel.com
--|----------------------------------------------------------------