Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ getParentNode
Method
getParentNode
src/main/java/org/htmlunit/html/DomNode.java:280–283 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
278
* {@inheritDoc}
279
*/
280
@Override
281
public
DomNode getParentNode() {
282
return
parent_;
283
}
284
285
/**
286
* Sets the parent node.
Callers
15
elementHasAttributesNone
Method · 0.95
replace
Method · 0.95
appendChild
Method · 0.95
insertBefore
Method · 0.95
getInsertAdjacentLocation
Method · 0.95
setOuterHTML
Method · 0.95
after
Method · 0.95
replaceWith
Method · 0.95
getElements
Method · 0.95
setOuterText
Method · 0.95
isContainedRow
Method · 0.95
getRow
Method · 0.95
Calls
no outgoing calls
Tested by
4
elementHasAttributesNone
Method · 0.76
replace
Method · 0.76
appendChild
Method · 0.76
insertBefore
Method · 0.76