KtSoupNode

expect open class KtSoupNode

Inheritors

actual open class KtSoupNode

Inheritors

actual open class KtSoupNode

Inheritors

actual open class KtSoupNode(nodePtr: CPointer<lxb_dom_node_t>)

Inheritors

Constructors

Link copied to clipboard
constructor(nodePtr: CPointer<lxb_dom_node_t>)

Functions

Link copied to clipboard
expect fun child(index: Int): KtSoupNode?
actual fun child(index: Int): KtSoupNode?
actual fun child(index: Int): KtSoupNode?
actual fun child(index: Int): KtSoupNode?
Link copied to clipboard
expect fun children(): List<KtSoupNode>
actual fun children(): List<KtSoupNode>
actual fun children(): List<KtSoupNode>
actual fun children(): List<KtSoupNode>
Link copied to clipboard
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
Link copied to clipboard
expect open override fun hashCode(): Int
actual open override fun hashCode(): Int
actual open override fun hashCode(): Int
actual open override fun hashCode(): Int
Link copied to clipboard
expect fun html(): String
actual fun html(): String
actual fun html(): String
actual fun html(): String
Link copied to clipboard
expect fun nodeName(): String
actual fun nodeName(): String
actual fun nodeName(): String
actual fun nodeName(): String
Link copied to clipboard
expect fun nodeType(): KtSoupNodeType
actual fun nodeType(): KtSoupNodeType
actual fun nodeType(): KtSoupNodeType
actual fun nodeType(): KtSoupNodeType
Link copied to clipboard
expect fun parent(): KtSoupNode?
actual fun parent(): KtSoupNode?
actual fun parent(): KtSoupNode?
actual fun parent(): KtSoupNode?
Link copied to clipboard
expect fun textContent(): String
actual fun textContent(): String
actual fun textContent(): String
actual fun textContent(): String
Link copied to clipboard
expect open override fun toString(): String
actual open override fun toString(): String
actual open override fun toString(): String
actual open override fun toString(): String