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 from this instance of a DCPConfiguration.
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
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 from this instance of a DCPConfiguration. This method must only be called once.
See Also