Uses of Class
com.norconex.collector.http.link.AbstractTextLinkExtractor
-
Packages that use AbstractTextLinkExtractor Package Description com.norconex.collector.http.link.impl -
-
Uses of AbstractTextLinkExtractor in com.norconex.collector.http.link.impl
Subclasses of AbstractTextLinkExtractor in com.norconex.collector.http.link.impl Modifier and Type Class Description class
DOMLinkExtractor
Extracts links from a Document Object Model (DOM) representation of an HTML, XHTML, or XML document content based on values of matching elements and attributes.class
GenericLinkExtractor
Deprecated.Since 3.0.0, useHtmlLinkExtractor
orDOMLinkExtractor
instead.class
HtmlLinkExtractor
Html link extractor for URLs found in HTML and possibly other text files.class
RegexLinkExtractor
Link extractor using regular expressions to extract links found in text documents.class
XMLFeedLinkExtractor
-