Class Nodes


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

      Constructors 
      Constructor Description
      Nodes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.w3c.dom.Node getCommonAncestor​(org.w3c.dom.Node node1, org.w3c.dom.Node node2)  
      static boolean isSameOrAncestorOf​(org.w3c.dom.Node node, org.w3c.dom.Node child)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Nodes

        public Nodes()
    • Method Detail

      • getCommonAncestor

        public static org.w3c.dom.Node getCommonAncestor​(org.w3c.dom.Node node1,
                                                         org.w3c.dom.Node node2)
      • isSameOrAncestorOf

        public static boolean isSameOrAncestorOf​(org.w3c.dom.Node node,
                                                 org.w3c.dom.Node child)