ktsoup-core
0.2.0
common
js
jvm
native
ktsoup-core
/
ktsoup
/
KtSoupDocument
/
getElementsByTagName
get
Elements
By
Tag
Name
common
js
jvm
native
expect
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>
Get all elements with the provided
tagName
.
Return
All elements with the
tagName
.
actual
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>