org.netbeans.modules.xml.xdm/1 1.19.0 1

org.netbeans.modules.xml.xdm.diff
Class XDMTreeDiff

java.lang.Object
  extended by org.netbeans.modules.xml.xdm.diff.XDMTreeDiff

public class XDMTreeDiff
extends Object


Constructor Summary
XDMTreeDiff(ElementIdentity eID)
          Creates a new instance of XDMTreeDiff
 
Method Summary
 List<Difference> performDiff(Document doc1, Document doc2)
           
 List<Difference> performDiff(XDMModel model, Document doc2)
           
 List<Difference> performDiffAndMutate(XDMModel model, Document doc2)
           
static void printDocument(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDMTreeDiff

public XDMTreeDiff(ElementIdentity eID)
Creates a new instance of XDMTreeDiff

Method Detail

performDiff

public List<Difference> performDiff(Document doc1,
                                    Document doc2)

performDiff

public List<Difference> performDiff(XDMModel model,
                                    Document doc2)

performDiffAndMutate

public List<Difference> performDiffAndMutate(XDMModel model,
                                             Document doc2)

printDocument

public static void printDocument(Node node)

org.netbeans.modules.xml.xdm/1 1.19.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.