Companion
Functions
Link copied to clipboard
Link copied to clipboard
Parse the given html document.
Parse an HTML document use the provided inputStream, the stream will be closed when reading is complete.
Link copied to clipboard
expect open override fun parseChunked(bufferSize: Int, getChunk: (buffer: ByteArray) -> Int): KtSoupDocument
Link copied to clipboard
expect open suspend override fun parseChunkedAsync(bufferSize: Int, getChunk: suspend (buffer: ByteArray) -> Int): KtSoupDocument