|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCharStreamTransformer | |
---|---|
com.norconex.importer.transformer | |
com.norconex.importer.transformer.impl |
Uses of AbstractCharStreamTransformer in com.norconex.importer.transformer |
---|
Subclasses of AbstractCharStreamTransformer in com.norconex.importer.transformer | |
---|---|
class |
AbstractStringTransformer
Base class to facilitate creating transformers on text content, load text into StringBuilder for memory processing, also giving more options
(like fancy regex). |
Uses of AbstractCharStreamTransformer in com.norconex.importer.transformer.impl |
---|
Subclasses of AbstractCharStreamTransformer in com.norconex.importer.transformer.impl | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |