public interface ITextUnitFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ITextUnit tu)
Tests if a given text unit should be processed by a filtering pipeline step.
|
boolean accept(ITextUnit tu)
tu - the given text unittrue if the given text unit should be processed by the stepCopyright © 2018. All rights reserved.