Current section

Files

Jump to
lustre include lustre@element_Element.hrl
Raw

include/lustre@element_Element.hrl

-record(element, {
namespace :: binary(),
tag :: binary(),
attrs :: list(lustre@attribute:attribute(any())),
children :: list(lustre@element:element(any())),
self_closing :: boolean(),
void :: boolean()
}).