org.metadiff.infra.xml
Class DomModelDiff

java.lang.Object
  extended byorg.metadiff.infra.xml.DomModelDiff
All Implemented Interfaces:
ModelComparisonDelta

public class DomModelDiff
extends java.lang.Object
implements ModelComparisonDelta

TODO review this class

Author:
Mark Kofman

Field Summary
private  org.w3c.dom.Document document
           
 
Constructor Summary
DomModelDiff()
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 void setDocument(org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

private org.w3c.dom.Document document
Constructor Detail

DomModelDiff

public DomModelDiff()
Method Detail

getDocument

public org.w3c.dom.Document getDocument()
Returns:
Returns the document.

setDocument

public void setDocument(org.w3c.dom.Document document)
Parameters:
document - The document to set.