MCPcopy 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

getCanonicalXPathMethod · 0.95

Calls 2

getNameMethod · 0.95
getParentNodeMethod · 0.45

Tested by 1

getCanonicalXPathMethod · 0.76