Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ getTextContent
Method
getTextContent
src/main/java/org/htmlunit/html/DomAttr.java:174–177 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
172
* {@inheritDoc}
173
*/
174
@Override
175
public
String getTextContent() {
176
return
getNodeValue();
177
}
178
179
/**
180
* {@inheritDoc}
Callers
1
textContent
Method · 0.95
Calls
1
getNodeValue
Method · 0.95
Tested by
1
textContent
Method · 0.76