Uses of Class
com.norconex.crawler.web.doc.operations.link.impl.HtmlLinkExtractorConfig.RegexPair
Packages that use HtmlLinkExtractorConfig.RegexPair
-
Uses of HtmlLinkExtractorConfig.RegexPair in com.norconex.crawler.web.doc.operations.link.impl
Methods in com.norconex.crawler.web.doc.operations.link.impl that return types with arguments of type HtmlLinkExtractorConfig.RegexPairModifier and TypeMethodDescriptionHtmlLinkExtractorConfig.getExtractBetweens()Gets the patterns delimiting the portions of a document to be considered for link extraction.HtmlLinkExtractorConfig.getNoExtractBetweens()Gets the patterns delimiting the portions of a document to be excluded from link extraction.Method parameters in com.norconex.crawler.web.doc.operations.link.impl with type arguments of type HtmlLinkExtractorConfig.RegexPairModifier and TypeMethodDescriptionHtmlLinkExtractorConfig.setExtractBetweens(List<HtmlLinkExtractorConfig.RegexPair> betweens) Sets the patterns delimiting the portions of a document to be considered for link extraction.HtmlLinkExtractorConfig.setNoExtractBetweens(List<HtmlLinkExtractorConfig.RegexPair> betweens) Sets the patterns delimiting the portions of a document to be excluded from link extraction.