for ( i = node.childNodes.length - 1; i >= 0; i-- ) {
                    // Check children if the given node is an element.
                    child = node.childNodes[ i ];
                    textNode = self.getLastTextNode( child, inUtterance );
                    if ( textNode ) {