/openjdk7/jaxp/src/org/w3c/dom/ |
H A D | Node.java | 378 public Node replaceChild(Node newChild, method in interface:Node
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/ |
H A D | DefaultNode.java | 158 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 D | DetailImpl.java | 139 replaceChild(newElement, element);
|
H A D | ElementImpl.java | 685 parent.replaceChild(copy, element); 1216 replaceChild(newElement, element);
|
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/ |
H A D | XPathNamespaceImpl.java | 186 * @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 D | DOM2DTMdefaultNamespaceDeclarationNode.java | 96 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 D | SignedInfo.java | 198 this._constructionElement.getParentNode().replaceChild(imported,
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ |
H A D | SOAPPartImpl.java | 586 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 D | ParentNode.java | 595 public Node replaceChild(Node newChild, Node oldChild) method in class:ParentNode
|
H A D | AttrImpl.java | 985 public Node replaceChild(Node newChild, Node oldChild) method in class:AttrImpl
|
H A D | CoreDocumentImpl.java | 444 * 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 D | NodeImpl.java | 532 public Node replaceChild(Node newChild, Node oldChild) method in class:NodeImpl
|
H A D | DOMNormalizer.java | 524 node = parent.replaceChild(text, node);
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/ |
H A D | UnImplNode.java | 676 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 D | IIOMetadataNode.java | 359 * <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 D | DTMNodeProxy.java | 530 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 D | XMLCipher.java | 766 sourceParent.replaceChild(encryptedElement, element); 1457 sourceParent.replaceChild(decryptedFragment, element);
|