MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getTagName

Method getTagName

src/main/java/org/htmlunit/html/DomElement.java:174–177  ·  view source on GitHub ↗

Returns the tag name of this element. @return the tag name of this element

()

Source from the content-addressed store, hash-verified

172 * @return the tag name of this element
173 */
174 @Override
175 public final String getTagName() {
176 return getNodeName();
177 }
178
179 /**
180 * {@inheritDoc}

Callers 15

documentElementMethod · 0.95
printNodeMethod · 0.95
printXmlMethod · 0.95
writeSomeTagsMethod · 0.45
simpleScriptableMethod · 0.45
attributeAddedMethod · 0.45
attributeRemovedMethod · 0.45
attributeReplacedMethod · 0.45
clickNestedElementMethod · 0.45

Calls 1

getNodeNameMethod · 0.95

Tested by 15

documentElementMethod · 0.76
writeSomeTagsMethod · 0.36
simpleScriptableMethod · 0.36
attributeAddedMethod · 0.36
attributeRemovedMethod · 0.36
attributeReplacedMethod · 0.36
clickNestedElementMethod · 0.36