Searched refs:adoptNode (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DDocument.java728 public Node adoptNode(Node source) method in interface:Document
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDomAnnotationParserFactory.java96 e.insertBefore(e.getOwnerDocument().adoptNode(move), anchor );
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAnnotationImpl.java175 newElem = futureOwner.adoptNode(annotation);
176 // adoptNode will return null when the DOM implementations are not compatible.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultDocument.java261 public Node adoptNode(Node source) throws DOMException{ method in class:DefaultDocument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java686 public org.w3c.dom.Node adoptNode(org.w3c.dom.Node source) throws DOMException { method in class:SOAPPartImpl
688 return document.adoptNode(source);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java1117 * NEEDSDOC Method adoptNode
1122 * NEEDSDOC (adoptNode) @return
1126 public Node adoptNode(Node source) throws DOMException method in class:UnImplNode
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1396 * NEEDSDOC Method adoptNode
1401 * NEEDSDOC (adoptNode) @return
1406 public Node adoptNode(Node source) throws DOMException method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java1764 public Node adoptNode(Node source) { method in class:CoreDocumentImpl

Completed in 69 milliseconds