Searched defs:newChild (Results 1 – 3 of 3) sorted by relevance
123 public Node appendChild(Node newChild) throws DOMException { in appendChild()253 public Node insertBefore(Node newChild, Node refChild) in insertBefore()294 public Node replaceChild(Node newChild, Node oldChild) in replaceChild()
307 INode newChild; in onDropped() local592 INode newChild = targetNode.appendChild(fqcn); in onPaste() local
2180 private void fireNodeCreated(UiElementNode newChild, int index) { in fireNodeCreated()