Record Class AttributedElement

java.lang.Object
java.lang.Record
org.microbean.bean.AttributedElement
Record Components:
element - an Element
attributes - a List of NamedAttributeMaps
All Implemented Interfaces:
Constable

public record AttributedElement(Element element, List<NamedAttributeMap<?>> attributes) extends Record implements Constable
A pairing of an Element with a List of NamedAttributeMaps.
Author:
Laird Nelson