Class HtmlParser
java.lang.Object
velo.ladaalpha.fields.internet.crawler.HtmlParser
The Class HtmlParser.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidparse_html(String input) Parses the html.Pull.static StringregexForTag(String tag) Regex for tag. 
- 
Constructor Details
- 
HtmlParser
public HtmlParser() 
 - 
 - 
Method Details
- 
regexForTag
Regex for tag.- Parameters:
 tag- the tag- Returns:
 - the string
 
 - 
pull
Pull.- Parameters:
 regex- the regex- Returns:
 - the array list
 
 - 
parse_html
Parses the html.- Parameters:
 input- the input
 
 -