Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNodeName
Method · 0.95
getCanonicalXPath
Method · 0.95
setTextContent
Method · 0.95
Calls
1
getQualifiedName
Method · 0.45
Tested by
no test coverage detected