A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/util
A module for various utility extension functions.

util:index-key-occurrences($nodes as node()*, $value as xdt:anyAtomicType) xs:integer?
Return the number of occurrences for an indexed value.
$nodesThe nodes whose content is indexed
$valueThe indexed value to search for

Returns the number of occurrences for the indexed value

util:index-key-occurrences($nodes as node()*, $value as xdt:anyAtomicType, $index as xs:string) xs:integer?
Return the number of occurrences for an indexed value.
$nodesThe nodes whose content is indexed
$valueThe indexed value to search for
$indexThe index in which the search is made

Returns the number of occurrences for the indexed value
Return to list of all modules