AttributeList

class AttributeList(val attributes: List<Attribute> = emptyList(), val name: String = "") : Attribute

List of attributes.

Parameters

name

name of the list

Constructors

Link copied to clipboard
constructor(attributes: List<Attribute> = emptyList(), name: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun plus(other: AttributeList): AttributeList