Searched defs:newChild (Results 1 – 1 of 1) sorted by relevance
54 public Node appendChild(Node newChild) throws DOMException { in appendChild()156 public Node insertBefore(Node newChild, Node refChild) throws DOMException { in insertBefore()180 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild()