Example #1
0
 /**
  * Get the name of the tag for this element. E.g. {@code div}
  *
  * @return the tag name
  */
 public String tagName() {
   return tag.getName();
 }
Example #2
0
 @Override
 public String nodeName() {
   return tag.getName();
 }