public interface BoilerpipeFilter
BoilerpipeFilter
. Takes a TextDocument
and
processes it somehow.Modifier and Type | Method and Description |
---|---|
boolean |
process(TextDocument doc)
Processes the given document
doc . |
boolean process(TextDocument doc) throws BoilerpipeProcessingException
doc
.doc
- The TextDocument
that is to be processed.true
if changes have been made to the
TextDocument
.BoilerpipeProcessingException