DCPConfiguration generate Method (IDictionary String, Boolean , IDictionary String, String )XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Generates a DocumentComparator with parameter overrides.

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

public void generate(
	IDictionary<string, bool> booleanOverrides,
	IDictionary<string, string> stringOverrides
)

Parameters

booleanOverrides
Type: System.Collections.Generic IDictionary String, Boolean 
Values to override the boolean pipeline parameters.
stringOverrides
Type: System.Collections.Generic IDictionary String, String 
Values to override the string pipeline parameters.
Exceptions

ExceptionCondition
com.deltaxml.cores9api PDAdvancedConfigExceptionThrown when properties or features in 'advancedConfig' element cause an error.
com.deltaxml.cores9api DynamicPDFormatExceptionThrown if a problem was found while resolving DCP values.
com.deltaxml.cores9api PDFilterConfigurationExceptionThrown if a problem was found when loading an XML filter.
[X:java.lang.IllegalStateException]Thrown if either generate  method has been called more than once.
Remarks

Generates a DocumentComparator with parameter overrides. This method must only be called once. It allows parameters to be overridden when the pipeline is constructed. The Map arguments should correspond to the declared 'pipelineParameters' in the associated DCP.

See Also