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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DParentNode.java595 public Node replaceChild(Node newChild, Node oldChild) method in class:ParentNode
H A DAttrImpl.java985 public Node replaceChild(Node newChild, Node oldChild) method in class:AttrImpl
H A DNodeImpl.java532 public Node replaceChild(Node newChild, Node oldChild) method in class:NodeImpl
H A DCoreDocumentImpl.java444 * replaceChild has to update the cache
449 public Node replaceChild(Node newChild, Node oldChild) method in class:CoreDocumentImpl
469 super.replaceChild(newChild, oldChild);
479 } // replaceChild(Node,Node):Node
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java158 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { method in class:DefaultNode
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java186 * @see org.w3c.dom.Node#replaceChild(Node, Node)
188 public Node replaceChild(Node arg0, Node arg1) throws DOMException { method in class:XPathNamespaceImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java96 public Node replaceChild(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} method in class:DOM2DTMdefaultNamespaceDeclarationNode
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java378 public Node replaceChild(Node newChild, method in interface:Node
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java359 * <code>insertBefore</code>, <code>replaceChild</code>, or
365 * @see #replaceChild
520 public Node replaceChild(Node newChild, method in class:IIOMetadataNode
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java586 public org.w3c.dom.Node replaceChild( method in class:SOAPPartImpl
591 return document.replaceChild(arg0, arg1);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java530 public final Node replaceChild(Node newChild, Node oldChild) method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java676 public Node replaceChild(Node newChild, Node oldChild) throws DOMException method in class:UnImplNode
679 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"replaceChild not supported!");
696 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"replaceChild not supported!");

Completed in 103 milliseconds