Current section
Files
Jump to
Current section
Files
include/elements_Element.hrl
-record(element, {
tag :: binary(),
attrs :: list(elements:attribute()),
children :: list(elements:element())
}).