Package de.xima.aspose.processor.fn
Class Phase1Replace
- java.lang.Object
 - 
- de.xima.aspose.processor.fn.Phase1Replace
 
 
- 
- All Implemented Interfaces:
 IFunctionHandler<IPhase1State>
public class Phase1Replace extends Object implements IFunctionHandler<IPhase1State>
Replace a substring with another string. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(IPhase1State state, IFunctionWithArguments fn) 
 - 
 
- 
- 
Method Detail
- 
process
public void process(IPhase1State state, IFunctionWithArguments fn) throws Exception
- Specified by:
 processin interfaceIFunctionHandler<IPhase1State>- Throws:
 Exception
 
 - 
 
 -