KtSoup
Toggle table of contents
0.6.0
common
js
jvm
native
Platform filter
common
js
jvm
native
Switch theme
Search in API
KtSoup
ktsoup-core
/
ktsoup
/
KtSoupDocument
/
getElementsByClass
get
Elements
By
Class
common
js
jvm
native
expect
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>
Get all elements with the provided
className
.
Return
All elements with the
className
.
actual
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>