|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExceptionHandler | The handler of exceptions from filters. |
PatternFilter.ParameterProcessor | Processor of pattern parameters. |
TextReceiver | Text receiver provides general interface for all classes that accept portions of text. |
Class Summary | |
---|---|
Filter | Text filter receives portion of text, processes it and emit results to
client . |
IndentFilter | This filter manages indent levels and inserts spaces according to the current indent level at the start of every line. |
LineSplitFilter | The filter that receives strings containing line separators splits them into strings without line separators and line separatos and passes all to the client. |
MessageBoxExceptionHandler | Implementation of exception handler that put message in given message box. |
PatternFilter | This filter interprets strings as patterns. |
PositionFilter | Calculates line and position in output text. |
StringTextReceiver | Text receiver that buffers text in internal buffer and returns it as String on demand. |
WriterTextReceiver | Text receiver that prints text to Writer |
This library provides filters for text processing.
Text filter
receives portion of text,
processes it and emit results to client
.
Text filter can be client of other filter so filters can be combined in chain to perform
complicated text processing.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |