Comment.isElementContentWhitespace

Comment.isElementContentWhitespace as Boolean

Summary

This is inherited from the CharacterData object.

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
Powered by MarkLogic Server | Terms of Use | Privacy Policy