Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.dom
/
Element
/
getElementsByTagNameNS
get
Elements
By
Tag
Name
NS
fun
<
T
:
Element
>
getElementsByTagNameNS
(
namespaceURI
:
TagNamespace
<
T
>
,
localName
:
TagName
<
T
>
)
:
HTMLCollection
<
T
>
(
source
)
fun
getElementsByTagNameNS
(
namespace
:
String
?
,
localName
:
String
)
:
HTMLCollection
<
Element
>
(
source
)