ktsoup-core
0.1.1
common
js
jvm
native
ktsoup-core
/
ktsoup
/
KtSoupNode
Kt
Soup
Node
common
js
jvm
native
expect
open
class
KtSoupNode
Inheritors
KtSoupElement
KtSoupText
actual
open
class
KtSoupNode
Inheritors
KtSoupElement
KtSoupText
actual
open
class
KtSoupNode
Inheritors
KtSoupElement
KtSoupText
actual
open
class
KtSoupNode
(
nodePtr
:
CPointer
<
lxb_dom_node_t
>
)
Inheritors
KtSoupElement
KtSoupText
Members
Constructors
Kt
Soup
Node
Link copied to clipboard
native
constructor
(
nodePtr
:
CPointer
<
lxb_dom_node_t
>
)
Functions
child
Link copied to clipboard
common
js
jvm
native
expect
fun
child
(
index
:
Int
)
:
KtSoupNode
?
actual
fun
child
(
index
:
Int
)
:
KtSoupNode
?
actual
fun
child
(
index
:
Int
)
:
KtSoupNode
?
actual
fun
child
(
index
:
Int
)
:
KtSoupNode
?
children
Link copied to clipboard
common
js
jvm
native
expect
fun
children
(
)
:
List
<
KtSoupNode
>
actual
fun
children
(
)
:
List
<
KtSoupNode
>
actual
fun
children
(
)
:
List
<
KtSoupNode
>
actual
fun
children
(
)
:
List
<
KtSoupNode
>
equals
Link copied to clipboard
common
js
jvm
native
expect
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
actual
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
actual
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
actual
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
common
js
jvm
native
expect
open
override
fun
hashCode
(
)
:
Int
actual
open
override
fun
hashCode
(
)
:
Int
actual
open
override
fun
hashCode
(
)
:
Int
actual
open
override
fun
hashCode
(
)
:
Int
html
Link copied to clipboard
common
js
jvm
native
expect
fun
html
(
)
:
String
actual
fun
html
(
)
:
String
actual
fun
html
(
)
:
String
actual
fun
html
(
)
:
String
node
Name
Link copied to clipboard
common
js
jvm
native
expect
fun
nodeName
(
)
:
String
actual
fun
nodeName
(
)
:
String
actual
fun
nodeName
(
)
:
String
actual
fun
nodeName
(
)
:
String
node
Type
Link copied to clipboard
common
js
jvm
native
expect
fun
nodeType
(
)
:
KtSoupNodeType
actual
fun
nodeType
(
)
:
KtSoupNodeType
actual
fun
nodeType
(
)
:
KtSoupNodeType
actual
fun
nodeType
(
)
:
KtSoupNodeType
parent
Link copied to clipboard
common
js
jvm
native
expect
fun
parent
(
)
:
KtSoupNode
?
actual
fun
parent
(
)
:
KtSoupNode
?
actual
fun
parent
(
)
:
KtSoupNode
?
actual
fun
parent
(
)
:
KtSoupNode
?
text
Content
Link copied to clipboard
common
js
jvm
native
expect
fun
textContent
(
)
:
String
actual
fun
textContent
(
)
:
String
actual
fun
textContent
(
)
:
String
actual
fun
textContent
(
)
:
String
to
String
Link copied to clipboard
common
js
jvm
native
expect
open
override
fun
toString
(
)
:
String
actual
open
override
fun
toString
(
)
:
String
actual
open
override
fun
toString
(
)
:
String
actual
open
override
fun
toString
(
)
:
String