Filters the specified XSLT content..
Namespace: Activsoft.Engine.XslFilterAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxStream Filter(
Config monConfig,
Uri fileName,
Stream from,
string rootXslFileName
)
Function Filter (
monConfig As Config,
fileName As Uri,
from As Stream,
rootXslFileName As String
) As Stream
Stream^ Filter(
Config^ monConfig,
Uri^ fileName,
Stream^ from,
String^ rootXslFileName
)
abstract Filter :
monConfig : Config *
fileName : Uri *
from : Stream *
rootXslFileName : string -> Stream
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The current Config instance. - fileName
- Type: SystemUri
Name of the file that is currently filtered. - from
- Type: System.IOStream
Content of the file. - rootXslFileName
- Type: SystemString
Name of the root XSLT file.
Return Value
Type:
StreamThe filtered content.
Remarks
This method is called for the root XSLT file and all its included XSLT resources.
See Also