Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ getChildNodes
Method
getChildNodes
src/main/java/org/htmlunit/html/DomNode.java:400–403 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
398
* {@inheritDoc}
399
*/
400
@Override
401
public
DomNodeList<DomNode> getChildNodes() {
402
return
new
SiblingDomNodeList(this);
403
}
404
405
/**
406
* {@inheritDoc}
Callers
12
getChildren
Method · 0.95
getDoTypeNode
Method · 0.95
cloneContents
Method · 0.95
detach
Method · 0.45
deleteContents
Method · 0.45
insertNode
Method · 0.45
insertNodeOrDocFragment
Method · 0.45
deleteBefore
Method · 0.45
deleteAfter
Method · 0.45
getMaxOffset
Method · 0.45
containedNodes
Method · 0.45
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected