DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Compare two input Streams to produce an output Stream result.
Namespace: DeltaXML.DitaCompareApiAssembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Parameters
- input1
- Type: System.IO Stream
The first input stream
- baseUri1
- Type: System Uri
The location of the first input stream for relative lookup
- input2
- Type: System.IO Stream
The second input stream
- baseUri2
- Type: System Uri
The location of the second input stream for relative lookup
- output
- Type: System.IO Stream
The output stream
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 | if the two input Files have different roots |
See Also