HomeSort by relevance Sort by last modified time
    Searched full:textnode (Results 101 - 125 of 203) sorted by null

1 2 3 45 6 7 8 9

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_textindexsizeerrnegativeoffset.js 99 var textNode;
109 textNode = nameNode.firstChild;
115 splitNode = textNode.splitText(-69);
hc_textindexsizeerroffsetoutofbounds.js 100 var textNode;
110 textNode = nameNode.firstChild;
116 splitNode = textNode.splitText(300);
hc_textsplittextfour.js 97 var textNode;
108 textNode = addressNode.firstChild;
110 splitNode = textNode.splitText(30);
hc_textsplittextthree.js 99 var textNode;
110 textNode = nameNode.firstChild;
112 splitNode = textNode.splitText(6);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode16.js 95 var textNode;
119 textNode = doc.createTextNode("Test");
122 appendedChild = child.appendChild(textNode);
documentrenamenode10.js 97 var textNode;
116 textNode = doc.createTextNode(textEntry);
123 renamedNode = doc.renameNode(textNode,"http://www.w3.org/XML/1998/namespace",qualifiedName);
documentrenamenode11.js 97 var textNode;
109 textNode = doc.createTextNode(textEntry);
114 renamedNode = doc.renameNode(textNode,nullNSURI,"pre:fix");
documentrenamenode12.js 99 var textNode;
106 textNode = doc.createTextNode(textEntry);
111 renamedNode = doc.renameNode(textNode,"http://www.w3.org/XML/1999/namespace","xml:prefix");
documentrenamenode13.js 98 var textNode;
106 textNode = doc.createTextNode(textEntry);
111 renamedNode = doc.renameNode(textNode,"http://www.w3.org/XML/1998/namespace","xmlns:prefix");
documentrenamenode14.js 101 var textNode;
108 textNode = doc.createTextNode(textEntry);
113 renamedNode = doc.renameNode(textNode,"http://www.w3.org/2000/xmlns","xmlns");
textiselementcontentwhitespace05.js 94 var textNode;
128 textNode = bodyElem.firstChild;
130 isElemContentWhitespace = textNode.isElementContentWhitespace;
textiselementcontentwhitespace06.js 95 var textNode;
129 textNode = bodyElem.firstChild;
131 isElemContentWhitespace = textNode.isElementContentWhitespace;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrappendchild1.java 65 Text textNode;
73 textNode = doc.createTextNode("terday");
74 retval = titleAttr.appendChild(textNode);
hc_attrappendchild5.java 66 Node textNode;
76 textNode = otherDoc.createTextNode("terday");
81 retval = titleAttr.appendChild(textNode);
hc_attrappendchild6.java 64 Text textNode;
69 textNode = doc.createTextNode("Yesterday");
70 retval = titleAttr.appendChild(textNode);
hc_attrinsertbefore1.java 65 Text textNode;
76 textNode = doc.createTextNode("terday");
77 retval = titleAttr.insertBefore(textNode, refChild);
hc_attrinsertbefore2.java 65 Text textNode;
75 textNode = doc.createTextNode("terday");
77 retval = titleAttr.insertBefore(textNode, refChild);
hc_attrinsertbefore6.java 66 Node textNode;
77 textNode = otherDoc.createTextNode("terday");
82 retval = titleAttr.insertBefore(textNode, refChild);
hc_attrremovechild2.java 64 Text textNode;
71 textNode = doc.createTextNode("Yesterday");
76 retval = titleAttr.removeChild(textNode);
hc_attrreplacechild1.java 65 Text textNode;
73 textNode = doc.createTextNode("terday");
76 retval = titleAttr.replaceChild(textNode, firstChild);
hc_attrsetvalue2.java 63 Text textNode;
72 textNode = doc.createTextNode("terday");
73 retval = titleAttr.appendChild(textNode);
hc_nodechildnodesempty.java 68 Node textNode;
73 textNode = employeeNode.getFirstChild();
74 childList = textNode.getChildNodes();
hc_nodelistindexgetlengthofemptylist.java 67 Node textNode;
73 textNode = emNode.getFirstChild();
74 textList = textNode.getChildNodes();
hc_nodetextnodeattribute.java 65 Node textNode;
70 textNode = testAddr.getFirstChild();
71 attrList = textNode.getAttributes();
hc_nodetextnodevalue.java 66 Node textNode;
71 textNode = testAddr.getFirstChild();
72 textValue = textNode.getNodeValue();

Completed in 871 milliseconds

1 2 3 45 6 7 8 9