KtSoupParser

expect object KtSoupParser

The primary entrypoint for KtSoup, use parse to receive a KtSoupDocument to access and manipulate the provided HTML document.

actual object KtSoupParser
actual object KtSoupParser
actual object KtSoupParser

Functions

Link copied to clipboard
expect fun parse(html: String): KtSoupDocument

Parse the given html document.

actual fun parse(html: String): KtSoupDocument
actual fun parse(html: String): KtSoupDocument
actual fun parse(html: String): KtSoupDocument