Uses of Interface
com.norconex.importer.transformer.IDocumentTransformer

Packages that use IDocumentTransformer
com.norconex.importer.transformer   
com.norconex.importer.transformer.impl   
 

Uses of IDocumentTransformer in com.norconex.importer.transformer
 

Classes in com.norconex.importer.transformer that implement IDocumentTransformer
 class AbstractCharStreamTransformer
          Base class for transformers dealing with text documents only.
 class AbstractRestrictiveTransformer
          Base class for transformers applying only to certain type of documents
 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 IDocumentTransformer in com.norconex.importer.transformer.impl
 

Classes in com.norconex.importer.transformer.impl that implement IDocumentTransformer
 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-2013 Norconex Inc.. All Rights Reserved.