XMLNode.parentNode

XMLNode.parentNode as XMLNode

Summary

The node that is this node's parent.

Example

fn.head(cts.doc("example.xml").xpath(".//TITLE")).parentNode;
Powered by MarkLogic Server | Terms of Use | Privacy Policy