public class JsoupHtmlParser extends Object implements IHtmlParser
| Constructor and Description |
|---|
JsoupHtmlParser() |
| Modifier and Type | Method and Description |
|---|---|
IDocumentNode |
parse(InputStream htmlStream,
String charset)
Parses HTML provided as an
InputStream and an encoding. |
IDocumentNode |
parse(String html)
Parses HTML provided as a
String. |
public IDocumentNode parse(InputStream htmlStream, String charset) throws IOException
IHtmlParserInputStream and an encoding.parse in interface IHtmlParserhtmlStream - the html streamcharset - the character set. If null then parser should detect encoding from stream.IOException - Signals that an I/O exception has occurred.public IDocumentNode parse(String html)
IHtmlParserString.parse in interface IHtmlParserhtml - the html stringCopyright © 1998–2018 iText Group NV. All rights reserved.