Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ getCanonicalXPath
Method
getCanonicalXPath
src/main/java/org/htmlunit/html/DomAttr.java:166–169 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
164
* {@inheritDoc}
165
*/
166
@Override
167
public
String getCanonicalXPath() {
168
return
getParentNode().getCanonicalXPath() +
"/@"
+ getName();
169
}
170
171
/**
172
* {@inheritDoc}
Callers
1
getCanonicalXPath
Method · 0.95
Calls
2
getName
Method · 0.95
getParentNode
Method · 0.45
Tested by
1
getCanonicalXPath
Method · 0.76