A value of the first text child of the element is returned.
var s = ""; if(this.element){ var text = this.element.firstChild; if(text){ s = text.nodeValue; } } return s; //String