Initializes the filter with the data contained into the given XmlNode (which comes from the configuration file).
Namespace: Activsoft.Engine.XslFilterAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxvoid Init(
XmlNode conf,
bool debug
)
Sub Init (
conf As XmlNode,
debug As Boolean
)
void Init(
XmlNode^ conf,
bool debug
)
abstract Init :
conf : XmlNode *
debug : bool -> unit
Parameters
- conf
- Type: System.XmlXmlNode
The configuration data. - debug
- Type: SystemBoolean
if set to true sets the initialization phase in debug mode.
See Also