public final class KeepEverythingExtractor extends ExtractorBase
Modifier and Type | Field and Description |
---|---|
static KeepEverythingExtractor |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
process(TextDocument doc)
Processes the given document
doc . |
public static final KeepEverythingExtractor INSTANCE
public boolean process(TextDocument doc) throws BoilerpipeProcessingException
BoilerpipeFilter
doc
.doc
- The TextDocument
that is to be processed.true
if changes have been made to the
TextDocument
.BoilerpipeProcessingException