DocumentComparator ExtensionPoint EnumerationXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Represents the point at which user FilterSteps can be inserted.

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

public enum ExtensionPoint
Members

  Member nameValueDescription
PRE_FLATTENING0 Represents the FilterStep extension point for modifying both input chains, before element flattening.
INPUT_A_PRE_TABLE1 Represents the FilterStep extension point for input A chain, before table infilters run.
INPUT_A_POST_TABLE2 Represents the FilterStep extension point for input A chain, after table infilters run.
INPUT_B_PRE_TABLE3 Represents the FilterStep extension point for input B chain, before table infilters run.
INPUT_B_POST_TABLE4 Represents the FilterStep extension point for input B chain, after table infilters run.
OUTPUT_PRE_TABLE5 Represents the FilterStep extension point for the output chain, before table outfilters run.
OUTPUT_POST_TABLE6 Represents the FilterStep extension point for the output chain, after table outfilters run.
OUTPUT_PRE_ATTRIBUTE7 Represents the FilterStep extension point for the output chain, before the attribute selection processing is run.
OUTPUT_FINAL8 Represents the FilterStep extension point for the output chain after lexical preservation change resolver filters have run.
See Also