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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DInnerNodeImpl.java85 public Node insertBefore(Node newChild, Node refChild) throws DOMException { argument
86 LeafNodeImpl refChildImpl = (LeafNodeImpl) refChild;
H A DNodeImpl.java144 public Node insertBefore(Node newChild, Node refChild) throws DOMException { argument
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java278 * <code>refChild</code>. If <code>refChild</code> is <code>null</code>,
282 * <code>refChild</code>. If the <code>newChild</code> is already in the
287 * @param refChild The reference node, i.e., the node before which the
301 * <br>NOT_FOUND_ERR: Raised if <code>refChild</code> is not a child of
310 Node refChild)
309 insertBefore(Node newChild, Node refChild) argument

Completed in 87 milliseconds