class EL_MODULE_HTML
Client examples: BENCHMARK_HTML ; BENCHMARK_TABLE ; HTTP_CONNECTION_TEST_SET ; MARKUP_ESCAPE_TEST_SET ; PATTERN_MATCH_TEST_SET
Shared access to routines of class EL_HTML_ROUTINES
note
description: "Shared access to routines of class ${EL_HTML_ROUTINES}"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-01-20 19:18:26 GMT (Saturday 20th January 2024)"
revision: "10"
deferred class
EL_MODULE_HTML
inherit
EL_MODULE
feature {NONE} -- Constants
Html: EL_HTML_ROUTINES
--
once
create Result
end
end