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

Method setParentNode

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

Sets the parent node. @param parent the parent node

(final DomNode parent)

Source from the content-addressed store, hash-verified

287 * @param parent the parent node
288 */
289 protected void setParentNode(final DomNode parent) {
290 parent_ = parent;
291 }
292
293 /**
294 * Returns this node's index within its parent's child nodes (zero-based).

Callers 3

HtmlAttrTestMethod · 0.80
DomElementMethod · 0.80
setAttributeNSMethod · 0.80

Calls

no outgoing calls

Tested by 1

HtmlAttrTestMethod · 0.64