MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getLocalName

Method getLocalName

src/main/java/org/htmlunit/html/DomNode.java:376–379  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

374 * {@inheritDoc}
375 */
376 @Override
377 public String getLocalName() {
378 return null;
379 }
380
381 /**
382 * {@inheritDoc}

Callers 12

xpath1Method · 0.95
getLocalNameMethod · 0.95
provideElementsMethod · 0.45
provideElementsMethod · 0.45
setNamedItemMethod · 0.45
getNodeNameMethod · 0.45
copyAttributesMethod · 0.45
selectsMethod · 0.45
createFromMethod · 0.45

Calls

no outgoing calls

Tested by 2

xpath1Method · 0.76