Loading TOC...

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

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