ValueIterator.count

ValueIterator.count as Number

Summary

[DEPRECATED: Only available for type checking; use Sequence instead.] Return a count of how many values are in the iterator.

Usage Notes

Deprecated.

Example

// How many lines in the song?
let node = cts.doc("song.xml");
node.xpath(".//LINE").count;
Powered by MarkLogic Server | Terms of Use | Privacy Policy