Package org.loboevolution.common
Class Nodes
java.lang.Object
org.loboevolution.common.Nodes
Nodes class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Node
getCommonAncestor
(Node node1, Node node2) getCommonAncestor.static boolean
isSameOrAncestorOf
(Node node, Node child) isSameOrAncestorOf.iterable
(NamedNodeMap attrList) iterable.
-
Constructor Details
-
Nodes
public Nodes()
-
-
Method Details
-
getCommonAncestor
getCommonAncestor.
-
isSameOrAncestorOf
isSameOrAncestorOf.
-
iterable
iterable.
- Parameters:
attrList
- aNamedNodeMap
object.- Returns:
- a
Iterable
object.
-