JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
de.xima.aspose.processor.interfaces
IFunctionHandler
Contents
Description
Method Summary
Method Details
process(State, IFunctionWithArguments)
Hide sidebar
Show sidebar
Interface IFunctionHandler<
State
>
All Known Implementing Classes:
Phase1Empty
,
Phase1Replace
public interface
IFunctionHandler<State>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
process
(
State
state,
IFunctionWithArguments
fn)
Method Details
process
void
process
(
State
state,
IFunctionWithArguments
fn)
throws
Exception
Throws:
Exception