standard.lib.xml.xmlIsBlankNode

xmlIsBlankNode is available since version 1.0.

Prototype:

boolean xmlIsBlankNode(number node)

Parameters

node
the node

Description:

Checks whether this node is an empty or whitespace only (and possibly ignorable) text-node.

Return value:

Returns true if the node in an empty or whitespace only text-node, false otherwise.