Package | Description |
---|---|
com.norconex.importer.transformer | |
com.norconex.importer.transformer.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharStreamTransformer
Base class for transformers dealing with text documents only.
|
class |
AbstractRestrictiveTransformer
Deprecated.
Since 1.1.0. Use
AbstractRestrictiveHandler |
class |
AbstractStringTransformer
Base class to facilitate creating transformers on text content, loading
text into
StringBuilder for memory processing, also giving more
options (like fancy regex). |
Modifier and Type | Class and Description |
---|---|
class |
ReduceConsecutivesTransformer
Reduces specified consecutive characters or strings to only one
instance (document content only).
|
class |
ReplaceTransformer
Replaces every occurrences of the given replacements
(document content only).
|
class |
StripAfterTransformer
Strips any content found after first match found for given pattern.
|
class |
StripBeforeTransformer
Strips any content found before first match found for given pattern.
|
class |
StripBetweenTransformer
Strips any content found between a matching start and end strings.
|
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.