org.lobobrowser.util
Class Nodes

java.lang.Object
  extended by org.lobobrowser.util.Nodes

public class Nodes
extends java.lang.Object


Constructor Summary
Nodes()
           
 
Method Summary
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)