Searched refs:replaceChild (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java378 public Node replaceChild(Node newChild, method in interface: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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DDetailImpl.java139 replaceChild(newElement, element);
H A DElementImpl.java685 parent.replaceChild(copy, element);
1216 replaceChild(newElement, element);
/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/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java198 this._constructionElement.getParentNode().replaceChild(imported,
/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/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 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
H A DNodeImpl.java532 public Node replaceChild(Node newChild, Node oldChild) method in class:NodeImpl
H A DDOMNormalizer.java524 node = parent.replaceChild(text, node);
/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!");
/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/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/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java766 sourceParent.replaceChild(encryptedElement, element);
1457 sourceParent.replaceChild(decryptedFragment, element);

Completed in 150 milliseconds