Searched refs:setParentNode (Results 1 – 1 of 1) sorted by relevance
55 ((NodeImpl)newChild).setParentNode(this); in appendChild()173 ((NodeImpl)oldChild).setParentNode(null); in removeChild()189 ((NodeImpl)newChild).setParentNode(this); in replaceChild()190 ((NodeImpl)oldChild).setParentNode(null); in replaceChild()205 private void setParentNode(Node parentNode) { in setParentNode() method in NodeImpl