Lines Matching refs:childNodes
6945 childNodes,
6958 childNodes = children || node.childNodes;
6960 while ((child = childNodes[i++])) {
7005 nodes = create(html, doc, tag).childNodes;
12442 this.get('childNodes').remove().destroy(true);
12986 * @return {Boolean} Whether or not the node has any childNodes
13365 where = this._node.childNodes[where];
13596 childNodes, i, len;
13599 childNodes = node.childNodes;
13602 for (i = 0, len = childNodes.length; i < len; ++i) {
13603 if (childNodes[i].tagName) {
13604 children[children.length] = childNodes[i];
19335 return node.childNodes.length === 0;