KtSoupElement

expect class KtSoupElement : KtSoupNode
actual class KtSoupElement : KtSoupNode
actual class KtSoupElement : KtSoupNode
actual class KtSoupElement : KtSoupNode

Functions

Link copied to clipboard
expect fun attr(name: String): String?
actual fun attr(name: String): String?
actual fun attr(name: String): String?
actual fun attr(name: String): String?
Link copied to clipboard
expect fun attrs(): Map<String, String>
actual fun attrs(): Map<String, String>
actual fun attrs(): Map<String, String>
actual fun attrs(): Map<String, String>
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 fun className(): String?
actual fun className(): String?
actual fun className(): String?
actual fun className(): String?
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 id(): String?
actual fun id(): String?
actual fun id(): String?
actual fun id(): 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 tagName(): String
actual fun tagName(): String
actual fun tagName(): String
actual fun tagName(): String
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