Uses of Class
com.norconex.importer.handler.condition.impl.DomConditionConfig
Packages that use DomConditionConfig
-
Uses of DomConditionConfig in com.norconex.importer.handler.condition.impl
Methods in com.norconex.importer.handler.condition.impl that return DomConditionConfigModifier and TypeMethodDescriptionDomCondition.getConfiguration()DomConditionConfig.setContentTypeMatcher(TextMatcher contentTypeMatcher) Sets this condition content-type matcher.DomConditionConfig.setExtract(String extract) Sets what should be extracted for the value.DomConditionConfig.setFieldMatcher(TextMatcher fieldMatcher) Sets this condition field matcher.Sets the parser to use when creating the DOM-tree.DomConditionConfig.setSelector(String selector) DomConditionConfig.setSourceCharset(Charset sourceCharset) The presumed source character encoding.DomConditionConfig.setValueMatcher(TextMatcher valueMatcher) Sets this condition value matcher.