Click or drag to resize
IXslTransformGeneratorFactory Interface
The factory interface for IXslTransformGenerator. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.

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

The IXslTransformGeneratorFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateXslTransformGenerator
Creates an XSLT transform generator.
Top
See Also