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 readers (character streams) to produce an output writer 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 TextReader
The first input reader
- baseUri1
- Type: System Uri
The location of the first input reader for relative lookup
- input2
- Type: System.IO TextReader
The second input reader
- baseUri2
- Type: System Uri
The location of the second input reader for relative lookup
- output
- Type: System.IO TextWriter
The output writer
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