XMLNode.nextSibling

XMLNode.nextSibling as XMLNode

Summary

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

Example

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