Implementation of a text element with children.
class base element
Declaration: base element
Announcements: base element
All supertypes: Object / value / entity / stringable / text node / text fragment / deeply_immutable data
private immutable dictionary[attribute id, attribute fragment] the attributes
Declaration: the attributes
overload base element(element id id, readonly dictionary[attribute id, attribute fragment] attributes, text fragment or null children)
Declaration: constructor
Declaration: constructor
Declaration: constructor
overload base element(element id id, attribute id attr, attribute fragment value, text fragment or null children)
Declaration: constructor
override element id get id
Declaration: get id
Direct overrides: get id
Declaration: attributes
Direct overrides: attributes
Declaration: children
Direct overrides: children
Declaration: to string
Direct overrides: debuggable
Indirectly overrides: to string