+
Point of view
All features
class HTML_TEXT
Summary
Direct parents
Inherit list: HTML_ELEMENT
Overview
Creation features
{HTML_PARSER}
Features
{ANY}
{HTML_ELEMENT}
{}
{ANY}
text: STRING
writable attribute
{ANY}
really_append_in (buffer: STRING, stop_at_dot: BOOLEAN, stopped: BOOLEAN): BOOLEAN
effective function
require
  • stopped implies stop_at_dot
ensure
  • Result implies buffer.last = '.'
  • Result implies stop_at_dot
really_to_html_stream (html: HTML_OUTPUT_STREAM, stop_at_dot: BOOLEAN, stopped: BOOLEAN): BOOLEAN
effective function
require
  • stopped implies stop_at_dot
ensure
  • Result implies stop_at_dot
make (a_text: STRING, a_parent: HTML_NODE)
effective procedure
{}
require
  • a_text /= Void
parent: HTML_NODE
writable attribute
{ANY}
to_string: STRING
effective function
{ANY}
append_in (buffer: STRING, stop_at_dot: BOOLEAN)
effective procedure
{ANY}
to_html_stream (html: HTML_OUTPUT_STREAM, stop_at_dot: BOOLEAN)
effective procedure
{ANY}