DeltaXML DITA Compare .NET API DocumentationThe DitaTopicCompareDotNet type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| compare(FileInfo, FileInfo, FileInfo) |
Compares two File inputs to produce a File result.
| |
| compare(String, Uri, String, Uri) |
Compares two XML string inputs to produce an XML string result.
| |
| compare(Stream, Uri, Stream, Uri, Stream) |
Compare two input Streams to produce an output Stream result.
| |
| compare(TextReader, Uri, TextReader, Uri, TextWriter) |
Compare two input readers (character streams) to produce an output writer result.
| |
| getEntityResolver |
Get the previously set entity resolver.
| |
| setEntityResolver |
Set the entity resolver to use.
| |
| setLicenseFile |
Sets the license file for use with Flexera licensing.
| |
| setLicenseServer(String) |
Sets a license server for use with concurrent licensing.
| |
| setLicenseServer(String, Int32) |
Sets a license server and port for use with concurrent licensing.
|
See Also