Package jaxe

Class NodeUtils


  • public class NodeUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • NodeUtils

        public NodeUtils()
    • Method Detail

      • isEqualNode

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