tidyNode::isText

tidyNode::isText

(PHP 5 >= 5.0.1, PHP 7)

tidyNode::isTextChecks if a node represents text (no markup)

Description

bool tidyNode::isText ( void )

Tells if the node represents a text (without any markup).

Return Values

Returns TRUE if the node represent a text, FALSE otherwise.