public interface IHtmlParser
Modifier and Type | Method and Description |
---|---|
IDocumentNode |
parse(InputStream htmlStream, String charset) |
IDocumentNode |
parse(String html) |
IDocumentNode parse(InputStream htmlStream, String charset) throws IOException
IOException
IDocumentNode parse(String html)
Copyright © 1998–2019 iText Group NV. All rights reserved.