setComparatorProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Configures comparator properties for the pipeline.

Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public virtual void setComparatorProperty(
	string name,
	Object value
)

Parameters

name
Type: System String
the name of the property to be set
value
Type: System Object
the Object representing the value of the property
Exceptions

ExceptionCondition
com.deltaxml.core PropertyNotRecognizedException if the property name is not recognized
IllegalArgumentException if a parameter is null
Remarks

Configures comparator properties for the pipeline.
See Also

PipelinedComparator