Package org.apache.any23.extractor.html
Class JsoupUtils
- java.lang.Object
-
- org.apache.any23.extractor.html.JsoupUtils
-
public class JsoupUtils extends Object
- Author:
- Hans Brende
-
-
Constructor Summary
Constructors Constructor Description JsoupUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jsoup.nodes.Document
parse(InputStream input, String documentIRI, String encoding)
-
-
-
Method Detail
-
parse
public static org.jsoup.nodes.Document parse(InputStream input, String documentIRI, String encoding) throws IOException
- Throws:
IOException
-
-