|
Class Summary |
| CaseFilter |
Text filter to alter the upper/lower capitalization style of a text document. |
| CaseFilter.CaseStyle |
Enumeration for upper/lower case capitalization styles. |
| MultiLineCommentStripper |
Text filter which removes multi-line comments from the input text document. |
| Normalizer |
Text filter to perform whitespace (or custom) normalization. |
| SingleLineCommentStripper |
Text filter which removes single-line comments from the input text document. |
| TextReplacer |
Text filter which substitutes one static text string for another. |
| TextResolver |
Text filter which performs variable lookup and substitution from a Map
of values. |