User Tools

Site Tools


org.gramar.base:xfn.cardinality

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

org.gramar.base:xfn.cardinality [2016/06/27 20:34] (current)
Line 1: Line 1:
 +
 +==== cardinality() Function ====
 +
 +The cardinality() function returns a boolean value depending on whether the cardinality of the collection of nodes is present in the cards string
 +
 +If the collection of nodes is empty and the cards argument contains "​0"​ return true.
 +
 +If the collection of nodes contains a single node and the cards argument contains "​1"​ return true.
 +
 +If the collection of nodes contains more than one node and the cards argument contains "​M"​ return true.
 +
 +Otherwise, return false.
 +
 +
 +^ Argument ​     ^ Kind   ^ Required ​   ^ Purpose ​         ^
 +|**expression** ​ |nodes ​ |yes  |an XPath expression that resolves to some number, possibly zero, of nodes   |
 +|**cards** ​ |string ​ |yes  |a string value containing one or more of "​0",​ "​1"​ and "​M" ​  |
 +
 +=== Usage and examples ===
 +
 +Place a ...
 +
 +Return to [[org.gramar.base:​index|index]]
 +
 +
 +
 +
  
org.gramar.base/xfn.cardinality.txt ยท Last modified: 2016/06/27 20:34 (external edit)