| IXslFilter Interface |
Namespace: Activsoft.Engine.XslFilter
The IXslFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| End |
Calls after the filtering process has ended.
| |
| Filter |
Filters the specified XSLT content..
| |
| Init |
Initializes the filter with the data contained into the given XmlNode (which comes from the configuration file).
| |
| Start |
Called before the filtering process starts.
|
| Name | Description | |
|---|---|---|
| NeedEnd |
Whether this filter's End method has to be called.
| |
| NeedStart |
Whether this filter's Start method has to be called.
|