Uses of Class
com.norconex.crawler.web.doc.operations.link.impl.DomLinkExtractorConfig
Packages that use DomLinkExtractorConfig
-
Uses of DomLinkExtractorConfig in com.norconex.crawler.web.doc.operations.link.impl
Methods in com.norconex.crawler.web.doc.operations.link.impl that return DomLinkExtractorConfigModifier and TypeMethodDescriptionDomLinkExtractorConfig.addExtractSelectors(List<String> selectors) DomLinkExtractorConfig.addLinkSelector(String selector) Adds a new link selector extracting the "text" from matches.DomLinkExtractorConfig.addLinkSelector(String selector, String extract) DomLinkExtractorConfig.addNoExtractSelectors(List<String> selectors) DomLinkExtractorConfig.clearLinkSelectors()DomLinkExtractor.getConfiguration()DomLinkExtractorConfig.removeLinkSelector(String selector) DomLinkExtractorConfig.setCharset(Charset charset) The assumed source character encoding.DomLinkExtractorConfig.setContentTypeMatcher(TextMatcher matcher) The matcher of content types to apply link extraction on.DomLinkExtractorConfig.setExtractSelectors(List<String> selectors) Only apply link selectors to portions of a document matching the supplied selectors.DomLinkExtractorConfig.setFieldMatcher(TextMatcher fieldMatcher) DomLinkExtractorConfig.setIgnoreLinkData(boolean ignoreLinkData) Whether to ignore extra data associated with a link.DomLinkExtractorConfig.setIgnoreNofollow(boolean ignoreNofollow) DomLinkExtractorConfig.setNoExtractSelectors(List<String> selectors) Do not apply link selectors to portions of a document matching the supplied selectors.The parser to use when creating the DOM-tree.DomLinkExtractorConfig.setSchemes(List<String> schemes) Sets the schemes to be extracted.