Lines Matching refs:nodeName

130 if(si.nodeName.toLowerCase()=="script"){if(file=reFirebugFile.exec(si.getAttribute("firebugSrc"))){…
453 this.clearNode=function(node){var nodeName=" "+node.nodeName.toLowerCase()+" ";
455 if(this.isIE&&ignoreTags.indexOf(nodeName)!=-1){this.eraseNode(node)
695 var isElementHTML=this.isElementHTML=function(node){return node.nodeName==node.nodeName.toUpperCase…
697 var isElementXHTML=this.isElementXHTML=function(node){return node.nodeName==node.nodeName.toLowerCa…
711 }html.push("<",elt.nodeName.toLowerCase());
717 }html.push(" ",attr.nodeName,'="',escapeForElementAttribute(attr.nodeValue),'"')
727 }}html.push("</",elt.nodeName.toLowerCase(),">")
730 }else{html.push("></",elt.nodeName.toLowerCase(),">")
739 }xml.push("<",elt.nodeName.toLowerCase());
745 }xml.push(" ",attr.nodeName,'="',escapeForElementAttribute(attr.nodeValue),'"')
750 }xml.push("</",elt.nodeName.toLowerCase(),">")
2207 …function(el){if(isIE&&" meta title input script link a ".indexOf(" "+el.nodeName.toLowerCase()+" "…
2208 }if(isIE&&" h1 h2 h3 h4 h5 h6 h7 ul p ".indexOf(" "+el.nodeName.toLowerCase()+" ")==-1){return{top:…
2732 if(this.node.nodeName.toLowerCase()=="iframe"){node.setAttribute("allowTransparency","true");
2744 if(this.node.nodeName.toLowerCase()=="iframe"){node.setAttribute("allowTransparency","false");
3236 …usSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStrNotTag||elem&&elem.nodeName===part?elem||fals…
3244 checkSet[i]=parent.nodeName===part?parent:false
3302 },header:function(elem){return/h\d/i.test(elem.nodeName)
3311 },button:function(elem){return"button"===elem.type||elem.nodeName.toUpperCase()==="BUTTON"
3312 },input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName)
3347 },TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName===match
3457 }if(elem.nodeName===cur){match=elem;
3482 …odeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.ownerDocument&&elem.ownerDocument.docu…
3536 }if(targ.nodeName.toLowerCase()=="body"){return
3552 }if(targ.nodeName.toLowerCase()=="body"){return
4315 },getSelectorTag:function(elt){return elt.nodeName.toLowerCase()
4331 if(!attr.specified||attr.nodeName&&attr.nodeName.indexOf("firebug-")!=-1){continue
4332 }else{if(attr.nodeName=="id"){idAttr=attr
4333 }else{if(attr.nodeName=="class"){classAttr=attr
4334 }else{if(attr.nodeName=="style"){attrs.push({nodeName:attr.nodeName,nodeValue:attr.nodeValue||elt.s… property
4344 if(attr.nodeName=="id"||attr.nodeName=="class"){attrs.push(attr)
4366 },browseObject:function(elt,context){var tag=elt.nodeName.toLowerCase();
6401 var nodeName=node.nodeName.toLowerCase();
6403 var hasSingleTextChild=childLength==1&&node.firstChild.nodeType==3&&nodeName!="script"&&nodeName!="…
6406 …'" class="nodeBox',nodeVisible?"":" nodeHidden",'">&lt;<span class="nodeTag">',nodeName,"</span>")
6407 …pan class="nodeBox',nodeVisible?"":" nodeHidden",'">&lt;<span class="nodeTag">',nodeName,"</span>")
6411 …e!="string"||Firebug.ignoreFirebugElements&&ignoreHTMLProps.hasOwnProperty(attr.nodeName)){continue
6412 }var name=attr.nodeName.toLowerCase();
6416 …ass="nodeText">',escapeHTML(value),'</span>&lt;/<span class="nodeTag">',nodeName,"</span>&gt;</spa…
6420 …eType==3){if(node.parentNode&&(node.parentNode.nodeName.toLowerCase()=="script"||node.parentNode.n…
6448 closeElement.innerHTML='&lt;/<span class="nodeTag">'+parentNode.nodeName.toLowerCase()+"&gt;</span>…
6571 var nodeName=el.nodeName.toLowerCase();
6572 if(FBL.isIE&&" meta title script link ".indexOf(" "+nodeName+" ")!=-1){return
6574 }if(el.id=="FirebugUI"||" html head body br script link iframe ".indexOf(" "+nodeName+" ")!=-1){FBL…
6607 html.push('<span class="selectorTag">',escapeHTML(object.nodeName.toLowerCase()),"</span>");
6613 …cacheID,'="',uid,'" class="nodeBox">','&lt;<span class="nodeTag">',node.nodeName.toLowerCase(),"</…
6617 if(!attr.specified||attr.nodeName==cacheID){continue
6618 }var name=attr.nodeName.toLowerCase();
6625 }html.push('</div><div class="objectBox-element">&lt;/<span class="nodeTag">',node.nodeName.toLower…
7028 var nodeName=element.nodeName;
7032 }if(sibling.nodeName==nodeName){++index
7033 }}var tagName=element.nodeName.toLowerCase();