NodeList.item

NodeList.item(
   n as Number
) as XMLNode

Summary

Return the nth node.

Parameters
n The index of the node on the node list.

Example

cts.doc("example.xml").getElementsByTagName("para").item(3);
Powered by MarkLogic Server | Terms of Use | Privacy Policy