| Interface | Description |
|---|---|
| FunctionProvider |
This class represents the interface for function providers for Expression
Engine.
|
| VariableProvider |
This class represents the interface for variable providers for Expression
Engine.
|
| Class | Description |
|---|---|
| DefaultFunctionProvider |
This is the default function provider.
|
| DefaultVariableProvider |
This is the default implementation of the variable provider.
|
| MathFunctions |
This class provides the math function for experssion evaluator
|
| StringFunctions |
This class provides various utilities methods for String operations
|
| XMLFunctionProvider |
This is the XML function provider.
|