getElementsByTagName
fun <T : HTMLElement> getElementsByTagName(qualifiedName: HtmlTagName<T>): HTMLCollection<T>(source)
The Element.getElementsByTagName()
method returns a live All descendants of the specified element are searched, but not the element itself.
fun <T : MathMLElement> getElementsByTagName(qualifiedName: MathMLTagName<T>): HTMLCollection<T>(source)