isCDATAfunction isCDATA(node: Node): node is NodeWithChildren;§isCDATA(node: Node): node is NodeWithChildren[src]§Parameters§node: Node[src]Node to check. §Return Type§node is NodeWithChildren[src]true if the node has the type CDATA, false otherwise.