PipelineLocationEntry InterfaceXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The location of an entry in a comparator pipeline.

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 interface PipelineLocationEntry
Remarks

A location essentially contains a unique path to a filter (or other processing stage) in a comparator's pipeline. Its string representation is of the following form:

<name> ('/' <pos> '-' <name>)*
where the names and zero-based sibling positions of each of this entry's ancestors is pre-pended to this entry.

For example, the path 'result/4-my-post-processing/2-ignore-whitespace-changes' says that the ignore-whitespace-changes entry, is the third entry of the my-post-processing subchain, which is the fifth entry in the result processing chain.

See Also