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

Method getName

src/main/java/org/htmlunit/html/DomAttr.java:86–89  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

84 * {@inheritDoc}
85 */
86 @Override
87 public String getName() {
88 return getQualifiedName();
89 }
90
91 /**
92 * {@inheritDoc}

Callers 3

getNodeNameMethod · 0.95
getCanonicalXPathMethod · 0.95
setTextContentMethod · 0.95

Calls 1

getQualifiedNameMethod · 0.45

Tested by

no test coverage detected