+
Point of view
All features
class HTML_PARSER
Summary
This HTML parser reads HTML from an INPUT_STREAM and builds some HTML_ELEMENT objects known collectively as the roots. A correctly built HTML file should have only one root but this parser is more laxist.
Direct parents
Insert list: ANY
Overview
writable attribute
{ANY}
parse (in: INPUT_STREAM)
effective procedure
{}
current_node: HTML_NODE
writable attribute
{}
a_element (in: INPUT_STREAM): HTML_ELEMENT
effective function
{}
a_node (in: INPUT_STREAM): HTML_NODE
effective function
{}
a_attribute (in: INPUT_STREAM, node: HTML_NODE)
effective procedure
{}
skip_blanks (in: INPUT_STREAM)
effective procedure
{}
a_text (in: INPUT_STREAM): HTML_TEXT
effective function
{}
a_character (in: INPUT_STREAM): CHARACTER
effective function
{}
next_character (in: INPUT_STREAM)
effective procedure
{}