Text.wholeText

Text.wholeText as String

Summary

This is inherited from the CharacterData object.

The text of the text node concatenated with its logically adjacent text nodes.

Usage Notes

This property is defined only for text nodes.

Example

cts.doc("example.xml").root.firstChild.wholeText
Powered by MarkLogic Server | Terms of Use | Privacy Policy