Click or drag to resize
IXslFilter Interface
Defines a class that can filter an XSLT file to transform custom tags into XSLT tags.

Namespace: Activsoft.Engine.XslFilter
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IXslFilter

The IXslFilter type exposes the following members.

Methods
  NameDescription
Public methodEnd
Calls after the filtering process has ended.
Public methodFilter
Filters the specified XSLT content..
Public methodInit
Initializes the filter with the data contained into the given XmlNode (which comes from the configuration file).
Public methodStart
Called before the filtering process starts.
Top
Properties
  NameDescription
Public propertyNeedEnd
Whether this filter's End method has to be called.
Public propertyNeedStart
Whether this filter's Start method has to be called.
Top
See Also