PipelinedComparatorS9 setInput1Filters Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specifies the input filters applied to input1 or input 'a' before comparison.

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

public void setInput1Filters(
	FilterChain filters
)
Remarks

This method is useful when asymetric input filtering is required, otherwise the setInputFilters(FilterChain) method is simpler to use.

See Also