com.topologi.diffx.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docx4j-diffx Show documentation
Show all versions of docx4j-diffx Show documentation
differencing of docx files
/**
* The core set of classes used by Diff-X.
*
* The only class that will remain stable and is safe to use, is the Main
class.
* It also corresponds to the class that is being called from the command-line. To to a diff
* of two XML documents, it there best to use one of the two Main.diff
methods, it
* will be plugged to the most stable algorithm implementation and formatter.
*
*/
package com.topologi.diffx;