Searched refs:childNodes (Results 1 - 19 of 19) sorted by relevance

/yui3/src/node/js/
H A Dnode-attrs.js66 childNodes, i, len;
69 childNodes = node.childNodes;
72 for (i = 0, len = childNodes.length; i < len; ++i) {
73 if (childNodes[i].tagName) {
74 children[children.length] = childNodes[i];
H A Dnode-create.js69 where = this._node.childNodes[where];
/yui3/src/graphics/tests/
H A Dgraphics-tests.js657 childNodes = node.childNodes,
659 len = childNodes ? childNodes.length : 0;
662 if(childNodes[i] && childNodes[i].nodeName == "fill" && childNodes[i].color == this.initialFillColor)
680 childNodes = node.childNodes,
682 len = childNodes
[all...]
/yui3/src/dom/tests/
H A Ddom-core-test.js53 Y.Assert.areEqual(node.childNodes[0],
73 Y.Assert.areEqual(node.childNodes[0],
162 nodes = node.childNodes,
876 Assert.areEqual(1, el.childNodes.length);
939 nodes = el.childNodes,
1087 Assert.areEqual(3, el.childNodes.length);
1088 Assert.areEqual('tmp-bar', el.childNodes[1].id);
1089 Assert.areEqual('foo', el.childNodes[0].innerHTML);
1097 Assert.areEqual(3, el.childNodes.length);
1098 Assert.areEqual('tmp-bar', el.childNodes[
[all...]
/yui3/build/dataschema-xml/
H A Ddataschema-xml-debug.js223 for (m=context.childNodes.length-1; 0 <= m; m-=1) {
224 if (location === context.childNodes[m].tagName) {
225 context = context.childNodes[m];
243 values = Y.Array(context.childNodes, 0, true);
/yui3/src/dataschema/js/
H A Ddataschema-xml.js221 for (m=context.childNodes.length-1; 0 <= m; m-=1) {
222 if (location === context.childNodes[m].tagName) {
223 context = context.childNodes[m];
241 values = Y.Array(context.childNodes, 0, true);
/yui3/src/dom/js/
H A Ddom-create.js46 childNodes,
59 childNodes = children || node.childNodes;
61 while ((child = childNodes[i++])) {
106 nodes = create(html, doc, tag).childNodes;
H A Dselector-css3.js114 return node.childNodes.length === 0;
/yui3/build/node-base/
H A Dnode-base-debug.js166 where = this._node.childNodes[where];
397 childNodes, i, len;
400 childNodes = node.childNodes;
403 for (i = 0, len = childNodes.length; i < len; ++i) {
404 if (childNodes[i].tagName) {
405 children[children.length] = childNodes[i];
/yui3/src/node/tests/
H A Dnode-attrs-test.js94 Assert.areEqual(this._testNode._node.childNodes.length,
95 this._testNode.get('childNodes').get('length').length);
123 Assert.isUndefined(Y.one('form').get('childNodes')._nodes.item);
124 Assert.isTrue('slice' in Y.one('form').get('childNodes')._nodes);
148 Assert.areEqual(node._node.childNodes.length,
149 node.get('childNodes').get('tagName').length);
/yui3/build/dom-base/
H A Ddom-base-debug.js342 childNodes,
355 childNodes = children || node.childNodes;
357 while ((child = childNodes[i++])) {
402 nodes = create(html, doc, tag).childNodes;
/yui3/build/selector-css3/
H A Dselector-css3-debug.js116 return node.childNodes.length === 0;
/yui3/build/dom-create/
H A Ddom-create-debug.js78 nodes = create(html, doc, tag).childNodes;
/yui3/src/editor/js/
H A Deditor-selection.js39 nodes = par.childNodes;
90 n = n.get('childNodes');
249 var childs = Y.config.doc.body.childNodes, i, node, wrapped = false, doit = true,
319 Y.log('DIVS/PS Count: ' + d.get('childNodes').size(), 'info', 'editor-selection');
320 if (d.get('childNodes').size() == 1) {
554 var c = b.get('parentNode.parentNode.childNodes'), html;
834 range.setEnd(last, last.childNodes.length);
H A Dexec-command.js676 c = d.childNodes;
/yui3/build/editor-selection/
H A Deditor-selection-debug.js41 nodes = par.childNodes;
92 n = n.get('childNodes');
251 var childs = Y.config.doc.body.childNodes, i, node, wrapped = false, doit = true,
321 Y.log('DIVS/PS Count: ' + d.get('childNodes').size(), 'info', 'editor-selection');
322 if (d.get('childNodes').size() == 1) {
556 var c = b.get('parentNode.parentNode.childNodes'), html;
836 range.setEnd(last, last.childNodes.length);
/yui3/build/exec-command/
H A Dexec-command-debug.js678 c = d.childNodes;
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js6945 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
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js6945 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
[all...]

Completed in 168 milliseconds