Uses of Interface
de.xima.aspose.processor.interfaces.IFunctionHandler
- 
Packages that use IFunctionHandler Package Description de.xima.aspose.processor.fn  - 
- 
Uses of IFunctionHandler in de.xima.aspose.processor.fn
Classes in de.xima.aspose.processor.fn that implement IFunctionHandler Modifier and Type Class Description classPhase1EmptyChecks if the input of the form element is empty.classPhase1ReplaceReplace a substring with another string.Methods in de.xima.aspose.processor.fn that return IFunctionHandler Modifier and Type Method Description static IFunctionHandler<IPhase1State>FunctionHandlerFactory. phase1forName(String name)static IFunctionHandler<IPhase2State>FunctionHandlerFactory. phase2forName(String name)static IFunctionHandler<IRootState>FunctionHandlerFactory. rootFunctionForName(String name) 
 -