Searched defs:replaceChild (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DInnerNodeImpl.java192 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { method in class:InnerNodeImpl
H A DNodeImpl.java159 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { method in class:NodeImpl
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java346 public Node replaceChild(Node newChild, method in interface:Node

Completed in 11 milliseconds