PipelinedComparatorS9 newLexicalPreservationOutputFilterChain Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Generates a FilterChain to process lexical preservation items.

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

public FilterChain newLexicalPreservationOutputFilterChain(
	LexicalPreservationConfig config
)

Parameters

config
Type: DeltaXML.CoreS9Api.Config LexicalPreservationConfig
the configuration object upon which to base the lexical preservation output parameters

Return Value

Type: FilterChain
a pre-configured FilterChain to add to the output FilterChain of a PipelinedComparatorS9
Remarks

Generates a FilterChain to process lexical preservation items.

The parameter settings of the FilterSteps in the FilterChain will be based upon the supplied LexicalPreservationConfig.

Note: Serialization aspects of lexical preservation output (e.g. DOCTYPE, CDATA etc.) will not be configured in the resultant FilterChain. These options will still need to be set on whatever object is being used for Serialization (whether that be as part of the comparison or as a separate serialization step)

See Also