CommonComparator newFilterStepHelper Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Create a new FilterStepHelper.

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public FilterStepHelper newFilterStepHelper()

Return Value

Type: FilterStepHelper
an instance of a FilterStepHelper with which to create FilterChains and FilterSteps for this Core S9 API Comparator.
Remarks

Creates a FilterStepHelper using the XmlResolver currently in use by this Core S9 API Comparator. This FilterStepHelper can then be used to create FilterChains and FilterSteps for this Core S9 API Comparator.

WARNING: Filter steps and chains created using one of these helper methods should only be added to the Core S9 API Comparator that created the helper. XSLT filter steps need to be compiled and run by the same Saxon processor; each Core S9 API Comparator has its own instance of a Saxon processor, which is used to create the XSLT filter steps.

See Also