Uses of Class
com.norconex.collector.http.link.Link
Packages that use Link
-
Uses of Link in com.norconex.collector.http.link
Methods in com.norconex.collector.http.link that return types with arguments of type LinkModifier and TypeMethodDescriptionAbstractLinkExtractor.extractLinks(CrawlDoc doc) ILinkExtractor.extractLinks(CrawlDoc doc) Methods in com.norconex.collector.http.link with parameters of type LinkMethod parameters in com.norconex.collector.http.link with type arguments of type LinkModifier and TypeMethodDescriptionabstract voidAbstractLinkExtractor.extractLinks(Set<Link> links, CrawlDoc doc) final voidAbstractTextLinkExtractor.extractLinks(Set<Link> links, CrawlDoc doc) abstract voidAbstractTextLinkExtractor.extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader) -
Uses of Link in com.norconex.collector.http.link.impl
Method parameters in com.norconex.collector.http.link.impl with type arguments of type LinkModifier and TypeMethodDescriptionvoidTikaLinkExtractor.extractLinks(Set<Link> nxLinks, CrawlDoc doc) voidDOMLinkExtractor.extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader) voidHtmlLinkExtractor.extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader) voidRegexLinkExtractor.extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader) voidXMLFeedLinkExtractor.extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader)