toggle menu
KtSoup
0.5.0
common
js
jvm
native
switch theme
search in API
ktsoup-core
/
ktsoup
/
KtSoupElement
/
querySelectorAll
query
Selector
All
common
js
jvm
native
expect
fun
querySelectorAll
(
selector
:
String
)
:
List
<
KtSoupElement
>
Get all
KtSoupElement
s matching the css
selector
.
Return
A list of elements matching the
selector
.
actual
fun
querySelectorAll
(
selector
:
String
)
:
List
<
KtSoupElement
>
actual
fun
querySelectorAll
(
selector
:
String
)
:
List
<
KtSoupElement
>
actual
fun
querySelectorAll
(
selector
:
String
)
:
List
<
KtSoupElement
>