Searched refs:getInnerText (Results 1 – 4 of 4) sorted by relevance
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);199 getInnerText: function(node) { method236 innerText += sorttable.getInnerText(node.childNodes[i]);
373 public function getInnerText(): string function in ComboStrap\\Xml\\XmlElement384 return XmlSystems::extractTextWithoutCdata($this->getInnerText());
1140 $xhtmlContent .= $tagAttributes->getInnerText();
1493 public function getInnerText(): string function in ComboStrap\\TagAttributes