com.unitesk.requality.xml.diff
Class DiffX

java.lang.Object
  extended by com.unitesk.requality.xml.diff.DiffX

public class DiffX
extends java.lang.Object


Constructor Summary
DiffX()
           
 
Method Summary
static java.util.List<Action> getActionsList(org.w3c.dom.Node tree1, org.w3c.dom.Node tree2)
           
static java.util.List<org.w3c.dom.Node> getEqualNodes(org.w3c.dom.Node tree1, org.w3c.dom.Node tree2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffX

public DiffX()
Method Detail

getActionsList

public static java.util.List<Action> getActionsList(org.w3c.dom.Node tree1,
                                                    org.w3c.dom.Node tree2)

getEqualNodes

public static java.util.List<org.w3c.dom.Node> getEqualNodes(org.w3c.dom.Node tree1,
                                                             org.w3c.dom.Node tree2)