PipelinedComparatorS9 BypassLexicalPreservationOutputChain Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Whether or not to bypass the automatically added lexical preservation output chain during the comparison.

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

public bool BypassLexicalPreservationOutputChain { get; set; }

Property Value

Type: Boolean
Remarks

Whether or not to bypass the automatically added lexical preservation output chain during the comparison.

Typically, this will be set to true and if a LexicalPreservationConfig object is set on this PipelinedComparatorS9, the output chain will be added automatically. However, if you wish to add these filters to a different location, you can create them using newLexicalPreservationOutputFilterChain(LexicalPreservationConfig) and manually add them to the output FilterChain. If you do this, you should turn off the automatic addition by passing a value of false to this method.

See Also