standard.lib.xml.xmlNodeIsText

xmlNodeIsText is available since version 1.0.

Prototype:

boolean xmlNodeIsText(number node)

Parameters

node
the node

Description:

Is this node a Text node?

Return value:

Returns true if the node is a text node, false otherwise.