XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Generates a DocumentComparator with parameter overrides.
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
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
Exception | Condition |
---|---|
com.deltaxml.cores9api PDAdvancedConfigException | Thrown when properties or features in 'advancedConfig' element cause an error. |
com.deltaxml.cores9api DynamicPDFormatException | Thrown if a problem was found while resolving DCP values. |
com.deltaxml.cores9api PDFilterConfigurationException | Thrown 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