TagSoupDocumentParser


class TagSoupDocumentParser


Uses TagSoup to parse html into Documents.

Summary

Public functions

java-static TagSoupDocumentParser!
Document!
parse(html: String!)

Parses the given html into an Document.

Public functions

newInstance

java-static fun newInstance(): TagSoupDocumentParser!
Throws
org.xml.sax.SAXNotRecognizedException: org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException: org.xml.sax.SAXNotSupportedException

parse

fun parse(html: String!): Document!

Parses the given html into an Document.

Throws
org.xml.sax.SAXException: org.xml.sax.SAXException
java.io.IOException: java.io.IOException