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

1 2 34 5 6 7 8

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
wellformed01.js 108 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalName?");
132 elem = doc.createElementNS("http://www.example.org/domts/wellformed01","LegalName?");
wellformed02.js 104 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalName?");
128 elem = doc.createElementNS("http://www.example.org/domts/wellformed02","LegalName?");
selfxhtml.js 392 clone = doc.createElementNS(srcNode.namespaceURI, srcNode.nodeName);
459 clone.appendChild(clone.createElementNS(
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
nodeappendchild02.js 105 newElem = doc.createElementNS(rootNS,tagName);
nodecomparedocumentposition07.js 102 newElem = doc.createElementNS("http://www.w3.org/1999/xhtml","br");
nodegettextcontent09.js 100 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
nodegettextcontent12.js 100 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","body");
nodeisequalnode04.js 98 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
nodeisequalnode20.js 98 elem1 = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
nodeissamenode10.js 111 element = newDoc.createElementNS(rootNS,rootName);
nodelookupnamespaceuri16.js 100 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
nodelookupprefix16.js 99 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
noderemovechild10.js 102 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:br");
nodesettextcontent08.js 102 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGetElementsByTagnameNS.java 82 element = doc.createElementNS("test", "employeeId");
NamedNodeMapGetNamedItemNS.java 127 element = doc.createElementNS("http://www.w3.org/DOM/Test", "root");
NodeHasAttributes.java 128 element = newDoc.createElementNS("http://www.w3.org/DOM/Test",
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 444 RefPtr<Element> newElement = m_doc->createElementNS(uri, qName, ec);
823 RefPtr<Element> reportElement = doc->createElementNS(xhtmlNamespaceURI, "parsererror", ec);
826 RefPtr<Element> h3 = doc->createElementNS(xhtmlNamespaceURI, "h3", ec);
830 RefPtr<Element> fixed = doc->createElementNS(xhtmlNamespaceURI, "div", ec);
835 h3 = doc->createElementNS(xhtmlNamespaceURI, "h3", ec);
853 RefPtr<Node> rootElement = doc->createElementNS(xhtmlNamespaceURI, "html", ec);
855 RefPtr<Node> body = doc->createElementNS(xhtmlNamespaceURI, "body", ec);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 88 appendChild(createElementNS(namespaceURI, qualifiedName));
161 elementCopy = createElementNS(element.getNamespaceURI(), element.getLocalName());
347 public ElementImpl createElementNS(String namespaceURI, String qualifiedName) {
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 392 clone = doc.createElementNS(srcNode.namespaceURI, srcNode.nodeName);
459 clone.appendChild(clone.createElementNS(
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 392 clone = doc.createElementNS(srcNode.namespaceURI, srcNode.nodeName);
459 clone.appendChild(clone.createElementNS(
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 392 clone = doc.createElementNS(srcNode.namespaceURI, srcNode.nodeName);
459 clone.appendChild(clone.createElementNS(
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
selfxhtml.js 392 clone = doc.createElementNS(srcNode.namespaceURI, srcNode.nodeName);
459 clone.appendChild(clone.createElementNS(
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 77 public Element createElementNS(String namespaceURI, String qualifiedName)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 328 elem = m_doc.createElementNS(null,name);
330 elem = m_doc.createElementNS(ns, name);

Completed in 711 milliseconds

1 2 34 5 6 7 8