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

Method getFirstChild

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

326 * {@inheritDoc}
327 */
328 @Override
329 public DomNode getFirstChild() {
330 return firstChild_;
331 }
332
333 /**
334 * Returns {@code true} if this node is an ancestor of the specified node.

Callers 15

xpath1Method · 0.95
nonElementGetPrefixMethod · 0.95
nonElementSetPrefixMethod · 0.95
removeAllChildrenMethod · 0.95
prependMethod · 0.95
normalizeMethod · 0.95
printChildrenAsXmlMethod · 0.95
removeAllChildrenMethod · 0.95

Calls

no outgoing calls

Tested by 15

xpath1Method · 0.76
nonElementGetPrefixMethod · 0.76
nonElementSetPrefixMethod · 0.76
removeAllChildrenMethod · 0.76
cssErrorHandlerMethod · 0.36
testMethod · 0.36
initMethod · 0.36