Home
last modified time | relevance | path

Searched refs:TEXT_NODE (Results 1 – 3 of 3) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js71 …ll,len=element.childNodes.length,nodeLink;if(!window.Node){window.Node={TEXT_NODE:3,COMMENT_NODE:8… property
73 …ment.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;parent.…
75 …tem.childNodes.length;if(childLen==1&&item.childNodes[0].nodeType==Node.TEXT_NODE){if(isFinite(env…
H A Dfirebug-lite-1.2.js1392 window.Node = {TEXT_NODE:3,COMMENT_NODE:8}; property
1406 … if(element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;
1461 if (childLen == 1 && item.childNodes[0].nodeType == Node.TEXT_NODE) {
H A Dfirebug-lite-1.4.js722 child=child.nextSibling){pureText=pureText&&(child.nodeType==Node.TEXT_NODE)
731 }}}}else{if(elt.nodeType==Node.TEXT_NODE){html.push(escapeForTextNode(elt.textContent))
752 }}else{if(elt.nodeType==Node.TEXT_NODE){xml.push(elt.nodeValue)
1356 this.domConstantMap={ELEMENT_NODE:1,ATTRIBUTE_NODE:1,TEXT_NODE:1,CDATA_SECTION_NODE:1,ENTITY_REFERE… property