DomUtils.textContentGet a node's text content. function textContent(node: Node | Node[]): string;§textContent(node: Node | Node[]): string[src]§Parameters§node: Node | Node[][src]Node to get the text content of. §Return Type§string[src]node's text content.