Package-level declarations

Functions

Link copied to clipboard
fun KtSoupParser.parseFile(pathString: String, bufferSize: Int = DEFAULT_PARSE_BUFFER_SIZE): KtSoupDocument

Parse the HTML document at pathString or throw if it does not exist.

fun KtSoupParser.parseFile(path: Path, bufferSize: Int = DEFAULT_PARSE_BUFFER_SIZE): KtSoupDocument

Parse the HTML document at path or throw if it does not exist.