org.mobicents.protocols.xcap.diff.dom.utils
Class DOMNodeComparator.Result

java.lang.Object
  extended by org.mobicents.protocols.xcap.diff.dom.utils.DOMNodeComparator.Result
Enclosing class:
DOMNodeComparator

public static class DOMNodeComparator.Result
extends java.lang.Object


Constructor Summary
DOMNodeComparator.Result()
           
 
Method Summary
 org.w3c.dom.Node getNewNode()
           
 org.w3c.dom.Node getOldNode()
           
 boolean isCreated()
           
 boolean isDifferent()
           
 boolean isRemoved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMNodeComparator.Result

public DOMNodeComparator.Result()
Method Detail

getOldNode

public org.w3c.dom.Node getOldNode()

getNewNode

public org.w3c.dom.Node getNewNode()

isDifferent

public boolean isDifferent()

isCreated

public boolean isCreated()

isRemoved

public boolean isRemoved()


Copyright © 2011. All Rights Reserved.