PipelinedComparatorS9 ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
A Comparator with input and output filtering.
Inheritance Hierarchy

System Object
  DeltaXML.CoreS9Api.Internals CommonComparator
    DeltaXML.CoreS9Api PipelinedComparatorS9

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

[ObsoleteAttribute("XML Compare's .NET API is considered deprecated as of version 10.0.0. Please consider using either our Java or REST APIs, and contact DeltaXML for help: https://www.deltaxml.com/contact")]
public class PipelinedComparatorS9 : CommonComparator
Remarks

Each of the two comparator input streams is passed through a number of input filters (a 'filter chain') and the comparator output is fed through a chain of output filters. Filters can be used for input processing or cleaning (removing unnecessary whitespace or elements not significant for comparison), keying, or output report generation. They are usually implemented using XSLT, additionally a number of pre-compiled or cross-compiled Java filters can be used from the .NET APIs.

The current implementation also supports filter parameterization using String parameters.

Note: A single instance of this class should not be used by multiple threads. Different instances may be used by different threads.

See Also