Current section
Files
Jump to
Current section
Files
include/xmljson@element_Element.hrl
-record(element, {
name :: binary(),
attributes :: list({binary(), binary()}),
text :: list(binary()),
children :: list(xmljson@element:element()),
namespaces :: list({binary(), binary()}),
inherited_namespaces :: list({binary(), binary()})
}).