Uses of Class
com.norconex.collector.http.link.Link
-
Packages that use Link Package Description com.norconex.collector.http.link com.norconex.collector.http.link.impl -
-
Uses of Link in com.norconex.collector.http.link
Methods in com.norconex.collector.http.link that return types with arguments of type Link Modifier and Type Method Description Set<Link>AbstractLinkExtractor. extractLinks(CrawlDoc doc)Set<Link>ILinkExtractor. extractLinks(CrawlDoc doc)Methods in com.norconex.collector.http.link with parameters of type Link Modifier and Type Method Description intLink. compareTo(Link other)Method parameters in com.norconex.collector.http.link with type arguments of type Link Modifier and Type Method Description abstract voidAbstractLinkExtractor. extractLinks(Set<Link> links, CrawlDoc doc)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 Link Modifier and Type Method Description voidTikaLinkExtractor. 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)
-