Package com.epam.healenium.treecomparing
Class Node
- java.lang.Object
-
- com.epam.healenium.treecomparing.Node
-
public class Node extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Node>getChildren()Set<String>getClasses()StringgetId()IntegergetIndex()StringgetInnerText()Map<String,String>getOtherAttributes()NodegetParent()StringgetTag()inthashCode()StringtoString()
-