Uses of Class
org.docx4j.diff.Differencer
Packages that use Differencer
-
Uses of Differencer in org.docx4j.diff
Methods in org.docx4j.diff with parameters of type DifferencerModifier and TypeMethodDescriptionstatic voidDifferencer.registerRelationship(Differencer pd, RelationshipsPart docPartRels, String relId, String newRelId) This is a Xalan extension function, invoked from diffx2wml.xslt Any rel which is present in the results of the comparison must point to a valid target of the correct type, or the resulting document will be broken. -
Uses of Differencer in org.docx4j.samples.diffx
Methods in org.docx4j.samples.diffx with parameters of type DifferencerModifier and TypeMethodDescriptionprivate static voidCompareDocuments.handleRels(Differencer pd, MainDocumentPart newMDP) In the general case, you need to handle relationships.