Package org.writersforge.catalan.process.workers.text

Catalan Text Workers.

See:
          Description

Class Summary
BaseTextCommand Common base class for text commands, for sharing common methods.
ChangeCaseCommand Implementation of "change-case" command.
ConcatenateCommand Implementation of "concat" command.
ExtractCommand Implementation of "extract" command.
FromAsciiCommand Implementation of "from-ascii" command.
MatchBracesCommand Implementation of "match-braces" command.
NormalizeCommand Implementation of "normalize" command.
RegexpFilterCommand Implementation of "regexp-filter" command.
ReplaceCommand Implementation of "replace" command.
ResolveCommand Implementation of "resolve" command.
SplitCommand Implementation of "split" command.
StripCommentsCommand Implementation of "strip-comments" command.
TextProperties Specialized properties container for TextWorker.
TextToXmlCommand Implementation of "text-to-xml" command.
TextWorker IWorker implementation which provides support for manipulating text.
ToAsciiCommand Implementation of "to-ascii" command.
TokenizeCommand Implementation of "tokenize" command.
 

Package org.writersforge.catalan.process.workers.text Description

Catalan Text Workers. This package contains IWorker implementations for manipulating text nodes.