| make (a_text: STRING, a_parent: HTML_NODE) |
|
require
|
| text: STRING |
| really_append_in (buffer: STRING, stop_at_dot: BOOLEAN, stopped: BOOLEAN): BOOLEAN |
|
require
ensure
|
| really_to_html_stream (html: HTML_OUTPUT_STREAM, stop_at_dot: BOOLEAN, stopped: BOOLEAN): BOOLEAN |
|
require
ensure
|
| make (a_text: STRING, a_parent: HTML_NODE) |
|
require
|
| parent: HTML_NODE |
| to_string: STRING |
| append_in (buffer: STRING, stop_at_dot: BOOLEAN) |
| to_html_stream (html: HTML_OUTPUT_STREAM, stop_at_dot: BOOLEAN) |