Searched refs:elem (Results 126 - 150 of 572) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodegettextcontent12.js90 var elem;
100 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","body");
102 appendedChild = elem.appendChild(comment);
H A Dnodegettextcontent17.js89 var elem;
99 elem = doc.documentElement;
102 appendedChild = elem.appendChild(entRef);
H A Dnodeinsertbefore10.js92 var elem;
111 elem = elemList.item(1);
115 inserted = doc.insertBefore(newElem,elem);
H A Dnodeisdefaultnamespace11.js93 var elem;
115 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
116 importedNode = newDoc.importNode(elem,true);
H A Dnodelookupnamespaceuri05.js90 var elem;
115 elem = newDoc.documentElement;
117 namespaceURI = elem.lookupNamespaceURI("dom3");
H A Dnodelookupnamespaceuri11.js93 var elem;
115 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
116 importedNode = newDoc.importNode(elem,true);
H A Dnodelookupnamespaceuri16.js90 var elem;
100 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
102 attNode = elem.setAttributeNodeNS(attr);
H A Dnodelookupnamespaceuri17.js91 var elem;
103 elem = elemList.item(2);
104 attributesMap = elem.attributes;
H A Dnodelookupnamespaceuri18.js91 var elem;
103 elem = elemList.item(3);
104 attributesMap = elem.attributes;
H A Dnodelookupnamespaceuri19.js91 var elem;
103 elem = elemList.item(3);
104 attributesMap = elem.attributes;
H A Dnodelookupnamespaceuri20.js94 var elem;
106 elem = elemList.item(3);
107 attributesMap = elem.attributes;
H A Dnodelookupprefix05.js90 var elem;
115 elem = newDoc.documentElement;
117 prefix = elem.lookupPrefix(rootNS);
H A Dnodelookupprefix12.js92 var elem;
102 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
103 renamedNode = doc.renameNode(elem,"http://www.w3.org/1999/xhtml","ren:br");
H A Dnodelookupprefix16.js89 var elem;
99 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
101 attNode = elem.setAttributeNodeNS(attr);
H A Dnodelookupprefix17.js91 var elem;
103 elem = elemList.item(2);
104 attributesMap = elem.attributes;
H A Dnodelookupprefix18.js91 var elem;
103 elem = elemList.item(3);
104 attributesMap = elem.attributes;
H A Dnodelookupprefix19.js91 var elem;
103 elem = elemList.item(0);
104 attributesMap = elem.attributes;
H A Dnodelookupprefix20.js94 var elem;
106 elem = elemList.item(3);
107 attributesMap = elem.attributes;
H A Dnodereplacechild06.js91 var elem;
104 elem = childList.item(0);
107 replacedNode = doc.replaceChild(elem,docElem);
H A Dnodereplacechild07.js91 var elem;
108 elem = doc.createElementNS(rootNS,rootName);
111 replacedNode = doc.replaceChild(elem,docElem);
H A Dnodereplacechild29.js90 var elem;
101 elem = childList.item(0);
108 replaced = elem.replaceChild(newChild,oldChild);
H A Dnodereplacechild33.js90 var elem;
104 elem = childList.item(3);
105 parent = elem.getAttributeNode("dir");
H A Dnodesettextcontent05.js92 var elem;
102 elem = elemList.item(3);
103 attr = elem.getAttributeNode("dir");
H A Dnodesettextcontent06.js92 var elem;
102 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","p");
104 attrNode = elem.setAttributeNodeNS(attr);
H A Dnodesettextcontent07.js92 var elem;
102 elem = elemList.item(0);
103 txt = elem.firstChild;

Completed in 112 milliseconds

1234567891011>>