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