RiTa
index
Name parse()
Class RiHtmlParser
Description Returns the contents of the URL (an html page) with HTML tags removed after executing the following callbacks (which should be overridden):
  • handleText()
  • handleSimpleTag()
  • handleStartTag()
  • handleEndTag()
Syntax
parse(url);
Returns java.lang.String
Usage Web & Application
Related