parse
Parse the given html document.
Return
The parsed document as a KtSoupDocument.
Parameters
html
The HTML document as a string.
Parse an HTML document use the provided inputStream, the stream will be closed when reading is complete.
Return
The parsed document as a KtSoupDocument.
Parameters
inputStream
The source InputStream to read.