Package de.xima.aspose.processor.fn
Class Phase1Empty
- java.lang.Object
 - 
- de.xima.aspose.processor.fn.Phase1Empty
 
 
- 
- All Implemented Interfaces:
 IFunctionHandler<IPhase1State>
public class Phase1Empty extends Object implements IFunctionHandler<IPhase1State>
Checks if the input of the form element is empty. 
- 
- 
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
 
 - 
 
 -