Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ getPrefix
Method
getPrefix
src/main/java/org/htmlunit/javascript/host/dom/Attr.java:155–159 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
153
* {@inheritDoc}
154
*/
155
@Override
156
@JsxGetter
157
public
String getPrefix() {
158
return
super.getPrefix();
159
}
160
161
/**
162
* {@inheritDoc}
Callers
3
createFrom
Method · 0.95
getForms
Method · 0.45
toXml
Method · 0.45
Implementers
1
DomAttr
src/main/java/org/htmlunit/html/DomAtt
Calls
no outgoing calls
Tested by
no test coverage detected