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