Uses of Class
org.jostraca.transform.TextualTransformSupport

Packages that use TextualTransformSupport
org.jostraca.transform Text transformation utilities. 
 

Uses of TextualTransformSupport in org.jostraca.transform
 

Subclasses of TextualTransformSupport in org.jostraca.transform
 class AppendNewLineTransform
          Description:
Append a new line to the text.
 class CollapseWhiteSpaceTransform
          Collapse all whitespace blocks to single spaces.
 class CropTransform
          Description:
Crop text to a maximum length, adding an ellipsis if necessary.
 class CStringEscapeTransform
          Description:
Escape supplied String as a C source code string.
 class ExpressionElementTransform
          Description:
Create a programming statement which inserts text into the generated content.
 class HTMLEscapeTransform
          Escape supplied String as HTML.
 class IdentityTransform
          Description:
The IdentityTransform makes no changes to its input.
 class InsertSectionTransform
          Description:
The InsertSectionTransform makes no changes to its input.
 class JavaStringEscapeTransform
          Description:
Escape supplied String as a Java source code String.
 class OneLineTransform
          Remove new lines from text.
 class PerlStringEscapeTransform
          Description:
Escape supplied String as a Perl source code String.
 class RebolStringEscapeTransform
          Description:
Escape supplied String as a Rebol source code String.
 class RemoveExtraWhiteSpace
          remove surrounding whitespace from template text WARNING: does not work, should be renamed to RemoveExtraWhiteSpaceTransform
 class RemoveFirstBlankLineTransform
          Remove first blank line (line containing just whitespace) from a text element
 class ReplaceRegExpTransform
          Perform text substitutions in the template text using regular expressions.
 class ReplaceTransform
          Description:
Perform text substitutions in the template text.
 class ScriptElementTransform
          Description:
Create a programming statement which inserts text into the generated content.
 class SimpleIndentTransform
          Description:
Format C like source code in a very simple and highly ambiguous way.
 class TextElementTransform
          Description:
Create a programming statement which inserts text into the generated content.
 class TrimTransform
          Description:
Perform a String.trim() on the text: that is, remove prefix and suffix whitespace.
 



Copyright © 2000-2002 Richard Rodger