MarkLogic Server 11.0 Product Documentation
XMLDocument.previousSibling

XMLDocument.previousSibling as XMLNode

Summary

This is inherited from the XMLNode object.

The node that is the immediately preceding sibling of this node, if any.

Example

cts.doc("example.xml").root.lastChild.previousSibling
Powered by MarkLogic Server | Terms of Use | Privacy Policy