Classes
Class | Description |
---|---|
HtmlLinkExtractor |
SummaryExtracts links from html pages by using a collection of common regular expressions. |
RegexSpecification |
SummaryThis class collects a regular expression and a group name together in order to allow the RegularExpressionLinkExtractor class to find links on a page. |
RegularExpressionLinkExtractor |
SummaryBase class for using regular expressions to extracts links from the responses to web requets. |