Uses of Class
com.norconex.importer.handler.transformer.impl.StripBetweenOperation
Packages that use StripBetweenOperation
-
Uses of StripBetweenOperation in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return StripBetweenOperationModifier and TypeMethodDescriptionStripBetweenOperation.setEndMatcher(TextMatcher endMatcher) Sets the end delimiter matcher for text to strip.StripBetweenOperation.setInclusive(boolean inclusive) StripBetweenOperation.setStartMatcher(TextMatcher startMatcher) Sets the start delimiter matcher for text to strip.Methods in com.norconex.importer.handler.transformer.impl that return types with arguments of type StripBetweenOperationMethod parameters in com.norconex.importer.handler.transformer.impl with type arguments of type StripBetweenOperationModifier and TypeMethodDescriptionStripBetweenTransformerConfig.setOperations(List<StripBetweenOperation> operations)