ktsoup-core
0.1.1
common
js
jvm
native
ktsoup-core
/
ktsoup
/
KtSoupDocument
Kt
Soup
Document
common
js
jvm
native
expect
class
KtSoupDocument
actual
class
KtSoupDocument
actual
class
KtSoupDocument
actual
class
KtSoupDocument
Members
Constructors
Kt
Soup
Document
Link copied to clipboard
common
js
jvm
native
expect
constructor
(
)
actual
constructor
(
)
constructor
(
)
constructor
(
)
Functions
body
Link copied to clipboard
common
js
jvm
native
expect
fun
body
(
)
:
KtSoupElement
?
actual
fun
body
(
)
:
KtSoupElement
?
actual
fun
body
(
)
:
KtSoupElement
?
actual
fun
body
(
)
:
KtSoupElement
?
close
Link copied to clipboard
common
js
jvm
native
expect
fun
close
(
)
actual
fun
close
(
)
actual
fun
close
(
)
actual
fun
close
(
)
get
Element
By
Id
Link copied to clipboard
common
js
jvm
native
expect
fun
getElementById
(
id
:
String
)
:
KtSoupElement
?
actual
fun
getElementById
(
id
:
String
)
:
KtSoupElement
?
actual
fun
getElementById
(
id
:
String
)
:
KtSoupElement
?
actual
fun
getElementById
(
id
:
String
)
:
KtSoupElement
?
get
Elements
By
Class
Link copied to clipboard
common
js
jvm
native
expect
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByClass
(
className
:
String
)
:
List
<
KtSoupElement
>
get
Elements
By
Tag
Name
Link copied to clipboard
common
js
jvm
native
expect
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>
actual
fun
getElementsByTagName
(
tagName
:
String
)
:
List
<
KtSoupElement
>
head
Link copied to clipboard
common
js
jvm
native
expect
fun
head
(
)
:
KtSoupElement
?
actual
fun
head
(
)
:
KtSoupElement
?
actual
fun
head
(
)
:
KtSoupElement
?
actual
fun
head
(
)
:
KtSoupElement
?
parse
Link copied to clipboard
common
js
jvm
native
expect
fun
parse
(
html
:
String
)
:
Boolean
actual
fun
parse
(
html
:
String
)
:
Boolean
actual
fun
parse
(
html
:
String
)
:
Boolean
actual
fun
parse
(
html
:
String
)
:
Boolean
title
Link copied to clipboard
common
js
jvm
native
expect
fun
title
(
)
:
String
actual
fun
title
(
)
:
String
actual
fun
title
(
)
:
String
actual
fun
title
(
)
:
String
use
Link copied to clipboard
common
js
jvm
native
expect
fun
<
R
>
use
(
block
:
(
KtSoupDocument
)
->
R
)
:
R
actual
fun
<
R
>
use
(
block
:
(
KtSoupDocument
)
->
R
)
:
R
actual
fun
<
R
>
use
(
block
:
(
KtSoupDocument
)
->
R
)
:
R
actual
fun
<
R
>
use
(
block
:
(
KtSoupDocument
)
->
R
)
:
R