Uses of Interface
com.norconex.crawler.web.doc.operations.link.LinkExtractor
Packages that use LinkExtractor
-
Uses of LinkExtractor in com.norconex.crawler.web
Methods in com.norconex.crawler.web that return types with arguments of type LinkExtractorMethod parameters in com.norconex.crawler.web with type arguments of type LinkExtractorModifier and TypeMethodDescriptionWebCrawlerConfig.setLinkExtractors(List<LinkExtractor> linkExtractors) Sets link extractors. -
Uses of LinkExtractor in com.norconex.crawler.web.doc.operations.link.impl
Classes in com.norconex.crawler.web.doc.operations.link.impl that implement LinkExtractorModifier and TypeClassDescriptionclassExtracts links from a Document Object Model (DOM) representation of an HTML, XHTML, or XML document content based on values of matching elements and attributes.classA memory efficient HTML link extractor.classLink extractor using regular expressions to extract links found in text documents.classImplementation ofLinkExtractorusing Apache Tika to perform URL extractions from HTML documents.class