public interface DocumentDiffService extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
configureDiff(org.custommonkey.xmlunit.Diff diff)
Configures the diff.
|
void |
configureXMLUnit()
Configures XMLUnit.
|
DocumentDiff |
diff(CoreSession session,
DocumentModel leftDoc,
DocumentModel rightDoc)
Makes a diff between leftDoc and rightDoc.
|
DocumentDiff |
diff(String leftXML,
String rightXML)
Makes a diff between leftXML and rightXML.
|
DocumentDiff diff(CoreSession session, DocumentModel leftDoc, DocumentModel rightDoc)
session
- the sessionleftDoc
- the left docrightDoc
- the right docDocumentDiff diff(String leftXML, String rightXML)
leftXML
- the left XMLrightXML
- the right XMLvoid configureXMLUnit()
void configureDiff(org.custommonkey.xmlunit.Diff diff)
diff
- the diffCopyright © 2017 Nuxeo. All rights reserved.