DCPConfiguration generate Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Generates a DocumentComparator from this instance of a DCPConfiguration.

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

public void generate()
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 from this instance of a DCPConfiguration. This method must only be called once.

See Also