Attr.parentNode

Attr.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;
Powered by MarkLogic Server | Terms of Use | Privacy Policy