MarkLogic Server 11.0 Product Documentation
XMLNode.nodeKindXMLNode.nodeKind as string
Summary
This is inherited from the Node object.
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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.