Loading TOC...

CharacterData.isElementContentWhitespace

CharacterData.isElementContentWhitespace as Boolean

Summary

Whether this text node is ignorable whitespace.

Usage Notes

This property is defined only for text nodes.

Example

cts.doc("example.xml").root.
  firstChild.isElementContentWhitespace

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.