View Source XmlBuilder.Element (xml_builder_ex v3.1.4159)
The internal representation of the XML element, responsible for parsing and normalization.
Generally, you won’t use this internal module.
Summary
Types
The raw internal representation of the XML element
The AST representation of XML
Attributes of the XML element
Single inner subelement of the XML element
Whole inner content of the XML element
Name of the XML element
The internal representation of the XML element
Types
The raw internal representation of the XML element
The AST representation of XML
@type attrs() :: map() | nil
Attributes of the XML element
Single inner subelement of the XML element
@type contents() :: [content()] | nil
Whole inner content of the XML element
Name of the XML element
The internal representation of the XML element