Current section
Files
Jump to
Current section
Files
include/html_parser_StartElement.hrl
-record(start_element, {
name :: binary(),
attributes :: list(html_parser:attribute()),
children :: list(html_parser:element())
}).