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

Method getNamespaceURI

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

366 * {@inheritDoc}
367 */
368 @Override
369 public String getNamespaceURI() {
370 return null;
371 }
372
373 /**
374 * {@inheritDoc}

Callers 10

toXmlMethod · 0.95
getNamespaceURIWithMethod · 0.45
getNamespaceURINoneMethod · 0.45
namespaceMethod · 0.45
provideElementsMethod · 0.45
createPageMethod · 0.45
DomElementMethod · 0.45
createFromMethod · 0.45

Calls

no outgoing calls

Tested by 4

getNamespaceURIWithMethod · 0.36
getNamespaceURINoneMethod · 0.36
namespaceMethod · 0.36