jaxe
Class NodeUtils

java.lang.Object
  extended by jaxe.NodeUtils

public class NodeUtils
extends java.lang.Object


Field Summary
private static org.apache.log4j.Logger LOG
          Logger for this class
 
Constructor Summary
NodeUtils()
           
 
Method Summary
static boolean isEqualNode(org.w3c.dom.Node n1, org.w3c.dom.Node n2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG
Logger for this class

Constructor Detail

NodeUtils

public NodeUtils()
Method Detail

isEqualNode

public static boolean isEqualNode(org.w3c.dom.Node n1,
                                  org.w3c.dom.Node n2)