RiTa
index
Name fetchLinkText()
Class HtmlParserIF
Description Returns the text found within each link, e.g., of the format: text, as a String array, one element per link on the page
Syntax
fetchLinkText(url);
Returns java.lang.String[]
Usage Web & Application
Related