|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.unitesk.atp.text.filters | |
---|---|
com.unitesk.atp.text.filters | This library provides filters for text processing. |
com.unitesk.atp.text.generation | This package provides interface
and default implementation
of text generator based on patterns. |
com.unitesk.atp.tree | This package provides common interface of node of
attributed tree , default implementation and
base interface of visitor . |
com.unitesk.atp.tree.generation | This package provides special version of
text generator based on patterns
for attributed tree processing. |
Classes in com.unitesk.atp.text.filters used by com.unitesk.atp.text.filters | |
---|---|
ExceptionHandler
The handler of exceptions from filters. |
|
Filter
Text filter receives portion of text, processes it and emit results to client . |
|
PatternFilter.ParameterProcessor
Processor of pattern parameters. |
|
TextReceiver
Text receiver provides general interface for all classes that accept portions of text. |
Classes in com.unitesk.atp.text.filters used by com.unitesk.atp.text.generation | |
---|---|
PatternFilter
This filter interprets strings as patterns. |
|
PatternFilter.ParameterProcessor
Processor of pattern parameters. |
|
TextReceiver
Text receiver provides general interface for all classes that accept portions of text. |
Classes in com.unitesk.atp.text.filters used by com.unitesk.atp.tree | |
---|---|
ExceptionHandler
The handler of exceptions from filters. |
|
IndentFilter
This filter manages indent levels and inserts spaces according to the current indent level at the start of every line. |
Classes in com.unitesk.atp.text.filters used by com.unitesk.atp.tree.generation | |
---|---|
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. |
|
PatternFilter.ParameterProcessor
Processor of pattern parameters. |
|
TextReceiver
Text receiver provides general interface for all classes that accept portions of text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |