MCPcopy 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

getChildrenMethod · 0.95
getDoTypeNodeMethod · 0.95
cloneContentsMethod · 0.95
detachMethod · 0.45
deleteContentsMethod · 0.45
insertNodeMethod · 0.45
deleteBeforeMethod · 0.45
deleteAfterMethod · 0.45
getMaxOffsetMethod · 0.45
containedNodesMethod · 0.45
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected