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

Method getLastChild

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

266 * {@inheritDoc}
267 */
268 @Override
269 public DomNode getLastChild() {
270 if (firstChild_ != null) {
271 // last child is stored as the previous sibling of first child
272 return firstChild_.previousSibling_;
273 }
274 return null;
275 }
276
277 /**
278 * {@inheritDoc}

Callers 9

basicAppendMethod · 0.95
getPreviousNodeMethod · 0.95
clonedPageHasOwnIdMapMethod · 0.45
checkOptionsMethod · 0.45
basicDetachMethod · 0.45
getEquivalentLogicalMethod · 0.45
lastChildMethod · 0.45
getChildMethod · 0.45
selectNodeContentsMethod · 0.45

Calls

no outgoing calls

Tested by 2

clonedPageHasOwnIdMapMethod · 0.36
checkOptionsMethod · 0.36