DOMText { bool isWhitespaceInElementContent();}
bool isWhitespaceInElementContent();
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。
TRUE
FALSE