DXPConfigurationS9 ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Loads a PipelinedComparatorS9 from a DXP configuration.
Inheritance Hierarchy

System Object
  DeltaXML.CoreS9Api DXPConfigurationS9

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 DXPConfigurationS9
Remarks

Loads a PipelinedComparatorS9 from a DXP configuration.

DXP (DeltaXML Pipelines) is a declarative file format for describing comparator pipelines and could also be considered a form of customization language for comparator based tools. Further information on the DXP format and usage is available in the OnlineGuide to DeltaXML Pipeline Configuration.

This class provides methods for obtaining information from DXP files and also for loading a PipelinedComparatorS9 instance from DXP. Its constructor is generally responsible for ensuring validity of the input DXP.

See Also