Packages

Convert between XML and JSON using the BadgerFish specification

Current section

Files

Jump to
xmljson include xmljson@element_Element.hrl
Raw

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()})
}).