A

constructor(href: HrefInterface, vararg children: InlineTagInterface)
constructor(attributes: Attributes, href: HrefInterface, vararg children: InlineTagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, href: HrefInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, href: HrefInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, href: HrefInterface, children: List<InlineTagInterface>)
constructor(attributes: Attributes, classes: ClassesInterface, href: HrefInterface, children: List<InlineTagInterface>)