|
RiTa index |
|
| Name | fetch() |
| Class | HtmlParserIF |
| Description | Fetches the contents of the URL (generally a text/HTML page) with all HTML
tags removed as specified by the stripTags flag. |
| Syntax | fetch(url); fetch(url, stripTags); fetch(url, stripTags, connectionTimeout); fetch(url, connectTimeout, readTimeout); |
| Returns | java.lang.String |
| Usage | Web & Application |
| Related | |