org.jostraca.transform
Class InsertSectionTransform

java.lang.Object
  extended byorg.jostraca.transform.TextualTransformSupport
      extended byorg.jostraca.transform.InsertSectionTransform
All Implemented Interfaces:
TextualTransform

public class InsertSectionTransform
extends TextualTransformSupport

Description:
The InsertSectionTransform makes no changes to its input.


Field Summary
static java.lang.String ATTR_unit_source_section
           
 
Fields inherited from class org.jostraca.transform.TextualTransformSupport
iAttributes, iNeedsReparse, iOpenScriptMarker
 
Fields inherited from interface org.jostraca.transform.TextualTransform
ATTR_sectionset, ATTR_unit_attr, ATTR_unit_origin, ATTR_unit_set, NEWLINE
 
Constructor Summary
InsertSectionTransform()
           
 
Method Summary
 java.lang.String transform(java.lang.String pFrom)
          Transform the supplied String.
 
Methods inherited from class org.jostraca.transform.TextualTransformSupport
checkForReparse, getName, needsReparse, setParameters, setParameters, setParametersImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_unit_source_section

public static final java.lang.String ATTR_unit_source_section
See Also:
Constant Field Values
Constructor Detail

InsertSectionTransform

public InsertSectionTransform()
Method Detail

transform

public java.lang.String transform(java.lang.String pFrom)
                           throws TransformException
Description copied from interface: TextualTransform
Transform the supplied String. Return Standard.EMPTY as default in case of failure.

Specified by:
transform in interface TextualTransform
Specified by:
transform in class TextualTransformSupport
Parameters:
pFrom - default if no section found
Throws:
TransformException
See Also:
TextualTransform


Copyright © 2000-2002 Richard Rodger