[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")]
publicinterfacePipelineLocationEntry
[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
<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")>
PublicInterfacePipelineLocationEntry
<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
[ObsoleteAttribute(L"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")]
publicinterface classPipelineLocationEntry
[ObsoleteAttribute(L"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 class PipelineLocationEntry
[<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")>]
typePipelineLocationEntry = interfaceend
[<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")>]
type PipelineLocationEntry = interface end
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:
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.