Lines Matching defs:node

442 this.clearNode=function(node){var nodeName=" "+node.nodeName.toLowerCase()+" ";  argument
447 this.eraseNode=function(node){while(node.lastChild){node.removeChild(node.lastChild) argument
748 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" … argument
757 this.old_hasClass=function(node,name){if(!node||node.nodeType!=1){return false argument
765 this.setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node… argument
767 this.getClassValue=function(node,name){var re=new RegExp(name+"-([^ ]+)"); argument
771 this.removeClass=function(node,name){if(node&&node.className){var index=node.className.indexOf(name… argument
795 this.getChildByClass=function(node){for(var i=1; argument
806 this.getAncestorByClass=function(node,className){for(var parent=node; argument
811 this.getElementsByClass=function(node,className){var result=[]; argument
817 this.getElementByClass=function(node,className){var args=cloneArray(arguments); argument
828 this.isAncestor=function(node,potentialAncestor){for(var parent=node; argument
833 this.getNextElement=function(node){while(node&&node.nodeType!=1){node=node.nextSibling argument
836 this.getPreviousElement=function(node){while(node&&node.nodeType!=1){node=node.previousSibling argument
844 this.findNextDown=function(node,criteria){if(!node){return null argument
851 this.findPreviousUp=function(node,criteria){if(!node){return null argument
858 this.findNext=function(node,criteria,upOnly,maxRoot){if(!node){return null argument
868 this.findPrevious=function(node,criteria,downOnly,maxRoot){if(!node){return null argument
879 this.getNextByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.… argument
883 this.getPreviousByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&… argument
1548 },getRepObject:function(node){var target=null; argument
1554 }}}},getRepNode:function(node){for(var child=node; argument
2273 …body=context.document.getElementsByTagName("body")[0],formatNode=function(node){if(!Env.isDebugMod… argument
3882 }function __link__(node,tag,args){if(!tag||!tag.tag){return argument
4106 if(before.tagName=="TR"){var node=firstRow.parentNode.firstChild; variable
5837 function findRow(node){return getAncestorByClass(node,"logRow") argument
6600 },appendNode:function(node,html){if(node.nodeType==1){var uid=ElementCache(node); argument
7384 }}else{function findRow(node){return node.nodeType==1?node:node.parentNode argument