Uses of Class
com.norconex.crawler.web.doc.operations.link.impl.HtmlLinkExtractorConfig
Packages that use HtmlLinkExtractorConfig
-
Uses of HtmlLinkExtractorConfig in com.norconex.crawler.web.doc.operations.link.impl
Methods in com.norconex.crawler.web.doc.operations.link.impl that return HtmlLinkExtractorConfigModifier and TypeMethodDescriptionHtmlLinkExtractorConfig.addExtractBetween(String start, String end, boolean ignoreCase) Adds patterns delimiting a portion of a document to be considered for link extraction.HtmlLinkExtractorConfig.addExtractSelectors(List<String> selectors) Adds selectors matching the portions of a document to be considered for link extraction.HtmlLinkExtractorConfig.addLinkTag(String tagName, String attribute) HtmlLinkExtractorConfig.addNoExtractBetween(String start, String end, boolean ignoreCase) Adds patterns delimiting a portion of a document to be excluded from link extraction.HtmlLinkExtractorConfig.addNoExtractSelectors(List<String> selectors) Adds selectors matching the portions of a document to be excluded from link extraction.HtmlLinkExtractor.getConfiguration()HtmlLinkExtractorConfig.removeLinkTag(String tagName, String attribute) HtmlLinkExtractorConfig.setCharset(Charset charset) The character set to use for pages on which link extraction is performed.HtmlLinkExtractorConfig.setCommentsEnabled(boolean commentsEnabled) Gets whether links should be extracted from comments.HtmlLinkExtractorConfig.setContentTypeMatcher(TextMatcher matcher) The matcher of content types to apply link extraction on.HtmlLinkExtractorConfig.setExtractBetweens(List<HtmlLinkExtractorConfig.RegexPair> betweens) Sets the patterns delimiting the portions of a document to be considered for link extraction.HtmlLinkExtractorConfig.setExtractSelectors(List<String> selectors) Sets the selectors matching the portions of a document to be considered for link extraction.HtmlLinkExtractorConfig.setFieldMatcher(TextMatcher fieldMatcher) HtmlLinkExtractorConfig.setIgnoreLinkData(boolean ignoreLinkData) Gets whether to ignore extra data associated with a link.HtmlLinkExtractorConfig.setIgnoreNofollow(boolean ignoreNofollow) Whether to ignore "nofollow" directives on HTML links.HtmlLinkExtractorConfig.setMaxURLLength(int maxURLLength) The maximum supported URL length.HtmlLinkExtractorConfig.setNoExtractBetweens(List<HtmlLinkExtractorConfig.RegexPair> betweens) Sets the patterns delimiting the portions of a document to be excluded from link extraction.HtmlLinkExtractorConfig.setNoExtractSelectors(List<String> selectors) Sets the selectors matching the portions of a document to be excluded from link extraction.HtmlLinkExtractorConfig.setSchemes(List<String> schemes) Sets the schemes to be extracted.