Record Class AttributedElement

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

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