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 Show documentation
Show all versions of docx4j Show documentation
docx4j is a library which helps you to work with the Office Open
XML file format as used in docx
documents, pptx presentations, and xlsx spreadsheets.
/**
* 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;