Searched defs:divId (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/xml-query-parser/docs/
H A Dcctree.js161 return "<div class='cctree-node' id='" + this.divId() + "'>" + this.toInnerHTML() + "</div>";
192 _CCDisplayNode.prototype.divId = function()
214 //document.all[this.divId()].innerHTML = this.toInnerHTML();
215 document.getElementById(this.divId()).innerHTML = this.toInnerHTML();
221 //document.all[this.divId()].innerHTML = this.toInnerHTML();
222 document.getElementById(this.divId()).innerHTML = this.toInnerHTML();

Completed in 27 milliseconds