XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Represents the point at which user FilterSteps can be inserted.
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
PRE_FLATTENING | 0 | Represents the FilterStep extension point for modifying both input chains, before element flattening. | |
INPUT_A_PRE_TABLE | 1 | Represents the FilterStep extension point for input A chain, before table infilters run. | |
INPUT_A_POST_TABLE | 2 | Represents the FilterStep extension point for input A chain, after table infilters run. | |
INPUT_B_PRE_TABLE | 3 | Represents the FilterStep extension point for input B chain, before table infilters run. | |
INPUT_B_POST_TABLE | 4 | Represents the FilterStep extension point for input B chain, after table infilters run. | |
OUTPUT_PRE_TABLE | 5 | Represents the FilterStep extension point for the output chain, before table outfilters run. | |
OUTPUT_POST_TABLE | 6 | Represents the FilterStep extension point for the output chain, after table outfilters run. | |
OUTPUT_PRE_ATTRIBUTE | 7 | Represents the FilterStep extension point for the output chain, before the attribute selection processing is run. | |
OUTPUT_FINAL | 8 | Represents the FilterStep extension point for the output chain after lexical preservation change resolver filters have run. |
See Also