ValueIterator.toArray

ValueIterator.toArray() as Value[]

Summary

[DEPRECATED: Only available for type checking; use Sequence instead.] Return an array containing the values in the value iterator.

Example

// Get the lines of a song
const node = cts.doc("song.xml");
node.xpath(".//LINE").toArray();
Powered by MarkLogic Server | Terms of Use | Privacy Policy