Package org.writersforge.catalan.transform.text

Catalan Text Data Transformation Package [Deprecated].

See:
          Description

Class Summary
Concatenator A processor which converts all input nodes into String formats and concatenates them into a single output String node.
FromAsciiConverter A packed ASCII field processor which explodes a packed ASCII data node into a collection of Java objects.
Normalizer A text processor which cleans up the input text content according to its set of configurable rules.
SqlProcessor Catalan processor for converting SQL DDL specifications into JavaBean objects.
SqlTable Simple data holder for SQL table info.
SqlTable.Field A single field in an SQL table.
TextProcessor The shared base class for all Catalan ASCII text processors.
TextReplacer A text processor which performs a simple search and replace action.
ToAsciiConverter A packed ASCII field processor which explodes a packed ASCII data node into a collection of Java objects, or vice versa.
TokenSplitter A text processor which breaks apart its String contents into smaller parts, based on its own parameters.
VariableTextReplacer A text processor which performs dynamic text replacement by looking up specially formatted variables and resolving them against a Map of variable names to text values.
 

Package org.writersforge.catalan.transform.text Description

Catalan Text Data Transformation Package [Deprecated].