Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nonElementGetNamespaceURI
Method · 0.95
toXml
Method · 0.95
getNamespaceURIWith
Method · 0.45
getNamespaceURINone
Method · 0.45
namespace
Method · 0.45
provideElements
Method · 0.45
createPage
Method · 0.45
DomElement
Method · 0.45
createAttributesCopyWithClonedAttribute
Method · 0.45
createFrom
Method · 0.45
Calls
no outgoing calls
Tested by
4
nonElementGetNamespaceURI
Method · 0.76
getNamespaceURIWith
Method · 0.36
getNamespaceURINone
Method · 0.36
namespace
Method · 0.36