Packages

A simple HTML parser using Gleam

Current section

Files

Jump to
html_parser include html_parser_StartElement.hrl
Raw

include/html_parser_StartElement.hrl

-record(start_element, {
name :: binary(),
attributes :: list(html_parser:attribute()),
children :: list(html_parser:element())
}).