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 int
Link. compareTo(Link other)
Method parameters in com.norconex.collector.http.link with type arguments of type Link Modifier and Type Method Description abstract void
AbstractLinkExtractor. extractLinks(Set<Link> links, CrawlDoc doc)
void
AbstractTextLinkExtractor. extractLinks(Set<Link> links, CrawlDoc doc)
abstract void
AbstractTextLinkExtractor. 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 void
TikaLinkExtractor. extractLinks(Set<Link> nxLinks, CrawlDoc doc)
void
DOMLinkExtractor. extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader)
void
HtmlLinkExtractor. extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader)
void
RegexLinkExtractor. extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader)
void
XMLFeedLinkExtractor. extractTextLinks(Set<Link> links, HandlerDoc doc, Reader reader)
-