MarkLogic Server 11.0 Product Documentation
Element.parentNodeElement.parentNode as XMLNode
Summary
This is inherited from the XMLNode object.
The node that is this node's parent.
Example
fn.head(cts.doc("example.xml").xpath(".//TITLE")).parentNode;
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.