deferred class HTML_ELEMENT

All features

Direct parents

non-conformant parents

ANY

Known children

conformant children

HTML_NODE, HTML_TEXT

Summary

exported features

Details

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)
deferred really_append_in (buffer: STRING, stop_at_dot: BOOLEAN, stopped: BOOLEAN): BOOLEAN

require

  • stopped implies stop_at_dot

ensure

  • Result implies stop_at_dot

deferred really_to_html_stream (html: HTML_OUTPUT_STREAM, stop_at_dot: BOOLEAN, stopped: BOOLEAN): BOOLEAN

require

  • stopped implies stop_at_dot

ensure

  • Result implies stop_at_dot