Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ getNodeName
Method
getNodeName
src/main/java/org/htmlunit/html/DomElement.java:157–160 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
155
* {@inheritDoc}
156
*/
157
@Override
158
public
String getNodeName() {
159
return
getQualifiedName();
160
}
161
162
/**
163
* {@inheritDoc}
Callers
2
getTagName
Method · 0.95
setNamedItemNS
Method · 0.45
Calls
1
getQualifiedName
Method · 0.95
Tested by
no test coverage detected