Uses of Class
com.norconex.collector.http.link.AbstractLinkExtractor
-
Packages that use AbstractLinkExtractor Package Description com.norconex.collector.http.link com.norconex.collector.http.link.impl -
-
Uses of AbstractLinkExtractor in com.norconex.collector.http.link
Subclasses of AbstractLinkExtractor in com.norconex.collector.http.link Modifier and Type Class Description classAbstractTextLinkExtractorBase class for link extraction from text documents, providing common configuration settings such as being able to apply extraction to specific documents only, and being able to specify one or more metadata fields from which to grab the text for extracting links. -
Uses of AbstractLinkExtractor in com.norconex.collector.http.link.impl
Subclasses of AbstractLinkExtractor 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.classTikaLinkExtractorImplementation ofILinkExtractorusing Apache Tika to perform URL extractions from HTML documents.classXMLFeedLinkExtractor
-