Loading TOC...

Node.nodeKind

Node.nodeKind as string

Summary

Return a string indicating the type of the node.

Example

cts.doc('/anyDocument.json').nodeKind;

// returns 'document' because it was applied to a document node

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