Th

constructor(vararg children: TagInterface)
constructor(attributes: Attributes, vararg children: TagInterface)
constructor(classes: ClassesInterface, vararg children: TagInterface)
constructor(colSpan: ColSpanInterface, vararg children: TagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, vararg children: TagInterface)
constructor(attributes: Attributes, colSpan: ColSpanInterface, vararg children: TagInterface)
constructor(classes: ClassesInterface, colSpan: ColSpanInterface, vararg children: TagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, colSpan: ColSpanInterface, vararg children: TagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, colSpan: ColSpanInterface, children: List<TagInterface>)