| Method and Description |
|---|
| DbDiffHelper#getDiffString(java.lang.Boolean source)
Returns java.lang.String with XML that shows diff found in specified element
|
| DbDiffHelper#retainNodes()
Performing Diff calculation between consumed java.util.List
and deletion from
#source1 elements that match with second list. |
| XmlDiffHelper#getDiffString(java.lang.Boolean source)
Returns java.lang.String with XML that shows diff found in specified element
|
| XmlDiffHelper#retainNodes(java.lang.Boolean source)
Performing Diff calculation between consumed java.util.List of groovy.util.slurpersupport.NodeChild
and deletion from
source elements that match with second list. |
| XmlUtil#isAttrInXmlTree(java.lang.String listPath, groovy.util.slurpersupport.NodeChild Xml)
Step by step comparing groovy.util.slurpersupport.NodeChild#parent() of
Xml with elements from listPath. |
| XmlUtil#isNodeInXmlTree(java.lang.String listPath, groovy.util.slurpersupport.NodeChild Xml)
Step by step comparing groovy.util.slurpersupport.NodeChild#parent() of
Xml with elements from listPath |
| XmlUtil#walkXmlByPathForAttr(java.lang.String listPath, groovy.util.slurpersupport.NodeChild Xml)
Step by step looking among groovy.util.slurpersupport.NodeChild#children() of
Xml elements with groovy.util.slurpersupport.NodeChild#name()equals to elements in listPath.
|