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

Method getNextSibling

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

318 * {@inheritDoc}
319 */
320 @Override
321 public DomNode getNextSibling() {
322 return nextSibling_;
323 }
324
325 /**
326 * {@inheritDoc}

Callers 15

textSiblingMethod · 0.95
splitTextMethod · 0.95
replaceMethod · 0.95
appendChildMethod · 0.95
insertBeforeMethod · 0.95
getDocumentElementMethod · 0.95
setOuterHTMLMethod · 0.95
afterMethod · 0.95
replaceWithMethod · 0.95
serializeToStringMethod · 0.95
normalizeMethod · 0.95

Calls

no outgoing calls

Tested by 7

textSiblingMethod · 0.76
splitTextMethod · 0.76
replaceMethod · 0.76
appendChildMethod · 0.76
insertBeforeMethod · 0.76
splitLastDomTextMethod · 0.36
xpath1Method · 0.36