DeltaXML DITA Compare .NET API Documentation
Back to Top
Overload List
| 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.
|
See Also