DOMText->isWhitespaceInElementContent() --
Indicates whether this text node contains whitespace
Описание
class DOMText { bool isWhitespaceInElementContent ( void ) }
Indicates whether this text node contains whitespace. The text node is
determined to contain whitespace in element content during the load of the
document.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.