CommonComparator setOutputProperty Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Configures the output serializer for the pipeline.

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

public void setOutputProperty(
	Property property,
	string value
)

Parameters

property
Type: Property
The property to configure (an IKVMed Java property from Saxon)
value
Type: System String
The value to set
See Also