Implementation of a text element with children.
class base element
extends debuggable
implements text element
private element id id
public overload base element(element id id, readonly dictionary[attribute id, attribute fragment] attributes, text fragment or null children)
static overload text element make(element id id, attribute id attr, attribute fragment value, text fragment or null children)
return base element • new(id, list dictionary[attribute id, attribute fragment] • new(attr, value), children)