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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DInnerNodeImpl.java51 public Node appendChild(Node newChild) throws DOMException { method in class:InnerNodeImpl
89 return appendChild(newChild);
H A DNodeImpl.java74 public Node appendChild(Node newChild) throws DOMException { method in class:NodeImpl
421 appendChild(document.createTextNode(textContent));
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java393 public Node appendChild(Node newChild) method in interface:Node

Completed in 15 milliseconds