Home
last modified time | relevance | path

Searched defs:replaceChild (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DInnerNodeImpl.java196 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild() method in InnerNodeImpl
DNodeImpl.java159 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild() method in NodeImpl
/libcore/luni/src/main/java/org/w3c/dom/
DNode.java346 public Node replaceChild(Node newChild, in replaceChild() method
/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/
DDOMResultTest.java164 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { return null; } in replaceChild() method in DOMResultTest.NodeImpl