HomeSort by relevance Sort by last modified time
    Searched refs:createElementNS (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodesetprefix05.java 80 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2", "dom:elem");
createElementNS03.java 34 * The "createElementNS(namespaceURI,qualifiedName)" method for a
38 * Invoke method createElementNS(namespaceURI,qualifiedName) on this document
111 newElement = doc.createElementNS(namespaceURI, qualifiedName);
elementgetattributenodens01.java 83 element = doc.createElementNS("namespaceURI", "root");
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 70 * the <code>createElementNS</code> method.
123 * <code>Document.createElementNS</code> or
172 * <code>Document.createElementNS</code> or
376 public Element createElementNS(String namespaceURI,
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNS.java 62 element = doc.createElementNS("http://www.w3.org/DOM", "dom:elem");
132 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2",
155 element = doc.createElementNS("http://www.w3.org/DOM/Test/L2",
172 element = doc.createElementNS("http://www.w3.org/DOMTest/level2",
HCNotationsSetNamedItemNS.java 81 elem = doc.createElementNS("http://www.w3.org/1999/xhtml", "br");
NodeGetOwnerDocument.java 106 .createElementNS("http://www.w3.org/DOM/Test", "myelem");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore22.js 101 element = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
102 refNode = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:a");
103 ancestor = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
nodeisequalnode06.js 100 elem1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
101 elem2 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
nodeissamenode04.js 98 element1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:br");
99 element2 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:br");
nodereplacechild30.js 109 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
110 oldChild = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:head");
111 newElement = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
canonicalform06.js 109 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalName?");
133 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalName?");
infoset06.js 108 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalName?");
132 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalName?");
nodecomparedocumentposition34.js 103 elemMain = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
104 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","br");
nodeinsertbefore13.js 127 elem = doc.createElementNS(rootNS,rootTagname);
128 elemAlt = docAlt.createElementNS(rootNS,rootTagname);
nodeinsertbefore23.js 114 element = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
115 refNode = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
nodeisdefaultnamespace10.js 101 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
102 child = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
nodeisequalnode07.js 111 elem1 = doc1.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
112 elem2 = doc2.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
noderemovechild21.js 106 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
107 child = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:br");
nodereplacechild14.js 111 elem = doc.createElementNS("http://www.w3.org/DOM/Test","dom3:doc1elem");
114 elem2 = newDoc.createElementNS("http://www.w3.org/DOM/Test","dom3:doc2elem");
nodereplacechild15.js 111 elem = doc.createElementNS(rootNS,rootName);
114 elem2 = doc.createElementNS(rootNS,rootName);
nodereplacechild29.js 102 oldChild = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:br");
103 newChild = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:span");
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocument-namespace-err.js 1 description("createDocument tests modeled after createElementNS tests from mozilla which were attached to webkit bug 16833");
4 // as document.createElementNS()
121 // of the values in the arrays above (which were taken from createElementNS tests)
  /external/webkit/LayoutTests/dom/html/level2/core/
createElementNS06.js 78 Document.createElementNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
104 newElement = doc.createElementNS(namespaceURI,"");
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
createElementNS06.js 78 Document.createElementNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
104 newElement = doc.createElementNS(namespaceURI,"");

Completed in 321 milliseconds

1 23 4 5 6 7 8