Package org.jostraca.transform

Text transformation utilities.

See:
          Description

Interface Summary
TextualTransform A textual tranformation is unary operation on a block of text which returns the block of text modified in some way.
 

Class Summary
AppendNewLineTransform Description:
Append a new line to the text.
CollapseWhiteSpaceTransform Collapse all whitespace blocks to single spaces.
CropTransform Description:
Crop text to a maximum length, adding an ellipsis if necessary.
CStringEscapeTransform Description:
Escape supplied String as a C source code string.
ExpressionElementTransform Description:
Create a programming statement which inserts text into the generated content.
HTMLEscapeTransform Escape supplied String as HTML.
IdentityTransform Description:
The IdentityTransform makes no changes to its input.
InsertSectionTransform Description:
The InsertSectionTransform makes no changes to its input.
JavaStringEscapeTransform Description:
Escape supplied String as a Java source code String.
OneLineTransform Remove new lines from text.
PerlStringEscapeTransform Description:
Escape supplied String as a Perl source code String.
RebolStringEscapeTransform Description:
Escape supplied String as a Rebol source code String.
RemoveExtraWhiteSpace remove surrounding whitespace from template text WARNING: does not work, should be renamed to RemoveExtraWhiteSpaceTransform
RemoveFirstBlankLineTransform Remove first blank line (line containing just whitespace) from a text element
ReplaceRegExpTransform Perform text substitutions in the template text using regular expressions.
ReplaceTransform Description:
Perform text substitutions in the template text.
ScriptElementTransform Description:
Create a programming statement which inserts text into the generated content.
SimpleIndentTransform Description:
Format C like source code in a very simple and highly ambiguous way.
TextElementTransform Description:
Create a programming statement which inserts text into the generated content.
TextualTransformManager Manages an ordered set of TextualTransform objects.
TextualTransformManagerTable Description:
A well defined table of TextualTransformManagers, initialised from a PropertySet and accessed by get methods.
TextualTransformSupport Abstract class providing a support implementation of TextualTransform.
TransformException.Code Code enumeration class for TransformException
TrimTransform Description:
Perform a String.trim() on the text: that is, remove prefix and suffix whitespace.
 

Exception Summary
TextualTransformException Description:
Exceptions thrown by TextualTransformManager objects.
TransformException TransformException class.
 

Package org.jostraca.transform Description

Text transformation utilities.



Copyright © 2000-2002 Richard Rodger