CharacterData.wholeText

CharacterData.wholeText as String

Summary

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