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 classDOMLinkExtractorExtracts links from a Document Object Model (DOM) representation of an HTML, XHTML, or XML document content based on values of matching elements and attributes.classGenericLinkExtractorDeprecated.Since 3.0.0, useHtmlLinkExtractororDOMLinkExtractorinstead.classHtmlLinkExtractorHtml link extractor for URLs found in HTML and possibly other text files.classRegexLinkExtractorLink extractor using regular expressions to extract links found in text documents.classXMLFeedLinkExtractor
-