Searched refs:newTextNode (Results 1 – 5 of 5) sorted by relevance
2309 var newTextNode = this.ownerDocument.createTextNode(tail);2310 if (this.parentNode) this.parentNode.insertBefore(newTextNode, this.nextSibling);2311 return newTextNode;
2338 var newTextNode = this.ownerDocument.createTextNode(tail);2339 if (this.parentNode) this.parentNode.insertBefore(newTextNode, this.nextSibling);2340 return newTextNode;
2943 newTextNode: function(text){ method3388 return this.grab(this.getDocument().newTextNode(text), where);