HomeSort by relevance Sort by last modified time
    Searched full:adoptnode (Results 26 - 50 of 72) sorted by null

12 3

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode04.js 78 Invoke adoptNode on a new document to adopt a new namespace aware attribute node created by
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
120 adoptedAttr = newDoc.adoptNode(newAttr);
documentadoptnode05.js 78 Invoke adoptNode on a new document to adopt the default attribute "dir". Check if
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
123 adoptedAttr = newDoc.adoptNode(dir);
documentadoptnode06.js 78 Invoke adoptNode on a new document to adopt the a new Attribute node having a Text and an EntityReference
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
133 adoptedAttr = newDoc.adoptNode(newAttr);
documentadoptnode12.js 78 Invoke the adoptNode method on a new document with the value of the source parameter equal to a new
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
119 adoptedDocType = newDoc.adoptNode(docType);
documentadoptnode14.js 78 Using the method adoptNode in a new Document, adopt a newly created DocumentFragment node populated with
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
126 adoptedDocFrag = newDoc.adoptNode(docFragment);
documentadoptnode18.js 78 Invoke the adoptNode method on a new document with the entity ent4 as the source. Since this is
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
123 adoptedEnt = newDoc.adoptNode(ent);
documentadoptnode20.js 78 Invoke the adoptNode method on a new document with the notation notation2 as the source. Since this is
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
123 adoptedNotation = newDoc.adoptNode(notation);
documentadoptnode25.js 78 Invoke the adoptNode method on a new document with a new Element of this
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
116 adoptedNode = newDoc.adoptNode(newElem);
documentadoptnode26.js 78 Invoke the adoptNode method on this document using a new Element and a new attribute created in
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
121 adoptedNode = doc.adoptNode(newElem);
documentadoptnode27.js 78 Invoke the adoptNode method on this document using a new imported Element and a new attribute created in
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
123 adoptedNode = doc.adoptNode(newImpElem);
documentadoptnode35.js 78 Invoke the adoptNode method on this document using a new PI node created in a new doc
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
116 adoptedPI = doc.adoptNode(newPI);
documentadoptnode01.js 83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
112 adoptedclass = doc.adoptNode(attr);
documentadoptnode02.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
129 adoptedclass = newDoc.adoptNode(attr);
documentadoptnode16.js 83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-adoptNode
125 adopted = doc.adoptNode(docFragment);
nodeisequalnode18.js 116 attr2 = newDoc.adoptNode(attr1);
documentrenamenode09.js 113 adopted = newDoc.adoptNode(attr);
userdatahandler04.js 143 newNode = doc.adoptNode(node);
  /external/webkit/LayoutTests/fast/dom/EntityReference/
readonly-exceptions-expected.txt 6 PASS xmlDoc2.adoptNode(entityReference) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
  /external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/
readonly-exceptions.js 7 shouldThrow("xmlDoc2.adoptNode(entityReference)");
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h 83 // tearing down the frame hierarchy when a web page calls adoptNode on a
  /libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java 47 * The node is adopted, using <code>Document.adoptNode()</code>.
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 178 public Node adoptNode(Node source) throws DOMException {
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
org.w3c.dom.Document.html 87 <nobr><code>Node</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#adoptNode(org.w3c.dom.Node)" target="_top"><code>adoptNode</code></A>(<code>Node</code>)</nobr>
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 242 public Node adoptNode(Node node) {
288 * parent node. Only adoptNode() should invoke this method, otherwise nodes
  /external/webkit/Source/WebCore/dom/
Document.idl 76 Node adoptNode(in Node source)

Completed in 1437 milliseconds

12 3