Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
textSibling
Method · 0.95
splitText
Method · 0.95
replace
Method · 0.95
appendChild
Method · 0.95
insertBefore
Method · 0.95
getDocumentElement
Method · 0.95
getInsertAdjacentLocation
Method · 0.95
setOuterHTML
Method · 0.95
after
Method · 0.95
replaceWith
Method · 0.95
serializeToString
Method · 0.95
normalize
Method · 0.95
Calls
no outgoing calls
Tested by
7
textSibling
Method · 0.76
splitText
Method · 0.76
replace
Method · 0.76
appendChild
Method · 0.76
insertBefore
Method · 0.76
splitLastDomText
Method · 0.36
xpath1
Method · 0.36