DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Compare the topics referenced by two DITA maps. The result is copied to the new location
specified in the output parameter.
Compare the topics referenced by two DITA maps.
Namespace: DeltaXML.DitaCompareApiAssembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Parameters
- input1
- Type: System.IO FileInfo
The first input file ('A' document).
- input2
- Type: System.IO FileInfo
The second input file ('B' document).
- output
- Type: System.IO DirectoryInfo
The output directory for the copy
Exceptions
| Exception | Condition |
|---|---|
| com.deltaxml.dita LicenseException | when the license cannot be read or is not valid |
| com.deltaxml.dita ParserException | when there is a problem creating/configuring an XML parser |
| com.deltaxml.dita SerializationException | when there is a problem writing the result File |
| com.deltaxml.dita InputLoadException | when there is a problem loading an input File |
| com.deltaxml.dita FilterProcessingException | when an error occurs running a filter in the pipeline |
| com.deltaxml.dita DifferentRootElementException | when the two input Files have different roots |
| com.deltaxml.dita InvalidInputException | when an input file is not in the correct format |
| com.deltaxml.dita DitaIOException | when there is a problem with locating, moving, copying, or accessing resources. |
Remarks
See Also