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 class
Phase1Empty
Checks if the input of the form element is empty.class
Phase1Replace
Replace 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)
-