Tag

class Tag(name: String, child: TagInterface, attributes: Attributes) : TagInterface

Constructors

Link copied to clipboard
constructor(name: String, children: List<TagInterface>, attributes: Attributes)
constructor(name: String, child: TextInterface, attributes: Attributes)
constructor(name: String, child: TagInterface, attributes: Attributes)

Functions

Link copied to clipboard
open override fun string(): String